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.18k stars 19.21k forks source link

[BUG] Can't compile Ender 6 configuration with selected "DGUS_LCD_UI_RELOADED". #24897

Closed gad-ass closed 1 year ago

gad-ass commented 1 year ago

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

Compiling Marlin with modified Ender 6 configuration (selecting DGUS_LCD_UI_RELOADED instead DGUS_LCD_UI_ORIGIN) is giving this error while compiling:

In file included from Marlin\src\HAL\STM32../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32../../inc/SanityCheck.h:4222:6: error: #error "DGUS_LCD_UI_RELOADED requires a bed probe." 4222 | #error "DGUS_LCD_UI_RELOADED requires a bed probe." | ^~~~~

Compiling with DGUS_LCD_UI_ORIGIN parameter is working correctly.

Bug Timeline

No response

Expected behavior

Compile *.bin file.

Actual behavior

Giving error.

Steps to Reproduce

Open Marlin 2.1.x in vs code, replace config files with config for Ender 6 for Marlin 2.1.x., change Display setting to DGUS_LCD_UI_RELOADED.

Version of Marlin Firmware

Marlin bugfix-2.1.x (buxfix-2.0.x also is not working)

Printer model

Ender 6

Electronics

No response

Add-ons

No response

Bed Leveling

No Bed Leveling

Your Slicer

Cura

Host Software

No response

Don't forget to include

Additional information & file uploads

config.zip

thisiskeithb commented 1 year ago

error "DGUS_LCD_UI_RELOADED requires a bed probe."

4222 | #error "DGUS_LCD_UI_RELOADED requires a bed probe."

You need a bed probe to use DGUS_LCD_UI_RELOADED.


This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

github-actions[bot] commented 1 year 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.