Commit Graph

161 Commits (55dc8051d85d2820292bf819482af1c643b28b1e)

Author SHA1 Message Date
Scott Lahteine b4b10a57fe Fix configurator section directives and values lists
Scott Lahteine bba14dcbe6 Move Z Safe Homing point to the middle of the movement range
Richard Wackerbarth 58941e543e ELB_FULL_GRAPHIC_CONTROLLER_SDCARDDETECTINVERTED removed
#defining something just to define something else doesn’t
make sense

If you want SDCARDDETECTINVERTED, just define it yourself.

If the previous code was intended to define, undefined and then again define the term, that code is improper.
Ed Boston 08968c29bb Adding ELB_FULL_GRAPHIC_CONTROLLER_SDCARDDETECTINVERTED to Examples
AnHardt d1f4471000 Merge pull request from Wackerbarth/Versioning
Versioning
Jonathan Bastien-Filiatrault d46d9d998e Add maximum bed integral term in example configurations.
Richard Wackerbarth 5ea139fd79 Revised Versioning mechanism
Ed Boston 082ed3beed Propagate Configuration.h changes
Updated all the example Configuration.h files for the new display type.
Scott Lahteine 2445ae3d3a Combine thermal runaway and watch-period
- Make thermal protection for all hotends and/or bed into simple
switches
- Now enable `WATCH_TEMP_PERIOD` when `THERMAL_PROTECTION_HOTENDS` is
enabled
- Move detailed thermal parameters to `Configuration_adv.h`
- Add sanity checks to warn about old configurations
- Change `WATCH_TEMP_PERIOD` to seconds instead of milliseconds
Scott Lahteine 181ccc884c Edit thermal runaway description
Brian Gilbert 1285784a49 Add Boots Industries V2.5 example configuration