Minor code cleanup
This commit is contained in:
parent
fdb97a3e9c
commit
afe79ba22b
|
@ -232,11 +232,9 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l
|
|||
#endif
|
||||
|
||||
// Keep looping if "Purge More" was selected
|
||||
} while (
|
||||
} while (false
|
||||
#if HAS_LCD_MENU
|
||||
show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
|
||||
#else
|
||||
0
|
||||
&& show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
|
||||
#endif
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue