Skip to content

Commit 14bbb0e

Browse files
committed
Add a simple pre-heat macro to get heat soak started
1 parent 0d37710 commit 14bbb0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

printer.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,19 @@ gcode:
440440
gcode:
441441
SET_FAN_SPEED FAN=exhaust_fan SPEED=0.0
442442

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+
443456
## Convienience macros so these appear as buttons in Mainsail
444457

445458
[gcode_macro QUERY_PROBE_PLS]

0 commit comments

Comments
 (0)