Skip to content

Support for non-BLTouch printers

Pre-release
Pre-release
Compare
Choose a tag to compare
@Guizz27 Guizz27 released this 31 Mar 11:26
· 3907 commits to 2.0.x since this release
854908e

This release can be used on non-bltouch printers. There is no Leveling menu available. But there is still the 5 point leveling screen.

Important! You must update the printer firmware and the screen firmware.

You can use the pre-compile firmware.hex file or compile from source if you want.
For the screen firmware, download the file DWIN_SET.zip and unzip it. You should have a folder called DWIN_SET that you copy on a micro SD card and insert into your screen to update it.
The sources for the screen is here https://github.com/Guizz27/DWIN_LK4Pro

Release Notes

  • Now supports non-bltouch printers. the Leveling menu is skipped and the 5 point manual screen is displayed.
  • Font size is dynamic based on the length of the text to display on the screen. Currently only activated for the wait screen and the filename in the print status screen.

Bug Fixes

  • Progress bar display no longer disappears
  • Improved the text display in the wait screen

Known issues

  • EEPROM is automatically saved if you change the volume or brightness as well as the z-offset on the tune menu
  • Tune menu should have Baby Steps and not Baby steps + z-offset update
  • There is no way to change filament while printing from the touchscreen. You need to add M600 in the gcode, after that you control from the screen.
  • Power loss recovery may not work correctly. Only tested once and the print didn't restart
  • Did not test filament runout
  • Jerk, Junction Deviation and Linear Advance values are displayed in the advanced settings even if they are not enabled in the code.