printer: update
This commit is contained in:
parent
d9f92ea58f
commit
c1e5a770d5
5 changed files with 63 additions and 100 deletions
|
@ -2,8 +2,6 @@
|
|||
# Macros used for printing
|
||||
# - BRUSHIE
|
||||
# - CANCEL_PRINT
|
||||
# - EXCLUDE_OBJECT_END
|
||||
# - EXCLUDE_OBJECT_START
|
||||
# - LOAD_FILAMENT
|
||||
# - UNLOAD_FILAMENT
|
||||
# - M600
|
||||
|
@ -54,16 +52,6 @@ gcode:
|
|||
_CANCEL_PRINT_BASE
|
||||
|
||||
|
||||
[gcode_macro EXCLUDE_OBJECT_END]
|
||||
description: fix unknown command
|
||||
gcode:
|
||||
|
||||
|
||||
[gcode_macro EXCLUDE_OBJECT_START]
|
||||
description: fix unknown command
|
||||
gcode:
|
||||
|
||||
|
||||
[gcode_macro LOAD_FILAMENT]
|
||||
gcode:
|
||||
T0
|
||||
|
@ -167,7 +155,7 @@ gcode:
|
|||
G28
|
||||
BRUSHIE
|
||||
# QGL
|
||||
{% if QGL %}
|
||||
{% if QGL or not printer['quad_gantry_level'].applied %}
|
||||
M117 QGL
|
||||
M118 QGL
|
||||
QUAD_GANTRY_LEVEL
|
||||
|
@ -189,6 +177,7 @@ gcode:
|
|||
|
||||
G92 E0 # reset extruder
|
||||
G90 # use absolute coordinates
|
||||
M104 S{EXTRUDER} # start extruder heating
|
||||
NOTIFY_BED BED={BED}
|
||||
M190 S{BED} # set and wait for actual bed temperature
|
||||
# final home z
|
||||
|
@ -268,8 +257,8 @@ gcode:
|
|||
_RESUME_BASE
|
||||
{% endif %}
|
||||
{% else %}
|
||||
M117 not paused
|
||||
M118 not paused
|
||||
M117 not paused
|
||||
M118 not paused
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue