You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. Great project.
I'm trying to build an online stl customizer based on this project, but for this I need to be able to render DXF files. However so far my code failed to do so.
Files which do not render dxf files render fine.
If you input DXF (only 2D supported by OpenSCAD) and want to export STL (only 3D) you need to bring things into 3D by something like linear_extrude(). That is not specific to WASM though.
Hello there. Great project.
I'm trying to build an online stl customizer based on this project, but for this I need to be able to render DXF files. However so far my code failed to do so.
Files which do not render dxf files render fine.
My code can be found here:https://github.com/theScrabi/BottleClipOnline
The text was updated successfully, but these errors were encountered: