Adjusted PRINT_START to start heating hotbed and hotend at the same time.

This commit is contained in:
Bassam Husain
2023-01-28 12:21:14 -05:00
parent d71b00fcf7
commit 6452d2bd6f

View File

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