Skip to content

Issue with DXF import + linear_extrude #108

@choller

Description

@choller

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions