Skip to content

Idle timeout ... #9

Description

@MechanizedMedic

Hi @spooknik, I noticed your to-do list includes defeating the idle timeout while paused. This little macro does exactly that and I have been using it with FLAP successfully for a few weeks.

[idle_timeout]
timeout: 1800
gcode:
{% if printer.pause_resume.is_paused %}
M118 Idle timeout while print paused, turning off hotend
SET_HEATER_TEMPERATURE HEATER=extruder TARGET=0
{% else %}
M118 Timeout, heaters/motors OFF
TURN_OFF_HEATERS
M84
{% endif %}

Hopefully this does what you're looking for. Thank you for sharing FLAP with the world!

~Matt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions