Skip to content

Commit

Permalink
Move Z to top during Nozzle change
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner authored and DRracer committed Jan 16, 2023
1 parent fffb15c commit 5b8321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ void lcd_commands()
lcd_update_enabled = true;
lcd_draw_update = 2; //force lcd clear and update after the stack unwinds.
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"));
#ifdef TEMP_MODEL
was_enabled = temp_model_enabled();
Expand Down

0 comments on commit 5b8321d

Please sign in to comment.