rudetrooper / Octoprint-Chituboard

Added basic support chituboard based printers(Elegoo Mars, Anycubic Photon, Phrozen, etc.) to octoprint.
GNU Affero General Public License v3.0
81 stars 18 forks source link

Support for Voxelab SLA Printers ? (.fdg) #5

Closed doucettom closed 2 years ago

doucettom commented 2 years ago

I own a pair of Voxelab Proxima's that I'd like to use with your plugin. They're actually supported by mariner3D so they should be "supportable" by the plugin (no Chitu encrypted stuff)

I'm willing to test stuff as needed

TIA

rudetrooper commented 2 years ago

FDG files will work with the plugin once I finish adding the read_dict method to fdg.py and add it to the allowed extension list in settings. I've just been busy with other stuff over the last 2 months. FDG file format support will be added this week.

doucettom commented 2 years ago

Awesome ! I'll test as soon as you are ready. Is the webcam tab still available ? I have pi cams on mines. It's a matter of swapping SD cards to test :)

doucettom commented 2 years ago

Got a few extra micro SDs so I can just swap them with the current ones once testing is needed :)

rudetrooper commented 2 years ago

I added support for .fdg filetype used by the Voxelab Proxima to the plugin.

doucettom commented 2 years ago

Just done a fresh install on my pre-bought SD card. Everything works up to the .fdg file upload. I didn't print anything yet but I should do some printing during the Holidays. Is 3D file thumbnail supposed to be shown ?

rudetrooper commented 2 years ago

Not really, I never got around to properly integrating the file preview since I don't really use it. I'll try to find time to finish the layer preview stuff but I can't really make any promises about timelines.