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