Adjusted print_start to start heating first, then home x and y.

This commit is contained in:
Bassam Husain
2023-04-02 20:38:14 -04:00
parent 3b59b534c9
commit f9832b60c3

View File

@@ -123,10 +123,10 @@ gcode:
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1 ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1
G28 X Y
# <insert your routines here>
M140 S{bedtemp} ; set & don't wait for bed temp M140 S{bedtemp} ; set & don't wait for bed temp
M104 S{hotendtemp} ; set & don't wait for hotend temp M104 S{hotendtemp} ; set & don't wait for hotend temp
G28 X Y
# <insert your routines here>
M190 S{bedtemp} ; set & wait for bed temp M190 S{bedtemp} ; set & wait for bed temp
# TEMPERATURE_WAIT SENSOR="temperature_sensor chamber" MINIMUM={chambertemp} ; wait for chamber temp # TEMPERATURE_WAIT SENSOR="temperature_sensor chamber" MINIMUM={chambertemp} ; wait for chamber temp