This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Wait for temperature to stabilize before signalling heating has finished #67
Open
darylbond
wants to merge
38
commits into
intelligent-agent:2_2_x
Choose a base branch
from
darylbond:stable_heating
base: 2_2_x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add import of Printer to PruFirmware.py
…eding it to the path planner
Add ok to end of heating message for better integration with OctoPrint
Better instructions for Fan settings
…Inspired by Richard Wackerbarth.
…Inspired by Richard Wackerbarth.
…gurable allowed sandbox sections in which users can define custom sections. Fan control updated to allow non-linear initialisation as part of a multi-pass startup routine.
…cheme. Runs with default settings, no further checks performed
…ed to one heater, however, multiple safety units can be attached to one heater. Runs with default settings but is otherwise completely untested.
SD printing: un-buffered
…e control infrastructure
…se error so that a heater has time to warm up a bit first
… control interface
…deem.py such that config reverts to default
… copy-paste error in default.cfg
User configurable thermal management
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to how redeem checks for heating completion. Now waits until temperature is within
ok_range
for at leaststable_time
before signalling that heating is complete. This adds a new config option to heaters. Default is set to 5 seconds.Addresses issue #61