Browse Source

Minor code cleanup

pull/1/head
Scott Lahteine 6 years ago
parent
commit
afe79ba22b
  1. 6
      Marlin/src/feature/pause.cpp

6
Marlin/src/feature/pause.cpp

@ -232,11 +232,9 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l
#endif #endif
// Keep looping if "Purge More" was selected // Keep looping if "Purge More" was selected
} while ( } while (false
#if HAS_LCD_MENU #if HAS_LCD_MENU
show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE && show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
#else
0
#endif #endif
); );

Loading…
Cancel
Save