- Feb 16, 2019
-
-
Evgeny-SPB authored
-
- Feb 15, 2019
-
-
Scott Lahteine authored
-
- Feb 14, 2019
-
-
Marcio Teixeira authored
- Turn off bed leveling prior to calibrating. - This prevents lateral probes from having a Z component that triggers the Z endstop and causes the motion to be aborted. - Got rid of static const float arrays "dimension" and "true_center" - Frees up 24 bytes of SRAM - Changed incorrect use of "bool" for float in backlash macros. - Replaced arguments with 0.0f and 1.0f for clarity. - Now only disables soft endstops (since calibration cube is outside of bed) - Not necessary to disable global endstops
-
Andy Shaw authored
* Remove untested displays add TMC2130 configs. * Remove references to the ReARM, delete untested displays. Add TMC2130 settings. Cleanup spacing, etc.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Giuliano Zaro authored
-
Marcio Teixeira authored
- Fix compile error when accessing `process_subcommands_now_P`. - Use `const` var eliminating double-negative (to make code more understandable).
-
Ludy authored
-
- Feb 13, 2019
-
-
Scott Lahteine authored
-
Giuliano Zaro authored
-
- Feb 12, 2019
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
revilor authored
-
InsanityAutomation authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Roman Moravčík authored
-
Ludy authored
-
Scott Lahteine authored
-
- Feb 11, 2019
-
-
Giuliano Zaro authored
Replaced `PID_MAX` with `BANG_MAX` since it should be the correct define to be used when PID is not enabled.
-
Giuliano Zaro authored
-
Ludy authored
-
Giuliano Zaro authored
Incomplete.
-
Roman Moravčík authored
-
Scott Lahteine authored
-
- Feb 10, 2019
-
-
Scott Lahteine authored
-
Simon Jouet authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
LinFor authored
-
Ludy authored
-
AnHardt authored
Apply minimum `C` in `M303`. `PID_autotune()` needs to be called with a 'C'ycles-parameter >2 to give meaningful (different from 0) PID-factors. Therefore silently raise C to 3. Fixing one aspect of #13104
-
Scott Lahteine authored