-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Marlin Simulator SD Card does not work #27636
Comments
This is caused by a conflict in the default simulation pins file (Marlin/src/pins/native/pins_RAMPS_NATIVE.h),
|
If you set #define KILL_PIN 11 there is no conflict, and it still fails to work. Under linux something very odd is going on. |
@ellensp I can't reproduce that, once I set the KILL_PIN to resolve the conflict the sd card woks as expected on linux, when there is still a conflict clicking SD Card Present will cause Marlin to stop responding as it triggers kill. @thisiskeithb at least for me my OS (Linux Mint) mounts the image as read only unless I manually mount it writable from the command line, which can make some utilities report not enough space rather than correctly reporting read only. |
Seems to have been a corrupted sdcard image |
Pr created, closing |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
SD card emulation does not work. I've tried to use existing fs.img and generating empty in sim. No success.
Bug Timeline
No response
Expected behavior
SD icon become active.
Actual behavior
SD icon is inactive.
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
No response
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration.zip
The text was updated successfully, but these errors were encountered: