Commit Graph

157 Commits (8dd0492e6837e635807e8396b5f1b99a7a43698b)

Author SHA1 Message Date
Scott Lahteine ba2c7cb467 Update configs with all the latest
Scott Lahteine 2c9bd15625 Move LCD items to `Conditionals.h`
- `Conditionals.h` is included twice, setting LCD values the first time
Scott Lahteine b6d381f863 Divide up Conditionals to get LCD items early
Scott Lahteine 8ade04b78e Felix and Hephestos configs
- Not sure why these are showing as all new
Scott Lahteine 670006b919 Remove invariant code from Configurations
- Add `Conditionals.h` with calculated configuration values
- Add `SanityCheck.h` with checks for configuration errors
- Remove equivalent code from all configurations
- Move error checks from some sources to `SanityCheck.h` also
- Fix initialization of count_direction in stepper.cpp
chrono 1d25d510bc Upstream Merge Fixes
chrono b423b90c77 Added Configuration_adv.h to examples for LCD/SD Support