print_start.cfg modified - 07/06/2025 - 12:59:37 PM
This commit is contained in:
parent
c1bf777f0c
commit
77aba29bf8
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
[gcode_macro PRINT_START]
|
||||||
|
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
|
||||||
|
gcode:
|
||||||
|
{% set bedtemp = params.BED|int %}
|
||||||
|
{% set extrudertemp = params.EXTRUDER|int %}
|
||||||
|
|
||||||
|
STATUS_HEATING
|
||||||
|
M109 S140
|
||||||
|
|
||||||
|
STATUS_HEATING
|
||||||
|
M190 S{bedtemp}
|
||||||
|
|
||||||
|
STATUS_HOMING
|
||||||
|
G32 ; home all axes
|
||||||
|
G1 Z20 F3000 ; move nozzle away from bed
|
||||||
|
|
||||||
|
STATUS_HEATING
|
||||||
|
M109 S{extrudertemp}
|
Loading…
Add table
Add a link
Reference in a new issue