修复必须回零后才能取消打印的问题
This commit is contained in:
parent
e941884b8e
commit
682e343d61
@ -716,8 +716,10 @@ gcode:
|
|||||||
|
|
||||||
[gcode_macro _USER_CANCEL]
|
[gcode_macro _USER_CANCEL]
|
||||||
gcode:
|
gcode:
|
||||||
G91
|
{% if 'z' in printer.toolhead.homed_axes %}
|
||||||
G1 Z30 F600 ; lift nozzle
|
G91
|
||||||
|
G1 Z30 F600 ; lift nozzle
|
||||||
|
{% endif %}
|
||||||
M84
|
M84
|
||||||
|
|
||||||
[gcode_macro _CLIENT_EXTRUDE]
|
[gcode_macro _CLIENT_EXTRUDE]
|
||||||
|
@ -652,8 +652,10 @@ gcode:
|
|||||||
|
|
||||||
[gcode_macro _USER_CANCEL]
|
[gcode_macro _USER_CANCEL]
|
||||||
gcode:
|
gcode:
|
||||||
G91
|
{% if 'z' in printer.toolhead.homed_axes %}
|
||||||
G1 Z30 F600 ; lift nozzle
|
G91
|
||||||
|
G1 Z30 F600 ; lift nozzle
|
||||||
|
{% endif %}
|
||||||
M84
|
M84
|
||||||
|
|
||||||
[gcode_macro _CLIENT_EXTRUDE]
|
[gcode_macro _CLIENT_EXTRUDE]
|
||||||
|
@ -709,8 +709,10 @@ gcode:
|
|||||||
|
|
||||||
[gcode_macro _USER_CANCEL]
|
[gcode_macro _USER_CANCEL]
|
||||||
gcode:
|
gcode:
|
||||||
G91
|
{% if 'z' in printer.toolhead.homed_axes %}
|
||||||
G1 Z30 F600 ; lift nozzle
|
G91
|
||||||
|
G1 Z30 F600 ; lift nozzle
|
||||||
|
{% endif %}
|
||||||
M84
|
M84
|
||||||
|
|
||||||
[gcode_macro _CLIENT_EXTRUDE]
|
[gcode_macro _CLIENT_EXTRUDE]
|
||||||
|
@ -645,8 +645,10 @@ gcode:
|
|||||||
|
|
||||||
[gcode_macro _USER_CANCEL]
|
[gcode_macro _USER_CANCEL]
|
||||||
gcode:
|
gcode:
|
||||||
G91
|
{% if 'z' in printer.toolhead.homed_axes %}
|
||||||
G1 Z30 F600 ; lift nozzle
|
G91
|
||||||
|
G1 Z30 F600 ; lift nozzle
|
||||||
|
{% endif %}
|
||||||
M84
|
M84
|
||||||
|
|
||||||
[gcode_macro _CLIENT_EXTRUDE]
|
[gcode_macro _CLIENT_EXTRUDE]
|
||||||
|
@ -888,8 +888,10 @@ gcode:
|
|||||||
|
|
||||||
[gcode_macro _USER_CANCEL]
|
[gcode_macro _USER_CANCEL]
|
||||||
gcode:
|
gcode:
|
||||||
G91
|
{% if 'z' in printer.toolhead.homed_axes %}
|
||||||
G1 Z30 F600 ; lift nozzle
|
G91
|
||||||
|
G1 Z30 F600 ; lift nozzle
|
||||||
|
{% endif %}
|
||||||
M84
|
M84
|
||||||
|
|
||||||
[gcode_macro _CLIENT_EXTRUDE]
|
[gcode_macro _CLIENT_EXTRUDE]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user