facepalm commit

... I somehow managed to lose a bracket. DERP.
This commit is contained in:
vintagepc 2020-02-07 19:33:38 -05:00 committed by VintagePC
parent ebc6663210
commit b75e3b5233
1 changed files with 1 additions and 1 deletions

View File

@ -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