Did you test the latest bugfix-2.1.x code?
Yes, and the problem still exists.
Bug Description
Attn: @shadow578
SD card reading for HC32 boards does not work.
Fails to initialize, does not real files to print
Bug Timeline
Since HC32 came to Marlin
Expected behavior
To load SD card properly, read files to print
Actual behavior
SD card init failure
Steps to Reproduce
- env:HC32F460C_aquila_101
- for
DWIN_LCD_PROUI, must change in MarlinCore.cpp to enable SETUP_RUN(dwinInitScreen());
- dwin_set.h: may need to change to
#define ICON 9
- flash firmware
Version of Marlin Firmware
bugfix-2.1.x
Printer model
Voxelab Aquila
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
MBL Manual Bed Leveling
Your Slicer
None
Host Software
None
Don't forget to include
Additional information & file uploads
Did you test the latest
bugfix-2.1.xcode?Yes, and the problem still exists.
Bug Description
Attn: @shadow578
SD card reading for HC32 boards does not work.
Fails to initialize, does not real files to print
Bug Timeline
Since HC32 came to Marlin
Expected behavior
To load SD card properly, read files to print
Actual behavior
SD card init failure
Steps to Reproduce
DWIN_LCD_PROUI, must change in MarlinCore.cpp to enableSETUP_RUN(dwinInitScreen());#define ICON 9Version of Marlin Firmware
bugfix-2.1.x
Printer model
Voxelab Aquila
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
MBL Manual Bed Leveling
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.handConfiguration_adv.h.Additional information & file uploads
Configuration.h
Must change max hotend temp from 315 -> 275
and in
@section proui:#if ENABLED(DWIN_LCD_PROUI)to#if 0Configuration_adv.h
Make sure
REINIT_NOISY_LCDis disabled