- Nov 20, 2018
-
-
Marcio Teixeira authored
Fix Z-move to uninitialized position in SWITCHING_EXTRUDERS tool_change (no_move=true)
-
Marcio Teixeira authored
-
Ludy authored
-
- Nov 19, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Ludy authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Roman Moravčík authored
-
kAdonis authored
-
- Nov 18, 2018
-
-
Ludy authored
-
Nils Hasenbanck authored
Access to the DWT peripheral for the `CYCCNT` register needs to happen before `main()`. The code needs to be called after the setup of the system clocks, so the right place is between the `premain()` and `main()` function of the STM32 Arduino core. This patch moves the DWT access code to a new function, which is then placed between `premain()` and `main()`.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Marcio Teixeira authored
-
Giuliano Zaro authored
-
Ludy authored
-
Ludy authored
-
- Nov 17, 2018
-
-
Nils Hasenbanck authored
Beta testers suggested to adopt the RAMPS order of temperature probe connectors. This commit fixes the order to the RAMPS order.
-
Scott Lahteine authored
-
Scott Lahteine authored
Responding to #12383 XY probe offsets should be integers because adding decimal points makes the code larger. But if decimals are very much wanted, this commit removes the old restriction.
-
Giuliano Zaro authored
-
Ph0non authored
* Enable SD Card on RepRap Display and RADDS Define the necessary pins in `pins_RADDS.h` (copied from the `RADDS_DISPLAY` section) for the use of the SD card slot on RRD.
-
Ludy authored
-
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
-