printer: update macros and ercf config
This commit is contained in:
parent
aecd049a28
commit
556b32e0f6
2 changed files with 7 additions and 4 deletions
|
@ -155,7 +155,6 @@ gcode:
|
|||
M118 HOME
|
||||
G28
|
||||
BRUSHIE
|
||||
G28 Z
|
||||
# QGL
|
||||
{% if QGL %}
|
||||
M117 QGL
|
||||
|
@ -181,7 +180,11 @@ gcode:
|
|||
G90 # use absolute coordinates
|
||||
NOTIFY_BED BED={BED}
|
||||
M190 S{BED} # set and wait for actual bed temperature
|
||||
NOTIFY_EXTRUDER EXTRUDER={BED}
|
||||
# final home z
|
||||
G28 Z
|
||||
PARK Z=10
|
||||
# heat extruder
|
||||
NOTIFY_EXTRUDER EXTRUDER={EXTRUDER}
|
||||
M109 S{EXTRUDER} # set and wait for extruder temperature
|
||||
|
||||
SET_GCODE_OFFSET Z_ADJUST={params.Z_ADJUST|default(0.0)|float} MOVE=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue