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 %}