-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I'm trying to port an SCAD application I have to a playground fork and the main issue I'm having right now is that it uses a series of 2D DXF imports that are then extruded with linear_extrude. I created a local dev setup with minimal test library that includes a test.dxf and then tried
linear_extrude(5)
import("test/test.dxf");
The DXF is found (verified by just changing the name and it errors then), but preview doesn't render and webdev console shows:
model.ts:453 Error while doing preview: Error: OpenSCAD invocation failed: 1082960
The DXF in question is a rather simple one (13kb), so I wanted to ask if this feature is supported at all before diving deeper. Thanks!
Metadata
Metadata
Assignees
Labels
No labels