You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My printer gets stuck on boot when both BD_SENSOR and DGUS_LCD_UI IA_CREALITY are enabled. The boot process does not complete, and the printer remains unresponsive.
Bug Timeline
No response
Expected behavior
The printer should complete the boot process successfully and become fully operational.
Actual behavior
The printer gets stuck on boot and does not proceed further. The display shows no further progress, and the printer does not respond to any commands.
Steps to Reproduce
Ensure BD_SENSOR and DGUS_LCD_UI IA_CREALITY are enabled in the Configuration.h file.
Build
Power on the printer.
Observe the boot process getting stuck.
Version of Marlin Firmware
lastest
Printer model
creality cr10 smart + bltouch support
Electronics
BOARD_CREALITY_V453
LCD/Controller
ai creality
Other add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
None
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
But I2C_BD_SDA_PIN, I2C_BD_SCL_PIN and I2C_BD_DELAY do not seem to be setup
Try adding something similar to this to Configuration.h (depending on how you have it plugged in)
#define I2C_BD_SDA_PIN Z_STOP_PIN
#define I2C_BD_SCL_PIN SERVO0_PIN
#define I2C_BD_DELAY 10
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
My printer gets stuck on boot when both BD_SENSOR and DGUS_LCD_UI IA_CREALITY are enabled. The boot process does not complete, and the printer remains unresponsive.
Bug Timeline
No response
Expected behavior
The printer should complete the boot process successfully and become fully operational.
Actual behavior
The printer gets stuck on boot and does not proceed further. The display shows no further progress, and the printer does not respond to any commands.
Steps to Reproduce
Version of Marlin Firmware
lastest
Printer model
creality cr10 smart + bltouch support
Electronics
BOARD_CREALITY_V453
LCD/Controller
ai creality
Other add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration.h
Configuration_adv.h
The log i get on the serial port is this:
My source tree is here, branch rmbq-2.1.x:
https://github.com/rmbq/Marlin
and the modifications to support BD sensor are here:
rmbq@f263a99
I tried with and without PR #27243
Disabling AI_CREALITY and EXTENDED_UI the printer boots fine
The text was updated successfully, but these errors were encountered: