printer: update macros and ercf config

This commit is contained in:
Konstantin Koslowski 2023-02-22 22:25:21 +01:00
parent aecd049a28
commit 556b32e0f6
2 changed files with 7 additions and 4 deletions

View file

@ -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