Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to define custom code for cooling #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 6, 2022

  1. Add possibility to define custom code for cooling

    These changes allow to define custom code to be run when using the _cooldown_ preset. It makes the _cooldown_ preset similar to the _other_ ones. Note that this is something that can be done on Mainsail.
    
    Here an example in the configuration:
    ```
    [preheat cooldown]
    gcode: 
        TURN_OFF_HEATERS
        M107
    ```
    
    Note that the cooldown could be made a preset like any other? I'd be happy to take a look at it if wanted!
    kohlerj authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    672d455 View commit details
    Browse the repository at this point in the history