We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37710 commit 14bbb0eCopy full SHA for 14bbb0e
printer.cfg
@@ -440,6 +440,19 @@ gcode:
440
gcode:
441
SET_FAN_SPEED FAN=exhaust_fan SPEED=0.0
442
443
+
444
+[gcode_macro PRE_HEAT]
445
+description:
446
+gcode:
447
+ {% set BED = params.BED|default(100)|float %}
448
+ M140 S{BED} ; start bed heating
449
+ G28 ; home
450
+ G0 X175 Y175 Z50 F18000 ; move to center raised a little off bed
451
+ M106 S255 ; turn on fan to circulate air while pre-heating
452
+ SET_FAN_SPEED FAN=exhaust_fan SPEED=1.0 ; Turn on exhaust fan to get air moving in enclosure
453
454
455
456
## Convienience macros so these appear as buttons in Mainsail
457
458
[gcode_macro QUERY_PROBE_PLS]
0 commit comments