printer: update macros and ercf config
This commit is contained in:
parent
aecd049a28
commit
556b32e0f6
2 changed files with 7 additions and 4 deletions
|
@ -29,7 +29,7 @@ description: Empty macro to store ERCF variables
|
||||||
# Galileo Clockwork with ERCF V1.1 sensor (hall effect) : 27.0
|
# Galileo Clockwork with ERCF V1.1 sensor (hall effect) : 27.0
|
||||||
# LGX on AfterBurner with ERCF V1.1 sensor (hall effect) : 44.0
|
# LGX on AfterBurner with ERCF V1.1 sensor (hall effect) : 44.0
|
||||||
# AfterBurner Clockwork with ERCF V1.1 sensor (hall effect) : 36.0
|
# AfterBurner Clockwork with ERCF V1.1 sensor (hall effect) : 36.0
|
||||||
variable_end_of_bowden_to_sensor: 40 # xk
|
variable_end_of_bowden_to_sensor: 44 # xk
|
||||||
# Length from the sensor to the nozzle melt pool.
|
# Length from the sensor to the nozzle melt pool.
|
||||||
# Reduce this value if there are blobs of filament on each load, before the purge on the tower.
|
# Reduce this value if there are blobs of filament on each load, before the purge on the tower.
|
||||||
# Increase this value if there are big gaps on the purge tower (i.e. if it takes time for the filament to get pushed out after a swap)
|
# Increase this value if there are big gaps on the purge tower (i.e. if it takes time for the filament to get pushed out after a swap)
|
||||||
|
@ -37,7 +37,7 @@ variable_end_of_bowden_to_sensor: 40 # xk
|
||||||
# Galileo Clockwork with ERCF 1.1 sensor (hall effect) & Dragon Normal Flow : 60.5
|
# Galileo Clockwork with ERCF 1.1 sensor (hall effect) & Dragon Normal Flow : 60.5
|
||||||
# LGX on AfterBurner with ERCF 1.1 sensor (hall effect) & Dragon Normal Flow : 55.6
|
# LGX on AfterBurner with ERCF 1.1 sensor (hall effect) & Dragon Normal Flow : 55.6
|
||||||
# AfterBurner Clockwork with ERCF 1.1 sensor (hall effect) & Dragon Normal Flow : 54.0
|
# AfterBurner Clockwork with ERCF 1.1 sensor (hall effect) & Dragon Normal Flow : 54.0
|
||||||
variable_sensor_to_nozzle: 60 # xk
|
variable_sensor_to_nozzle: 65 # xk
|
||||||
#
|
#
|
||||||
# ==== Values to tune ====
|
# ==== Values to tune ====
|
||||||
#
|
#
|
||||||
|
|
|
@ -155,7 +155,6 @@ gcode:
|
||||||
M118 HOME
|
M118 HOME
|
||||||
G28
|
G28
|
||||||
BRUSHIE
|
BRUSHIE
|
||||||
G28 Z
|
|
||||||
# QGL
|
# QGL
|
||||||
{% if QGL %}
|
{% if QGL %}
|
||||||
M117 QGL
|
M117 QGL
|
||||||
|
@ -181,7 +180,11 @@ gcode:
|
||||||
G90 # use absolute coordinates
|
G90 # use absolute coordinates
|
||||||
NOTIFY_BED BED={BED}
|
NOTIFY_BED BED={BED}
|
||||||
M190 S{BED} # set and wait for actual bed temperature
|
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
|
M109 S{EXTRUDER} # set and wait for extruder temperature
|
||||||
|
|
||||||
SET_GCODE_OFFSET Z_ADJUST={params.Z_ADJUST|default(0.0)|float} MOVE=1
|
SET_GCODE_OFFSET Z_ADJUST={params.Z_ADJUST|default(0.0)|float} MOVE=1
|
||||||
|
|
Loading…
Reference in a new issue