Move Z to top during Nozzle change
This commit is contained in:
parent
fffb15cc81
commit
5b8321d602
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,7 @@ void lcd_commands()
|
||||||
lcd_update_enabled = true;
|
lcd_update_enabled = true;
|
||||||
lcd_draw_update = 2; //force lcd clear and update after the stack unwinds.
|
lcd_draw_update = 2; //force lcd clear and update after the stack unwinds.
|
||||||
enquecommand_P(PSTR("G28 W"));
|
enquecommand_P(PSTR("G28 W"));
|
||||||
enquecommand_P(PSTR("G1 X125 Y10 Z150 F1000"));
|
enquecommand_P(PSTR("G1 X125 Z200 F1000"));
|
||||||
enquecommand_P(PSTR("M109 S280"));
|
enquecommand_P(PSTR("M109 S280"));
|
||||||
#ifdef TEMP_MODEL
|
#ifdef TEMP_MODEL
|
||||||
was_enabled = temp_model_enabled();
|
was_enabled = temp_model_enabled();
|
||||||
|
|
Loading…
Add table
Reference in a new issue