- Oct 09, 2018
-
-
Scott Lahteine authored
-
Marcio Teixeira authored
Previously, it was not possible for the TYPE argument to ultralcd menu macros to itself be a #defined value. This made it difficult to create variables to set many related menu items to a common precision that could be easily changed.
-
Emilio Moretti authored
Also added details to the README to make sure the Ender-2 status is properly documented.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Oct 08, 2018
-
-
Marcio Teixeira authored
* Allow override of soft SPI pins in `pins_*.h` * Add default case to avoid compiler warning. * Additional pin definitions for Archim 2. * Einsy Retro has same timings as Einsy Rambo.
-
Marcio Teixeira authored
-
InsanityAutomation authored
-
Marcio Teixeira authored
- Makefiles require tabs (not spaces) before shell commands. - Other indentation can either be space or tabs.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Oct 07, 2018
-
-
Scott Lahteine authored
-
Nils Hasenbanck authored
-
Sam Lane authored
-
InsanityAutomation authored
-
Scott Lahteine authored
-
Giuliano Zaro authored
…and change a multi-use "back" menu item.
-
teemuatlut authored
* Don't react to s2g on TMC2660. False positives * Init with sensorless probing as well
-
Scott Lahteine authored
-
Scott Lahteine authored
With default config and `EEPROM_SETTINGS`, saves over 200 bytes of PROGMEM.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Oct 06, 2018
-
-
teemuatlut authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix #12015
-
Scott Lahteine authored
-
Phr3d13 authored
-
Thomas Moore authored
Fix #12004
-
Scott Lahteine authored
CNC GCode dialect compatibility improvements
-
Scott Lahteine authored
-
Scott Lahteine authored
-
thesfreader authored
-
Scott Lahteine authored
-
- Oct 05, 2018
-
-
Scott Lahteine authored
-
Marcio Teixeira authored
* Support new TMC library and 32-bit Archim board - Added IS_MCU flag - When IS_MCU flag is 1, AVR compiler will be used - When IS_MCU flag is 0, ARM compiler will be used - Added support for new TMC library - Added support for a 32-bit Archim board, which could probably be used as a basis for other 32-bit boards.
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Add support for USB thumbdrives/flashdrives
-
Scott Lahteine authored
Co-Authored-By:
marcio-ao <marcio@alephobjects.com>
-
Marcio Teixeira authored
-