MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.24k forks source link

[BUG] (short description) #20762

Closed h8dyt closed 3 years ago

h8dyt commented 3 years ago

Bug Description

I am trying to get my Ender3 v2 working with a bltoutch and currently get a "Needs a programmable LCD controller" or playing around getting Boot_screen needs graphical display

"

Configuration Files

Required: Include a ZIP file containing Configuration.h and Configuration_adv.h. Marlin.zip If you've made any other modifications describe them in detail here.

Steps to Reproduce

  1. Enable the bltouch
  2. z_min_probe_endstop_inverting to true
  3. comment out USE_PROBE_FOR_Z_HOMING
  4. comment out Min_software_endstop_z
  5. enable auto_bed_leveling_bilinear
  6. grid_max_points x5
  7. lcd_bed_leveling enable
  8. level_bed_corners enable
  9. z_safe_homing enable 20210112_202621

Expected behavior:

I expected to be able to add the lcd control and corner manual leveling to the configuration for the use of a bltouch

Actual behavior:

Just keeps saying it needs a programmable lcd controller or a graphical display

Additional Information

ellensp commented 3 years ago

That feature needs a marlin programmable LCD not a serial smart lcd such as the DWIN_CREALITY_LCD.

You simply cannot use these features with your existing hardware

ellensp commented 3 years ago

But you may be in luck (in time), someone wants this feature added so much they have created https://github.com/MarlinFirmware/Marlin/issues/20773

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.