This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Thermal management updates#66
Open
darylbond wants to merge 44 commits intointelligent-agent:2_2_xfrom
Open
Conversation
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
…based on path like syntax (wildcards allowed). Fixed a missed pass through of allow_new when saving.
This was referenced Jan 23, 2018
This file contains hidden or 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
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.
General improvements to the thermal management system and the configuration parser.
This PR addresses #64