More cleanup in macros.cfg.

This commit is contained in:
Bassam Husain
2023-01-13 14:58:49 -05:00
parent 80dd4c75b2
commit 22190a86b3

View File

@@ -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