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
when inserting an sd card it fails to read it by giving media init fail
I've tried different sd cards, sd readers/displays, mainboards and the problem does still persists
trigorilla 2560 and mks mini 12864 v3, reprap smart discount controller
weirdly when I did try to modify pin declaration under minipal under pins_ramps.h to: #elif ENABLED(MINIPANEL) #define BEEPER_PIN 37 // Pins for DOGM SPI LCD Support #define DOGLCD_A0 16 #define DOGLCD_CS 17 #define LCD_BACKLIGHT_PIN -1 // backlight LED on A11/D65 #define LCD_RESET_PIN 23 #define SDSS 53 #define KILL_PIN -1 #define LCD_CONTRAST 200 #define BTN_EN1 31 #define BTN_EN2 33 #define BTN_ENC 35 //the click switch #define SD_DETECT_PIN 49
with the mks mini 12864 v3 board, it did start to work for a short while without issues, and now it's again back with issues, failing to read the sd card
Bug Timeline
No response
Expected behavior
the media should be init and readen
Actual behavior
it fails to init the media
Steps to Reproduce
No response
Version of Marlin Firmware
2.1.x
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
No response
Your Slicer
No response
Host Software
No response
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
I also have Media Init Fail when I remove and reinsert SD Card, but the card works as usual. I'm using Ender 3 with CREALITY 4.2.7 board, with a slightly tweaked for BL-Touch sample configuration from config\examples\Creality\Ender-3\CrealityV427.
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
when inserting an sd card it fails to read it by giving media init fail
I've tried different sd cards, sd readers/displays, mainboards and the problem does still persists
trigorilla 2560 and mks mini 12864 v3, reprap smart discount controller
weirdly when I did try to modify pin declaration under minipal under pins_ramps.h to:
#elif ENABLED(MINIPANEL) #define BEEPER_PIN 37 // Pins for DOGM SPI LCD Support #define DOGLCD_A0 16 #define DOGLCD_CS 17 #define LCD_BACKLIGHT_PIN -1 // backlight LED on A11/D65 #define LCD_RESET_PIN 23 #define SDSS 53 #define KILL_PIN -1 #define LCD_CONTRAST 200 #define BTN_EN1 31 #define BTN_EN2 33 #define BTN_ENC 35 //the click switch #define SD_DETECT_PIN 49
with the mks mini 12864 v3 board, it did start to work for a short while without issues, and now it's again back with issues, failing to read the sd card
Bug Timeline
No response
Expected behavior
the media should be init and readen
Actual behavior
it fails to init the media
Steps to Reproduce
No response
Version of Marlin Firmware
2.1.x
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
No response
Your Slicer
No response
Host Software
No response
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin-bugfix-2.1.x(1).zip
The text was updated successfully, but these errors were encountered: