new feature
- add LCD backlight control, auto sleep function (Settings->Feature->LCD Brightness) (only TFT24 V1.1, TFT35 V3.0, TFT35 E3 V3.0, TFT28 V3.0, supported)
- add more Printer setting parameters (Steps/mm, TMC driver current, Feedrate, Acceleration, etc...)
- add new language(Polish, Slovak, Dutch, Hungarian), up to 15 languages are now supported
- add support "M300" gcode for TFT buzzer
- add the TFT with encoder can control the value of menu by encoder
- add long file name display of onBoardSD(required
LONG_FILENAME_HOST_SUPPORT
in Marlin)
improve
- improve print menu layout
- improve Smart Filament Sensor(SFS), (note: required
M114_DETAIL
and disableLIN_ADVANCE
in Marlin, because nowLIN_ADVANCE
have bugs in Marlin, will be fixed later) - improve the tips of "M117" and "echo:" from Marlin
- improve power loss recovery(PLR), The printing state is saved per layer to reduce the wear of SD card(only support print from TFTSD card now).
- improve model preview(only support print from TFTSD card now)
- add more baudrate options on TFT screen
bugfix
- fix error PS_ON_PIN from “PA12” to "PC12" in TFT35_V3.0
- fix "M104","M109", 'R'/'B'/'F' parameters bug.