Don't show full screen message meant for single color setup
load_filament_to_nozzle will show a more precise full screen message when an MMU is used.
This commit is contained in:
parent
40cc6dcb6d
commit
9ed46df97f
|
|
@ -3879,11 +3879,11 @@ static void lcd_wizard_load() {
|
||||||
} else {
|
} else {
|
||||||
lcd_show_fullscreen_message_and_wait_P(
|
lcd_show_fullscreen_message_and_wait_P(
|
||||||
_i("Please insert filament into the extruder, then press the knob to load it.")); ////MSG_WIZARD_LOAD_FILAMENT c=20 r=6
|
_i("Please insert filament into the extruder, then press the knob to load it.")); ////MSG_WIZARD_LOAD_FILAMENT c=20 r=6
|
||||||
|
lcd_update_enable(false);
|
||||||
|
lcd_clear();
|
||||||
|
lcd_puts_at_P(0, 2, _T(MSG_LOADING_FILAMENT));
|
||||||
|
loading_flag = true;
|
||||||
}
|
}
|
||||||
lcd_update_enable(false);
|
|
||||||
lcd_clear();
|
|
||||||
lcd_puts_at_P(0, 2, _T(MSG_LOADING_FILAMENT));
|
|
||||||
loading_flag = true;
|
|
||||||
gcode_M701(FILAMENTCHANGE_FIRSTFEED, 0);
|
gcode_M701(FILAMENTCHANGE_FIRSTFEED, 0);
|
||||||
//enquecommand_P(PSTR("M701"));
|
//enquecommand_P(PSTR("M701"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue