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

Conversation

kohlerj
Copy link
Owner

@kohlerj kohlerj commented Apr 6, 2022

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!

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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant