Skip to content

Commit

Permalink
tset heatbed target temperature to zero at the end of temp. calibrati…
Browse files Browse the repository at this point in the history
…on, before final message is shown

Copied from Pavels Github change
  • Loading branch information
3d-gussner committed May 19, 2017
1 parent 5cf759d commit 63c0f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2869,12 +2869,12 @@ void process_commands()
disable_e0();
disable_e1();
disable_e2();
setTargetBed(0); //set bed target temperature back to 0
lcd_show_fullscreen_message_and_wait_P(MSG_TEMP_CALIBRATION_DONE);
lcd_update_enable(true);
lcd_update(2);

setTargetBed(0); //set bed target temperature back to 0


}
break;

Expand Down

0 comments on commit 63c0f9c

Please sign in to comment.