Skip to content

Commit

Permalink
Partial Revert "fix(macro): Remove custom M84"
Browse files Browse the repository at this point in the history
This reverts commit 036c8ef.
  • Loading branch information
frap129 committed Nov 24, 2024
1 parent b5d3708 commit e5ab9b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/gcode_macro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,16 @@ gcode:
SET_FILAMENT_SENSOR SENSOR=tangle ENABLE=0
DISABLE_FILAMENT_WIDTH_SENSOR

[gcode_macro M84]
rename_existing: M84.1
gcode:
M84.1
SET_STEPPER_ENABLE STEPPER=stepper_x enable=0
SET_STEPPER_ENABLE STEPPER=stepper_y enable=0
SET_STEPPER_ENABLE STEPPER=stepper_z enable=1
SET_STEPPER_ENABLE STEPPER=stepper_z1 enable=1
SET_STEPPER_ENABLE STEPPER=extruder enable=0

[homing_override]
axes:xyz
gcode:
Expand Down

0 comments on commit e5ab9b9

Please sign in to comment.