Skip to content

Commit

Permalink
Only unretract at the end of G80 if pinda preheat is used
Browse files Browse the repository at this point in the history
  • Loading branch information
leptun committed Aug 17, 2023
1 parent 5798a03 commit 0cd376f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,7 @@ static void gcode_G80()
plan_buffer_line_curposXYZE(400);
}
#endif // !PINDA_THERMISTOR

KEEPALIVE_STATE(NOT_BUSY);
// Restore custom message state
lcd_setstatuspgm(MSG_WELCOME);
Expand Down

0 comments on commit 0cd376f

Please sign in to comment.