1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-12 21:41:34 +00:00
MarlinFirmware/Marlin/src
Marcio T f3bddc4e4e
Fixes and additions to FTDI EVE Touch UI (#20393)
- Fixed name conflict with "SUBSCRIPT_TWO"
- Fixed rendering bugs in "Leveling Menu"
- Only show "Bed Mesh Screen" when UBL is enabled
- Removed CocoaPress code from generic "Main Menu"
- Removed CocoaPress code from LulzBot Bio "Status" screen
- Moved generic "Move Axis" functionality into a base class
- Added CocoaPress custom screens:
   - Status Screen
   - Unload Cartridge
   - Load Chocolate
   - Main Menu
   - Advanced Settings
   - XYZ Move (based on "Move Axis" base class)
   - Extrusion Move (based on "Move Axis" base class)
- CocoaPress tweaks to "Temperature" screen
- Fix FTDI EVE Touch UI compilation errors when not using leveling.
2020-12-09 05:09:31 -06:00
..
core SPI TFT for STM32F4 boards (#20384) 2020-12-07 21:26:39 -08:00
feature Fix Spindle/Laser Control menu (#20347) 2020-12-09 04:37:26 -06:00
gcode Fix Spindle/Laser Control menu (#20347) 2020-12-09 04:37:26 -06:00
HAL Style, spacing, typo cleanup for recent changes 2020-12-08 20:18:29 -06:00
inc Allow positive Z nozzle to probe offset (#20344) 2020-12-09 01:06:50 -08:00
lcd Fixes and additions to FTDI EVE Touch UI (#20393) 2020-12-09 05:09:31 -06:00
libs Reduce warnings, extern "C" cleanup (#20279) 2020-11-25 21:40:56 -06:00
module Fix TMC_HOME_PHASE divide by zero (#20368) 2020-12-04 23:58:39 -06:00
pins Style, spacing, typo cleanup for recent changes 2020-12-08 20:18:29 -06:00
sd Fix auto#.g file handling, add NO_SD_AUTOSTART (#20071) 2020-12-07 05:53:15 -06:00
MarlinCore.cpp Fix auto#.g file handling, add NO_SD_AUTOSTART (#20071) 2020-12-07 05:53:15 -06:00
MarlinCore.h Add POWER_OFF_DELAY option (#19987) 2020-11-08 18:37:41 -06:00