Skip to content

Commit

Permalink
bug fixed, Pause cmd did not work correctly. added checking in condit…
Browse files Browse the repository at this point in the history
…ion on the object-filament_sensor.
  • Loading branch information
SokolovJek committed Jun 20, 2023
1 parent 8357658 commit e60a8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stereotech_config/print_macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gcode:
{% set current_extruder = 1 %}
{% endif %}
SET_GCODE_VARIABLE MACRO=PAUSE VARIABLE=current_extruder VALUE={current_extruder}
{% if turn_off_extruders > 0 %}
{% if turn_off_extruders > 0 and printer["filament_motion_sensor extruder_sensor"] %}
UPDATE_DELAYED_GCODE ID=TURN_OFF_EXTRUDERS_DELAYED DURATION=300
{% endif %}
SET_IDLE_TIMEOUT TIMEOUT=360000
Expand Down

0 comments on commit e60a8de

Please sign in to comment.