mmu first layer cal. status line message order changed
This commit is contained in:
parent
cfe49a243a
commit
3c1f13377c
1 changed files with 1 additions and 1 deletions
|
@ -1464,10 +1464,10 @@ void lcd_commands()
|
||||||
enquecommand_P(PSTR("M140 S" STRINGIFY(PLA_PREHEAT_HPB_TEMP)));
|
enquecommand_P(PSTR("M140 S" STRINGIFY(PLA_PREHEAT_HPB_TEMP)));
|
||||||
enquecommand_P(PSTR("M190 S" STRINGIFY(PLA_PREHEAT_HPB_TEMP)));
|
enquecommand_P(PSTR("M190 S" STRINGIFY(PLA_PREHEAT_HPB_TEMP)));
|
||||||
enquecommand_P(PSTR("M109 S" STRINGIFY(PLA_PREHEAT_HOTEND_TEMP)));
|
enquecommand_P(PSTR("M109 S" STRINGIFY(PLA_PREHEAT_HOTEND_TEMP)));
|
||||||
|
enquecommand_P(_T(MSG_M117_V2_CALIBRATION));
|
||||||
#ifdef SNMM_V2
|
#ifdef SNMM_V2
|
||||||
enquecommand_P(PSTR("T?"));
|
enquecommand_P(PSTR("T?"));
|
||||||
#endif //SNMM_V2
|
#endif //SNMM_V2
|
||||||
enquecommand_P(_T(MSG_M117_V2_CALIBRATION));
|
|
||||||
enquecommand_P(PSTR("G28"));
|
enquecommand_P(PSTR("G28"));
|
||||||
enquecommand_P(PSTR("G92 E0.0"));
|
enquecommand_P(PSTR("G92 E0.0"));
|
||||||
lcd_commands_step = 8;
|
lcd_commands_step = 8;
|
||||||
|
|
Loading…
Reference in a new issue