- Nov 17, 2018
-
-
Scott Lahteine authored
* Make CardReader a static class * Make CardReader flags into bitfields
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Mateusz Krawczuk authored
-
- Nov 16, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Nov 15, 2018
-
-
Scott Lahteine authored
-
- Nov 14, 2018
-
-
Scott Lahteine authored
* Optimize target_extruder, ignore T with mixing * Give G-code Tn parity with tool_change
-
Marcio Teixeira authored
- "old_state" is no longer a class static variable.
-
Scott Lahteine authored
* Move special characters to language.h * Apply some naming standards * Clean up menu item draw functions * Rename some Temperature methods * UI => ExtUI
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Ryan authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Followup to #12422
-
thiagodesacosta authored
-
- Nov 13, 2018
-
-
Marcio Teixeira authored
-
Giuliano Zaro authored
Followup to #12413
-
Roxy-3D authored
Updates to Formbot T-Rex 2+ configuration files
-
Roxy-3D authored
Changes only affect UBL. Everything else is left alone.
-
AnHardt authored
Fix #12416 Better handling of `ENABLED(MIXING_EXTRUDER) && !MIXING_VIRTUAL_TOOLS > 1` - to not fall through to the general case. Fix compiler warnings for `#elif EXTRUDERS < 2`.
-
Giuliano Zaro authored
When endstops/probe are enabled `ENDSTOP_NOISE_THRESHOLD` calls to `update` are required to properly re-sync endstops/probe status.
-
Scott Lahteine authored
* Group status methods, share reset_status with Extensible UI * Move common DOGM code to headers
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Nov 12, 2018
-
-
AnHardt authored
Fix #12399 Did not compile without `WATCH_HOTENDS || WATCH_THE_BED`. Add condition to include "../../module/temperature.h".
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
See if this has any deleterious effect on motion planning by slicers that inser their own jerk and acceleration controls. The problem I see is that these settings can take effect on blocks already in the planner, and the only way around this would be to shadow these settings in planner blocks and use the shadowed settings in the planner.
-
Scott Lahteine authored
-
- Nov 11, 2018
-
-
Scott Lahteine authored
* Encapsulate common LCD code in a singleton * Depend more UBL code on UBL_DEVEL_DEBUGGING - Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-