update V1.4.3

This commit is contained in:
whb0514
2024-10-23 20:11:58 +08:00
parent 9e244730a6
commit d944264bea
5 changed files with 16 additions and 19 deletions

View File

@@ -210,13 +210,13 @@ gcode:
{% set chambertemp = params.CHAMBER|default(0)|int %}
set_zoffset
M104 S0
M141 S{chambertemp}
M106 P2 S0
M106 P3 S0
M106 S255
G28
M141 S{chambertemp}
M140 S{bedtemp}
# M141 S{chambertemp}
G28
M106 S0
CLEAR_NOZZLE HOTEND={hotendtemp}
M191 S{chambertemp}
@@ -226,7 +226,6 @@ gcode:
G0 Z50 F600
G0 X5 Y5 F6000
{% if chambertemp == 0 %}
M106 P3 S255
{% endif %}
@@ -314,7 +313,7 @@ gcode:
G28 X
G1 X150 Y150 F7800
SET_KINEMATIC_POSITION Z={printer.toolhead.axis_maximum.z-5}
SET_KINEMATIC_POSITION Z={printer.toolhead.axis_maximum.z-30}
QIDI_PROBE_PIN_2
probe samples=2
SET_KINEMATIC_POSITION Z=1.9
@@ -331,7 +330,7 @@ gcode:
{% if params.Z is undefined %}
SET_KINEMATIC_POSITION X=0
SET_KINEMATIC_POSITION Y=0
SET_KINEMATIC_POSITION Z={printer.toolhead.axis_maximum.z-10}
SET_KINEMATIC_POSITION Z={printer.toolhead.axis_maximum.z-30}
G91
G1 Z7 F600
G1 X5 F2400
@@ -699,11 +698,12 @@ gcode:
[gcode_macro M4029]
gcode:
M104 S140
M141 S0
SAVE_VARIABLE VARIABLE=z_offset VALUE=0
G28
M400
M118 Position init complete
CLEAR_NOZZLE HOTEND=280
G28
get_zoffset