- Feb 18, 2018
-
-
Marcio Teixeira authored
- The status screen uses the ST7920 character generator to greatly reduce SPI traffic and MCU load when updating the status screen. - Has been tested with the RepRapDiscount Full Graphics Smart Controller but should work with any LCD that uses an ST7920 or fully compatible controller.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Option to force homing of a dependent axis
-
Scott Lahteine authored
-
Kevin authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Feb 17, 2018
-
-
Bob-the-Kuhn authored
* VIKI2 & RE_ARM changes 1. Remove `DISABLED(SDSUPPORT)` from ST7565 in `ultralcd_impl_DOGM.h`. These LCDs share pins with the SD card and can run at the SD card rates. 2. Add SDSS definition to `pins_RAMPS_RE_ARM.h`. Apparently the SDSS definition in `pins.h` is being processed before the one in `spi_pins.h` which resulted in not being able to read the SD card.
-
Scott Lahteine authored
[2.0.x] Allow M73 without SDSUPPORT
-
Scott Lahteine authored
Based on #9674
-
Scott Lahteine authored
-
Scott Lahteine authored
-
blye authored
-
blye authored
-
Scott Lahteine authored
Fix #9530 Fix #9524
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Addressing #9474
-
Scott Lahteine authored
Addressing #9441
-
- Feb 16, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x][Language] Update Czech (Advanced pause...)
-
Thomas Moore authored
-
teemuatlut authored
-
Bob-the-Kuhn authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
`ENABLED` only works for flag-type options. Floats must use `#ifdef`.
-
Scott Lahteine authored
Easier to configure. Catch an odd divisor.
-
Bob-the-Kuhn authored
[2.0.x] Improved CONTROLLER_FAN_PIN example in Configuration_adv.h
-
Bob-the-Kuhn authored
-
- Feb 15, 2018
-
-
Roxy-3D authored
-
Petr Zahradník authored
-
Petr Zahradník authored
-
Roxy-3D authored
* Fix G26 Circles...
-
Bob-the-Kuhn authored
[2.0.x] Add delays to AVR driver for RRD Full Graphic Smart Controller
-
- Feb 14, 2018
-
-
Roxy-3D authored
There is significant downside to breaking up the long line segments on UBL Cartesian machines. It adds a lot of extra computation but worse... It cuts out all of UBL's off mesh Z-Height correction checks. There have been a large number of people complaining about the nozzle going to infinity or crashing into the bed lately. They are being caused by ``` void unified_bed_leveling::line_to_destination_cartesian() ``` not watching over the segments being queued up for movement.
-
Scott Lahteine authored
-