muele-marlin/Marlin/src/gcode
Marcio T d83ad6f321
Improve / fix FTDI EVE Touch UI (#17338)
- Fix timeout and debugging string
- Fix check for whether `LCD_TIMEOUT_TO_STATUS` is valid
- Fix incorrect debugging message
- Make capitalization of callbacks consistent.
- Allow Touch UI to use hardware SPI on Einsy boards
- Move print stats to About Printer page.
- More generic about screen with GPL license.
- Add missing handler for power loss event
- Less code duplication on status screen and main/advanced menu; more legible
- Reorganize advanced and main menu to add more features
- Hide home Z button when using Z_SAFE_HOMING
- Fix compilation errors when certain features enabled
- Fix missing labels in UI
- Improve color scheme
- Add new preheat menus
- Fix incorrect rendering of Marlin logo on boot
- Add Level X Axis and Auto calibrate buttons
2020-03-31 14:22:04 -05:00
..
bedlevel Fix Z after ABL Bilinear G29 with fade 2020-03-15 18:18:38 -05:00
calibrate Limited backlash editing with Core kinematics (#17281) 2020-03-27 22:00:27 -05:00
config STM32F1: Restore M43 build support (#17336) 2020-03-31 14:13:20 -05:00
control Add M42 M, improve M43 (#17173) 2020-03-18 16:12:51 -05:00
eeprom (c) 2020 2020-02-03 08:00:57 -06:00
feature Improve / fix FTDI EVE Touch UI (#17338) 2020-03-31 14:22:04 -05:00
geometry Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
host Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
lcd Clean up user-wait, SD completion (#17315) 2020-03-28 03:18:53 -05:00
motion Fix last arc segment 2020-03-31 12:50:48 -05:00
probe Minor motion style changes 2020-03-02 12:54:18 -06:00
scara (c) 2020 2020-02-03 08:00:57 -06:00
sd Clean up user-wait, SD completion (#17315) 2020-03-28 03:18:53 -05:00
stats (c) 2020 2020-02-03 08:00:57 -06:00
temp Improve / fix FTDI EVE Touch UI (#17338) 2020-03-31 14:22:04 -05:00
units (c) 2020 2020-02-03 08:00:57 -06:00
gcode.cpp Clean up user-wait, SD completion (#17315) 2020-03-28 03:18:53 -05:00
gcode.h Clean up user-wait, SD completion (#17315) 2020-03-28 03:18:53 -05:00
parser.cpp Don't define 'valptr' if unused (#17048) 2020-03-02 13:17:52 -06:00
parser.h Handle print completed LED event in M0 2020-02-26 12:02:54 -06:00
queue.cpp Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
queue.h Fix broken enqueue_P 2020-03-10 18:28:49 -05:00