- Jul 14, 2018
-
-
Chris Pepper authored
-
Scott Lahteine authored
Co-Authored-By:
kaimimue <kaimimue@users.noreply.github.com>
-
Giuliano authored
This will fix kill message on dual printer with 0 alignment offset
-
- Jul 13, 2018
-
-
Jamie Bainbridge authored
When `REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER` is defined and Re-ARM build is attempted, `u8g_fontutf8.cpp` includes `fontutils.h` which uses `abs()`. However, `abs()` is defined in `stdlib.h` which is not included in `fontutils.h`, so compile fails with an error. Include `stdlib.h` in `fontutils.h` so that `abs()` is defined before `u8g_fontutf8.cpp` needs to use it, resolving the compile error. Signed-off-by:
Jamie Bainbridge <jamie.bainbridge@gmail.com>
-
Scott Lahteine authored
[2.0.x] Shorter Z raise between multiple probes
-
Scott Lahteine authored
-
Scott Lahteine authored
Co-Authored-By:
nightgryphon <ngryph@gmail.com>
-
Scott Lahteine authored
Co-Authored-By:
nightgryphon <ngryph@gmail.com>
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 12, 2018
-
-
Scott Lahteine authored
Make the endstop report method track endstop changes on its own.
-
Scott Lahteine authored
Co-Authored-By:
Aaron Griffith <aargri@gmail.com>
-
- Jul 08, 2018
-
-
Scott Lahteine authored
[2.0.x][HD44780] Remove unused include
-
Roxy-3D authored
-
- Jul 07, 2018
-
-
Scott Lahteine authored
-
Alexander Amelkin authored
The <binary.h> header is not available in STM32 toolchain and is not used anywhere in ultralcd_common_HD44780.h. If it is used anywhere in HD44780 support for other platforms, it must be included in the corresponding .cpp file directly and put under appropriate conditional compilation directives for the platform requiring it. As I was unable to find such code, I consider the file unused and hence remove the inclusion.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Also fix use_example_configs
-
- Jul 06, 2018
-
-
Scott Lahteine authored
[2.0.x] Use 'float' instead of 'double' maths
-
- Jul 05, 2018
-
-
Scott Lahteine authored
Co-Authored-By:
ejtagle <ejtagle@hotmail.com>
-
etagle authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 04, 2018
-
-
etagle authored
-
Chris Pepper authored
Enable the endstop interrupts feature for LPC176x boards. Although Smoothieboard chose to use non-interrupt capable pins for their endstops, and this has been copied by clones, so they can't use it.
-
Chris Pepper authored
-
Chris Pepper authored
* Fix LCD_LANGUAGE options list formatting in config * Remove 'cn' language option from list
-
Scott Lahteine authored
[2.0.x] No M914 or SGT with non-sensorless axes
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Tronxy X3A configurations and thermistor
-
- Jul 03, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 02, 2018
-
-
Scott Lahteine authored
-