-
Notifications
You must be signed in to change notification settings - Fork 25
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
Please enable Folder browsing support. #1
Comments
Hello,
What do you mean? SC card?
Could you please describe it more specific and with some pictures to show it?
Best regards,
Jan
website: sovol3d.com
Follow us to get an exclusive 3D printing information
Sovol Official User Group: https://www.facebook.com/groups/sovol3d <https://www.facebook.com/sovol3d/ >
Facebook Page:https://www.facebook.com/sovol3d <https://twitter.com/Sovol3d >
Youtube: https://www.youtube.com/channel/UCsKntuwh7dhAGep8R6kasog <https://www.youtube.com/channel/UCsKntuwh7dhAGep8R6kasog >
------------------------------------------------------------------
From:ccatlett1984 ***@***.***>
Sent At:2023 May 18 (Thu.) 07:06
To:Sovol3d/SV06-PLUS ***@***.***>
Cc:Subscribed ***@***.***>
Subject:[Sovol3d/SV06-PLUS] Please enable Folder browsing support. (Issue #1)
The SV06 has the ability to use folders on the SC card, I'd like the same on SV06 Plus.
—
Reply to this email directly, view it on GitHub <#1 >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXAZJAISUT7T7SEDJY5BKD3XGVKXFANCNFSM6AAAAAAYFXJB5I >.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sorry for the typo, I mean the SD card. If i put a folder on the SD card, I would like to be able to navigate through that folder and be able to select a file within the folder to print. |
Hello,
It can. You can connect it with a USB or card reader.
Best regards,
Jan
website: sovol3d.com
Follow us to get an exclusive 3D printing information
Sovol Official User Group: https://www.facebook.com/groups/sovol3d <https://www.facebook.com/sovol3d/ >
Facebook Page:https://www.facebook.com/sovol3d <https://twitter.com/Sovol3d >
Youtube: https://www.youtube.com/channel/UCsKntuwh7dhAGep8R6kasog <https://www.youtube.com/channel/UCsKntuwh7dhAGep8R6kasog >
------------------------------------------------------------------
From:ccatlett1984 ***@***.***>
Sent At:2023 May 23 (Tue.) 06:41
To:Sovol3d/SV06-PLUS ***@***.***>
Cc:info ***@***.***>; Comment ***@***.***>
Subject:Re: [Sovol3d/SV06-PLUS] Please enable Folder browsing support. (Issue #1)
Sorry for the typo, I mean the SD card.
—
Reply to this email directly, view it on GitHub <#1 (comment) >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXAZJAJ5U3GDMY73QAVNWB3XHPTSBANCNFSM6AAAAAAYFXJB5I >.
You are receiving this because you commented.Message ID: ***@***.***>
|
No, it can NOT. |
Hello,
May I know your order number?
Could you please take a short video to show it?
website: sovol3d.com
Follow us to get an exclusive 3D printing information
Sovol Official User Group: https://www.facebook.com/groups/sovol3d <https://www.facebook.com/sovol3d/ >
Facebook Page:https://www.facebook.com/sovol3d <https://twitter.com/Sovol3d >
Youtube: https://www.youtube.com/channel/UCsKntuwh7dhAGep8R6kasog <https://www.youtube.com/channel/UCsKntuwh7dhAGep8R6kasog >
------------------------------------------------------------------
From:ccatlett1984 ***@***.***>
Sent At:2023 May 27 (Sat.) 05:22
To:Sovol3d/SV06-PLUS ***@***.***>
Cc:info ***@***.***>; Comment ***@***.***>
Subject:Re: [Sovol3d/SV06-PLUS] Please enable Folder browsing support. (Issue #1)
No, it can NOT.
Folders do not appear at all in the file selection dialog screen.
—
Reply to this email directly, view it on GitHub <#1 (comment) >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXAZJAM6M6AE4VAOGE2BCJDXIENJBANCNFSM6AAAAAAYFXJB5I >.
You are receiving this because you commented.Message ID: ***@***.***>
|
ever fixed? |
Nope, they don't seem to be working on it at all....
…On Fri, Sep 22, 2023, 5:55 PM TerkWerX ***@***.***> wrote:
ever fixed?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY4LWJ4WLTTWBVTJZILTZTX3YCNTANCNFSM6AAAAAAYFXJB5I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
In digging around the SV06 Plus firmware to get LCD progress working for USB prints, I've learned a bit about how the LCD works and how file names are populated. The LCD is its own little microcontroller that talks to the printer's own firmware via a serial connection; it's not like a monitor driven by a display signal from a computer. What this means is the LCD's pages are all preprogrammed and the printer firmware tells the LCD which page to go to in response to certain events, with some fields for populating data (like file names). The SV06 Plus LCD has 4 predefined file selection pages with 5 file name slots each, and the printer firmware correspondingly fills up to these 20 file name slots (with up to 20 characters each) using file names from the root directory of the SD card. It might be possible to implement subdirectory navigation using the 4 predefined LCD file list screens. Navigation would need to be implemented in the firmware's |
Yep, saw that when i was converting my lcd/printer over to klipper. |
The SV06 has the ability to use folders on the SD card, I'd like the same on SV06 Plus.
The text was updated successfully, but these errors were encountered: