File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 2831
2831
2832
2832
//#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
2833
2833
//#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
2834
-
2835
- //#define FILAMENT_CHANGE_MENU_AT_BOTTOM // Add the filament change menu to the bottom of the main menu instead of below temperature.
2836
2834
#endif
2837
2835
2838
2836
// @section tmc_smart
Original file line number Diff line number Diff line change @@ -336,12 +336,12 @@ void menu_main() {
336
336
SUBMENU (MSG_CUTTER (MENU), STICKY_SCREEN (menu_spindle_laser));
337
337
#endif
338
338
339
- #if HAS_TEMPERATURE
340
- SUBMENU (MSG_TEMPERATURE, menu_temperature );
339
+ #if ENABLED(ADVANCED_PAUSE_FEATURE)
340
+ FILAMENT_CHANGE_ITEM ( );
341
341
#endif
342
342
343
- #if ENABLED(ADVANCED_PAUSE_FEATURE) && DISABLED(FILAMENT_CHANGE_MENU_AT_BOTTOM)
344
- FILAMENT_CHANGE_ITEM ( );
343
+ #if HAS_TEMPERATURE
344
+ SUBMENU (MSG_TEMPERATURE, menu_temperature );
345
345
#endif
346
346
347
347
#if HAS_POWER_MONITOR
@@ -503,10 +503,6 @@ void menu_main() {
503
503
});
504
504
#endif
505
505
506
- #if ALL(ADVANCED_PAUSE_FEATURE, FILAMENT_CHANGE_MENU_AT_BOTTOM)
507
- FILAMENT_CHANGE_ITEM ();
508
- #endif
509
-
510
506
END_MENU ();
511
507
}
512
508
You can’t perform that action at this time.
0 commit comments