Add setting to enable uploads to abnormal Storage; improve sd_card_state error reporting #1971

Closed
opened 2026-04-05 21:54:35 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Seref on 10/8/2025

Problem

When uploading files to the printer it gets stuck at 10% with the message "A microSD card needs to be inserted before printing via LAN" even though one is inserted, because the printer marked the Sd-card as abnormal and OrcaSlicer then handles it the same way as if it is not in there at all.

The printer is kind of bad in determining if an SD-card is abnormal/bad, it even triggers with brand new more expensive high-quality Micro-SD cards (be it power-shutdown, or just canceling the print via the network), which then require full formats for it to be reverted to normal.

see for more: https://github.com/SoftFever/OrcaSlicer/issues/10746

Solution

  • Add option to allow uploads to abnormally marked sd-cards.
  • Improve the error message so that the user better know why it's stuck at 10% in the first place.
image

Tests

I tested it out on my machine with the current branch 2.3.2dev, I tried to stick as close as possible to how other settings are added and used in the code 😀

*Originally created by @Seref on 10/8/2025* ### **Problem** When uploading files to the printer it gets stuck at 10% with the message "A microSD card needs to be inserted before printing via LAN" even though one is inserted, because the printer marked the Sd-card as abnormal and OrcaSlicer then handles it the same way as if it is not in there at all. The printer is kind of bad in determining if an SD-card is abnormal/bad, it even triggers with brand new more expensive high-quality Micro-SD cards (be it power-shutdown, or just canceling the print via the network), which then require full formats for it to be reverted to normal. see for more: https://github.com/SoftFever/OrcaSlicer/issues/10746 ### **Solution** - Add option to allow uploads to abnormally marked sd-cards. - Improve the error message so that the user better know why it's stuck at 10% in the first place. <img width="1154" height="700" alt="image" src="https://github.com/user-attachments/assets/2640b8c2-c60e-4daa-8847-8d49e73e52b1" /> ### **Tests** I tested it out on my machine with the current branch 2.3.2dev, I tried to stick as close as possible to how other settings are added and used in the code 😀
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1971