Sovol3d / SV06-PLUS

The fully open source for the SV06 Plus Includes the stl file,step files, firmware source code, icon image for the SV06 Plus. please check sovol3d repository here
79 stars 24 forks source link

Please enable Folder browsing support. #1

Open ccatlett1984 opened 1 year ago

ccatlett1984 commented 1 year ago

The SV06 has the ability to use folders on the SD card, I'd like the same on SV06 Plus.

Sovol3d commented 1 year ago

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 <https://github.com/Sovol3d/SV06-PLUS/issues/1 >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXAZJAISUT7T7SEDJY5BKD3XGVKXFANCNFSM6AAAAAAYFXJB5I >. You are receiving this because you are subscribed to this thread.Message ID: @.>

ccatlett1984 commented 1 year ago

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.

Sovol3d commented 1 year ago

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 <https://github.com/Sovol3d/SV06-PLUS/issues/1#issuecomment-1558132486 >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXAZJAJ5U3GDMY73QAVNWB3XHPTSBANCNFSM6AAAAAAYFXJB5I >. You are receiving this because you commented.Message ID: @.***>

ccatlett1984 commented 1 year ago

No, it can NOT. Folders do not appear at all in the file selection dialog screen.

Sovol3d commented 1 year ago

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 <https://github.com/Sovol3d/SV06-PLUS/issues/1#issuecomment-1564970576 >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXAZJAM6M6AE4VAOGE2BCJDXIENJBANCNFSM6AAAAAAYFXJB5I >. You are receiving this because you commented.Message ID: @.***>

TerkWerX commented 12 months ago

ever fixed?

ccatlett1984 commented 12 months ago

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 https://github.com/Sovol3d/SV06-PLUS/issues/1#issuecomment-1732071320, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABY4LWJ4WLTTWBVTJZILTZTX3YCNTANCNFSM6AAAAAAYFXJB5I . You are receiving this because you authored the thread.Message ID: @.***>

smkent commented 9 months ago

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 LCD_RTS.cpp beyond the simple file listing logic that's already there.

ccatlett1984 commented 9 months ago

Yep, saw that when i was converting my lcd/printer over to klipper.