mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-10 16:27:49 -06:00
🎨 Misc. cleanup (#25194)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
eef88cfdf1
commit
e60a7d8292
4 changed files with 9 additions and 8 deletions
|
@ -132,5 +132,5 @@ if pioutil.is_pio_build():
|
|||
if 'FILAMENT_RUNOUT_SCRIPT' in env['MARLIN_FEATURES'] and "%c" not in env['MARLIN_FEATURES']['FILAMENT_RUNOUT_SCRIPT']:
|
||||
err = "ERROR: FILAMENT_RUNOUT_SCRIPT needs a %c parameter when NUM_RUNOUT_SENSORS is > 1"
|
||||
raise SystemExit(err)
|
||||
|
||||
|
||||
sanity_check_target()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue