VoronDesign / Voron-Trident

Voron Trident CoreXY 3D Printer design
579 stars 173 forks source link

a_drive_frame_lower and b_drive_frame_lower STLs are unusually large (>7 MB) comparing to other STLs #92

Closed pajtaz closed 1 year ago

pajtaz commented 1 year ago

As stated in the title, a_drive_frame_lower.stl and b_drive_frame_lower.stl are large comparing to _upper STLs in the same folder. Importing those two STLs in command line Plater, for example, always throws an error. They seem to be "fine" when opening in a slicer.

I recommend to check those files and see if something went wrong during export to STL. Current workaround for me was to export those files as STLs from the CAD.

HyJeremy commented 1 year ago

Files were uploaded in STL ASCII format, rather than binary. I'm unsure how to convert, so it would be great if this were fixed

Edit: Opened them in Notepad++ and saved them as "all types" and it worked. Hope this helps anyone in the future if this issue pops up again on this or some other part

nemgrea commented 1 year ago

fixed https://github.com/VoronDesign/Voron-Trident/pull/101