Indentation to 4 spaces for tabs

This commit is contained in:
3d-gussner 2021-02-10 11:03:23 +01:00
parent 2ba24fe0d4
commit e5711ea84f
1 changed files with 136 additions and 139 deletions

View File

@ -6700,7 +6700,6 @@ static void lcd_main_menu()
MENU_ITEM_GCODE_P(_i("Change SD card"), PSTR("M21")); // SD-card changed by user////MSG_CNG_SDCARD MENU_ITEM_GCODE_P(_i("Change SD card"), PSTR("M21")); // SD-card changed by user////MSG_CNG_SDCARD
#endif //SDCARDDETECT #endif //SDCARDDETECT
} }
} else } else
{ {
bMain=true; // flag (i.e. 'fake parameter') for 'lcd_sdcard_menu()' function bMain=true; // flag (i.e. 'fake parameter') for 'lcd_sdcard_menu()' function
@ -6724,7 +6723,6 @@ static void lcd_main_menu()
} }
} }
if ( ! ( IS_SD_PRINTING || is_usb_printing || (lcd_commands_type == LcdCommands::Layer1Cal) ) ) if ( ! ( IS_SD_PRINTING || is_usb_printing || (lcd_commands_type == LcdCommands::Layer1Cal) ) )
{ {
if (mmu_enabled) if (mmu_enabled)
@ -6759,7 +6757,6 @@ static void lcd_main_menu()
} }
MENU_ITEM_SUBMENU_P(_T(MSG_SETTINGS), lcd_settings_menu); MENU_ITEM_SUBMENU_P(_T(MSG_SETTINGS), lcd_settings_menu);
if(!isPrintPaused) MENU_ITEM_SUBMENU_P(_T(MSG_MENU_CALIBRATION), lcd_calibration_menu); if(!isPrintPaused) MENU_ITEM_SUBMENU_P(_T(MSG_MENU_CALIBRATION), lcd_calibration_menu);
} }
if (!is_usb_printing && (lcd_commands_type != LcdCommands::Layer1Cal)) if (!is_usb_printing && (lcd_commands_type != LcdCommands::Layer1Cal))