facepalm commit
... I somehow managed to lose a bracket. DERP.
This commit is contained in:
parent
ebc6663210
commit
b75e3b5233
|
|
@ -5441,7 +5441,7 @@ static void lcd_tune_menu()
|
|||
if (!farm_mode)
|
||||
MENU_ITEM_FUNCTION_P(_T(MSG_FILAMENTCHANGE), lcd_colorprint_change);
|
||||
#endif
|
||||
if (isPrintPaused) // Don't allow rehome if actively printing. Maaaaybe it could work to insert on the fly, seems too risky.
|
||||
if (isPrintPaused) {// Don't allow rehome if actively printing. Maaaaybe it could work to insert on the fly, seems too risky.
|
||||
MENU_ITEM_GCODE_P(_T(MSG_AUTO_HOME), PSTR("G28 X Y"));
|
||||
}
|
||||
#ifdef FILAMENT_SENSOR
|
||||
|
|
|
|||
Loading…
Reference in New Issue