discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Fwd: DXF import doesn't render

RW
Ray West
Thu, Jun 3, 2021 9:16 PM

-------- Forwarded Message --------
Subject: Re: [OpenSCAD] DXF import doesn't render
Date: Thu, 3 Jun 2021 21:04:29 +0100
From: Ray West raywest@raywest.com
To: Michele Denber mdenber@gmx.com

note there is a warning message, and version 2021.01-RC5

On 03/06/2021 20:31, Michele Denber wrote:

linear_extrude(height = 10, center = true, convexity = 10)
   import (file = "BrainiacDisc.dxf", layer = "plate");

-------- Forwarded Message -------- Subject: Re: [OpenSCAD] DXF import doesn't render Date: Thu, 3 Jun 2021 21:04:29 +0100 From: Ray West <raywest@raywest.com> To: Michele Denber <mdenber@gmx.com> note there is a warning message, and version 2021.01-RC5 On 03/06/2021 20:31, Michele Denber wrote: > linear_extrude(height = 10, center = true, convexity = 10) >    import (file = "BrainiacDisc.dxf", layer = "plate");
C
cbernhardt
Thu, Jun 3, 2021 9:56 PM

Is this the file you are trying to import?

https://content.instructables.com/ORIG/FVW/KRMO/JYOOS8QT/FVWKRMOJYOOS8QT.dxf
If so there is no layer named "plate" in the DXF file.
Remove the  layer="plate" and it will work.

--
Sent from: http://forum.openscad.org/

Is this the file you are trying to import? https://content.instructables.com/ORIG/FVW/KRMO/JYOOS8QT/FVWKRMOJYOOS8QT.dxf If so there is no layer named "plate" in the DXF file. Remove the layer="plate" and it will work. -- Sent from: http://forum.openscad.org/