Skip to content

Commit

Permalink
Fix constrain not disabled by error
Browse files Browse the repository at this point in the history
Update print_macros.cfg
  • Loading branch information
frylock34 committed May 29, 2023
1 parent 3c6f1f7 commit 00b446d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stereotech_config/print_macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ gcode:
description: Resume the actual running print
rename_existing: RESUME_BASE
gcode:
ENABLE_CONSTRAIN ENABLE=0
M109 T0 S{printer["gcode_macro PAUSE"].extruder_temp}
M109 T1 S{printer["gcode_macro PAUSE"].extruder1_temp}
M106 S{printer["gcode_macro PAUSE"].fan_speed}
Expand Down Expand Up @@ -187,6 +188,7 @@ gcode:
[gcode_macro START]
description: Start Gcode
gcode:
ENABLE_CONSTRAIN ENABLE=0
G21
{% if printer["filament_motion_sensor extruder_sensor"] %}
UPDATE_DELAYED_GCODE ID=TURN_OFF_EXTRUDERS_DELAYED DURATION=0
Expand Down

0 comments on commit 00b446d

Please sign in to comment.