- Aug 21, 2018
-
-
Scott Lahteine authored
-
jmz52 authored
Implement servo support for STM32F1. Original code was incomplete and depended on Servo library from stm32duino which conflicts with `module/servo.h`.
-
Dave Johnson authored
-
jmz52 authored
The `binary.h` file required by `lcd/dogm/dogm_bitmaps.h` is not present in stm32duino environment. Binary macros are defined in `bit_constants.h` in stm32duino framework.
-
- Aug 20, 2018
- Aug 19, 2018
-
-
ghent360 authored
-
- Aug 18, 2018
-
-
Scott Lahteine authored
-
jmz52 authored
Fix "SD init fail" problem for STM32F1 caused by incorrect SS pin state and incorrect SPI mode. Issue #11225
-
- Aug 17, 2018
-
-
Scott Lahteine authored
-
- Aug 16, 2018
-
-
Kevin authored
-
Roxy-3D authored
Some of the Rotations did not do the right thing with setting and clearing pixels. I think it is correct now. But if not... It is much closer to being correct.
-
InsanityAutomation authored
-
- Aug 15, 2018
-
-
InsanityAutomation authored
* Update ubl_G29.cpp * Update ultralcd.cpp
-
Roxy-3D authored
-
Scott Lahteine authored
[2.0.x] Fix TMC2208 SW serial communication
-
- Aug 14, 2018
-
-
petrzjunior authored
-
Scott Lahteine authored
Co-Authored-By:
teemuatlut <teemu.mantykallio@live.fi>
-
Scott Lahteine authored
Co-Authored-By:
teemuatlut <teemu.mantykallio@live.fi>
-
Nils Hasenbanck authored
-
Chris Pepper authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Dave Johnson authored
-
Andy Shaw authored
Use a sector of the LPC flash memory to emulate EEPROM storage, removing the need to have an SD card to store system parameters.
-
Scott Lahteine authored
-
Scott Lahteine authored
Followup persistent store with heading, const
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Change direct eeprom access to HAL::PersistentStore
-
- Aug 13, 2018
-
-
Roxy-3D authored
-
Nils Hasenbanck authored
-
Scott Lahteine authored
-
Chris Pepper authored
- Clean up the API to use a `static` class instance to adhere to Marlin convention - Add `const` position data access for read/write - Add Storage capacity to the interface
-
Roxy-3D authored
Make M2719 initialize the Max7219 registers and then run the initialization pattern (if one is specified).
-
Roxy-3D authored
-
Scott Lahteine authored
-
Scott Lahteine authored
agData in Table 71 is extremely oversampled (see Issue #11220). I have removed the data points that perform *worse* than linearly interpolating the remaining points, and fixed up two points that were simply rounded incorrectly. Co-Authored-By:
Aaron Griffith <aargri@gmail.com>
-
Scott Lahteine authored
-