Minor Fix for PR2235
Shorten message to c=12 as some translation of `Yes/No` are 4 chars long
This commit is contained in:
parent
9428064a9e
commit
090c72367d
|
|
@ -4756,7 +4756,7 @@ static void lcd_settings_menu()
|
|||
#endif //LCD_BL_PIN
|
||||
|
||||
//! Enables/disables the bed heating while heating the nozzle for loading/unloading filament
|
||||
MENU_ITEM_TOGGLE_P(_N("HeatBedOnLoad"), eeprom_read_byte((uint8_t *)EEPROM_HEAT_BED_ON_LOAD_FILAMENT) ? _T(MSG_YES) : _T(MSG_NO), lcd_heat_bed_on_load_toggle);
|
||||
MENU_ITEM_TOGGLE_P(_N("HBed on load"), eeprom_read_byte((uint8_t *)EEPROM_HEAT_BED_ON_LOAD_FILAMENT) ? _T(MSG_YES) : _T(MSG_NO), lcd_heat_bed_on_load_toggle); ////MSG_HEAT_BED_ON_LOAD c=12
|
||||
|
||||
if (farm_mode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue