优化打印完成或者取消打印后重置打印速度
This commit is contained in:
parent
a7b54f505f
commit
e48581652a
@ -445,6 +445,7 @@ gcode:
|
|||||||
[gcode_macro _CANCEL_PRINT_BASE]
|
[gcode_macro _CANCEL_PRINT_BASE]
|
||||||
description: Call when cancelled to print
|
description: Call when cancelled to print
|
||||||
gcode:
|
gcode:
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
|
|
||||||
[gcode_macro START_PRINT]
|
[gcode_macro START_PRINT]
|
||||||
@ -489,6 +490,7 @@ gcode:
|
|||||||
[gcode_macro END_PRINT]
|
[gcode_macro END_PRINT]
|
||||||
gcode:
|
gcode:
|
||||||
M400
|
M400
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
G92 E0
|
G92 E0
|
||||||
G1 E-10.0 F3600
|
G1 E-10.0 F3600
|
||||||
|
@ -377,6 +377,7 @@ gcode:
|
|||||||
[gcode_macro _CANCEL_PRINT_BASE]
|
[gcode_macro _CANCEL_PRINT_BASE]
|
||||||
description: Call when cancelled to print
|
description: Call when cancelled to print
|
||||||
gcode:
|
gcode:
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
|
|
||||||
[gcode_macro START_PRINT]
|
[gcode_macro START_PRINT]
|
||||||
@ -421,6 +422,7 @@ gcode:
|
|||||||
[gcode_macro END_PRINT]
|
[gcode_macro END_PRINT]
|
||||||
gcode:
|
gcode:
|
||||||
M400
|
M400
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
G92 E0
|
G92 E0
|
||||||
G1 E-10.0 F3600
|
G1 E-10.0 F3600
|
||||||
|
@ -445,6 +445,7 @@ gcode:
|
|||||||
[gcode_macro _CANCEL_PRINT_BASE]
|
[gcode_macro _CANCEL_PRINT_BASE]
|
||||||
description: Call when cancelled to print
|
description: Call when cancelled to print
|
||||||
gcode:
|
gcode:
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
|
|
||||||
[gcode_macro START_PRINT]
|
[gcode_macro START_PRINT]
|
||||||
@ -489,6 +490,7 @@ gcode:
|
|||||||
[gcode_macro END_PRINT]
|
[gcode_macro END_PRINT]
|
||||||
gcode:
|
gcode:
|
||||||
M400
|
M400
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
G92 E0
|
G92 E0
|
||||||
G1 E-10.0 F3600
|
G1 E-10.0 F3600
|
||||||
|
@ -378,6 +378,7 @@ gcode:
|
|||||||
[gcode_macro _CANCEL_PRINT_BASE]
|
[gcode_macro _CANCEL_PRINT_BASE]
|
||||||
description: Call when cancelled to print
|
description: Call when cancelled to print
|
||||||
gcode:
|
gcode:
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
|
|
||||||
[gcode_macro START_PRINT]
|
[gcode_macro START_PRINT]
|
||||||
@ -422,6 +423,7 @@ gcode:
|
|||||||
[gcode_macro END_PRINT]
|
[gcode_macro END_PRINT]
|
||||||
gcode:
|
gcode:
|
||||||
M400
|
M400
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
G92 E0
|
G92 E0
|
||||||
G1 E-10.0 F3600
|
G1 E-10.0 F3600
|
||||||
|
@ -592,6 +592,7 @@ gcode:
|
|||||||
[gcode_macro _CANCEL_PRINT_BASE]
|
[gcode_macro _CANCEL_PRINT_BASE]
|
||||||
description: Call when cancelled to print
|
description: Call when cancelled to print
|
||||||
gcode:
|
gcode:
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
_ACTIVATE_PRIMARY_MODE
|
_ACTIVATE_PRIMARY_MODE
|
||||||
|
|
||||||
@ -639,6 +640,7 @@ gcode:
|
|||||||
{% set svv = printer.save_variables.variables %}
|
{% set svv = printer.save_variables.variables %}
|
||||||
{% set y_offset = svv.nozzle_y_offset_val|default(0)|float %}
|
{% set y_offset = svv.nozzle_y_offset_val|default(0)|float %}
|
||||||
M400
|
M400
|
||||||
|
M220 S100
|
||||||
M221 S100
|
M221 S100
|
||||||
G92 E0
|
G92 E0
|
||||||
G1 E-10.0 F3600
|
G1 E-10.0 F3600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user