mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-09 14:01:17 +00:00
More cleanup in macros.cfg.
This commit is contained in:
@@ -62,7 +62,6 @@ gcode:
|
|||||||
G92 E0 ; zero the extruder
|
G92 E0 ; zero the extruder
|
||||||
G1 E-1.40 F400 ; retract filament
|
G1 E-1.40 F400 ; retract filament
|
||||||
G91 ; relative positioning
|
G91 ; relative positioning
|
||||||
# SET_SKEW CLEAR=1 ; clear skew_profile
|
|
||||||
|
|
||||||
# Get Boundaries
|
# Get Boundaries
|
||||||
{% set max_x = printer.configfile.config["stepper_x"]["position_max"]|float %}
|
{% set max_x = printer.configfile.config["stepper_x"]["position_max"]|float %}
|
||||||
@@ -104,7 +103,7 @@ gcode:
|
|||||||
|
|
||||||
[gcode_macro UNLOAD_FILAMENT]
|
[gcode_macro UNLOAD_FILAMENT]
|
||||||
gcode:
|
gcode:
|
||||||
M83 ; set extruder to relative
|
M83 ; set extruder to relative
|
||||||
G1 E10 F300 ; extrude a little to soften tip
|
G1 E10 F300 ; extrude a little to soften tip
|
||||||
G1 E-40 F1800 ; retract some, but not too much or it will jam
|
G1 E-40 F1800 ; retract some, but not too much or it will jam
|
||||||
M82 ; set extruder to absolute
|
M82 ; set extruder to absolute
|
||||||
|
|||||||
Reference in New Issue
Block a user