<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>OpenSCAD help needed</title>
        <description> Hello All

Can anyone please explain how I can determine the z start and end points of an object, say a cylinder?

If I draw a cylinder with centre=true it seems to draw more of the cylinder at z&amp;gt;0 than it does at z&amp;lt;0??

Any advise would be appreciated.

[edit] seems I was mistaken. The piece I am trying to change consists of a number of cylinders with various translations... hence the centre not being where I expected it.

fwiw - does anyone know of a good resource for openscad scripting documentation/help? Also perhaps a forum of openscad users.</description>
        <link>https://reprap.org/forum/read.php?80,85236,85236#msg-85236</link>
        <lastBuildDate>Sat, 06 Jun 2026 12:13:32 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,175294#msg-175294</guid>
            <title>Re: OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,175294#msg-175294</link>
            <description><![CDATA[ Once again I thank eveyone for their input and I'll be back I'm sure<br />
but for now I have a workable option using Sketchup, where it is easy to <br />
dimension parts/models and import them to MakerWare or RplicatorG<br />
to slice and dice for a 3D Pinter.<br />
<br />
Regards<br />
Attley]]></description>
            <dc:creator>Attley</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Sun, 06 Jan 2013 21:13:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174962#msg-174962</guid>
            <title>Re: OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174962#msg-174962</link>
            <description><![CDATA[ Opening your DXF file with QCad I see that you have 2 layers, "0" and "Layer_1", you might need to tell OpenSCAD which layer you want to extrude.<br />
<br />
From the manual: <br />
<br />
       import_dxf(file = "example009.dxf", layer = "plate");<br />
<br />
Geoff]]></description>
            <dc:creator>geoffd</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Sat, 05 Jan 2013 05:31:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174803#msg-174803</guid>
            <title>Re: OpenSCAD file import help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174803#msg-174803</link>
            <description><![CDATA[ Your attached DXF still contains splines!]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Fri, 04 Jan 2013 05:17:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174746#msg-174746</guid>
            <title>Re: OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174746#msg-174746</link>
            <description><![CDATA[ Bob,Roband Bob<br />
<br />
Using input from each of you I have imported the Inkspace .dxf to OpenSCAD<br />
successfully and it compiles with out errors however I do not get any graphics display.<br />
<br />
I saved the .scad to the same directory as the .dxf file and imported it. <br />
Then it compileded ok but no graphics. The original .dxf was sved with ' splines' as mentioned and I have changed that to 'line segments'. However the results are the same. The OpenSCAD  response is as shown below.<br />
<br />
Parsing design (AST generation)...<br />
Compiling design (CSG Tree generation)...<br />
Compilation finished.<br />
Compiling design (CSG Products generation)...<br />
PolySets in cache: 24<br />
Polygons in cache: 260<br />
CGAL Polyhedrons in cache: 30<br />
Vertices in cache: 308<br />
Compiling design (CSG Products normalization)...<br />
Normalized CSG tree has 1 elements<br />
CSG generation finished.<br />
Total rendering time: 0 hours, 0 minutes, 0 seconds<br />
<br />
Polygons in cache: 260<br />
CGAL Polyhedrons in cache: 30<br />
Vertices in cache: 308<br />
   Top level object is a 3D object:<br />
   Simple:        yes<br />
   Valid:         yes<br />
   Vertices:       20<br />
   Halfedges:      60<br />
   Edges:          30<br />
   Halffacets:     24<br />
   Facets:         12<br />
   Volumes:         2<br />
Total rendering time: 0 hours, 0 minutes, 0 seconds<br />
Rendering finished.<br />
<br />
I like the ease withwhich I was able draw and dimension the part in Inkscape and<br />
OpenSCAD is recommended in a lot of the reading I have done but if the curvature <br />
problem is going to be on going I'm open to suggestions for alternate software.<br />
<br />
Thanks again everyone but I am still short of the GOAL!<br />
<br />
Attley]]></description>
            <dc:creator>Attley</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Thu, 03 Jan 2013 19:39:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174687#msg-174687</guid>
            <title>Re: OpenSCAD file import help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174687#msg-174687</link>
            <description><![CDATA[ I think there are at least two problems:<br />
<br />
1. path names should use unix convention forward slash (/) not backslash<br />
2. your DXF contains a SPLINE which Openscad doesn't handle. You would need to convert the splines to line segments. I think this can be done with Inkscape.<br />
<br />
Openscad is quite picky ;)]]></description>
            <dc:creator>bobc</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Thu, 03 Jan 2013 15:21:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174682#msg-174682</guid>
            <title>Re: OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174682#msg-174682</link>
            <description><![CDATA[ Thanks to ALL again for responding.<br />
<br />
You are right. The new .scad file is: <br />
linear_extrude(height = 100, convexity = 1) import(file="C:\Users\ATTLEY\Desktop\test_of_juice_top.dxf");<br />
<br />
and I have attached the .dxf file as well. <br />
<br />
The compile error is  as shown below and the render output follows.<br />
<br />
Parsing design (AST generation)...<br />
Compiling design (CSG Tree generation)...<br />
Compilation finished.<br />
Compiling design (CSG Products generation)...<br />
ERROR: CSG generation failed! (no top level object found)<br />
PolySets in cache: 2<br />
Polygons in cache: 0<br />
CGAL Polyhedrons in cache: 3<br />
Vertices in cache: 0<br />
<br />
<br />
Parsing design (AST generation)...<br />
Compiling design (CSG Tree generation)...<br />
Compilation finished.<br />
Rendering Polygon Mesh using CGAL...<br />
PolySets in cache: 2<br />
Polygons in cache: 0<br />
CGAL Polyhedrons in cache: 3<br />
Vertices in cache: 0<br />
Total rendering time: 0 hours, 0 minutes, 0 seconds<br />
WARNING: No top level geometry to render<br />
<br />
Therefore I still do not get any geometry.<br />
<br />
As before many and all help appreciated.<br />
<br />
As you have probably noted I am new at this and my goal is to design,<br />
model and eventaully print 3D objects. This is just a start.<br />
<br />
Attley]]></description>
            <dc:creator>Attley</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Thu, 03 Jan 2013 14:52:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174679#msg-174679</guid>
            <title>Re: OpenSCAD file import help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174679#msg-174679</link>
            <description><![CDATA[ Look at any of the provided examples (i.e. example007.scad)<br />
<br />
You need to extrude the imported file to get any geometry.<br />
<br />
-Rob A.]]></description>
            <dc:creator>RobA</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Thu, 03 Jan 2013 14:20:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174641#msg-174641</guid>
            <title>Re: OpenSCAD file import help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174641#msg-174641</link>
            <description><![CDATA[ Bob<br />
Thanks for the response to my query.<br />
<br />
I don't know how to include the inkscape .svg or the .dxf file in this document! <br />
 If you can advise me on how to do this I'd be glad to send it. It is essentially a<br />
rectangle with a rectangular hole in it and and a truncateded cylinder on top of the rectangle.<br />
 <br />
 The message I get in OpenSCAD is 'no top level geometry to render'<br />
when I try to compile and render the file.<br />
<br />
Here is the .scad code.<br />
<br />
<br />
import(file="C:\Users\ATTLEY\Desktop\test_of_juice_top.dxf");<br />
<br />
Thank you <br />
<br />
Attley]]></description>
            <dc:creator>Attley</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Thu, 03 Jan 2013 11:05:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174562#msg-174562</guid>
            <title>Re: OpenSCAD file import help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174562#msg-174562</link>
            <description><![CDATA[ The .scad and .dxf files would let us help you with this problem.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Thu, 03 Jan 2013 02:25:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,174536#msg-174536</guid>
            <title>Re: OpenSCAD file import help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,174536#msg-174536</link>
            <description><![CDATA[ I have been trying unccessfully to import files saved from inkscape as dxf into OpenSCAD.<br />
<br />
Help or comments would be appreciate. I have read the manuel.<br />
<br />
thanks<br />
Attley    <a href="mailto:&#97;&#98;&#106;&#97;&#109;&#101;&#115;&#116;&#111;&#119;&#110;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;">&#97;&#98;&#106;&#97;&#109;&#101;&#115;&#116;&#111;&#119;&#110;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;</a>]]></description>
            <dc:creator>Attley</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Wed, 02 Jan 2013 21:28:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,150718#msg-150718</guid>
            <title>Re: OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,150718#msg-150718</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Ageinghippy</strong><br />
fwiw - does anyone know of a good resource for openscad scripting documentation/help? Also perhaps a forum of openscad users.</div></blockquote>
Perhaps there ought to be an OpenScad sub forum here under Software?]]></description>
            <dc:creator>glyn</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Mon, 27 Aug 2012 07:15:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,85238#msg-85238</guid>
            <title>Re: OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,85238#msg-85238</link>
            <description><![CDATA[ The manual is here: [<a href="http://en.wikibooks.org/wiki/OpenSCAD_User_Manual" target="_blank"  rel="nofollow">en.wikibooks.org</a>]<br />
<br />
There is a mailing list here: [<a href="http://rocklinux.net/mailman/listinfo/openscad" target="_blank"  rel="nofollow">rocklinux.net</a>]]]></description>
            <dc:creator>nophead</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Mon, 30 May 2011 08:01:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?80,85236,85236#msg-85236</guid>
            <title>OpenSCAD help needed</title>
            <link>https://reprap.org/forum/read.php?80,85236,85236#msg-85236</link>
            <description><![CDATA[ Hello All<br />
<br />
<s>Can anyone please explain how I can determine the z start and end points of an object, say a cylinder?<br />
<br />
If I draw a cylinder with centre=true it seems to draw more of the cylinder at z&gt;0 than it does at z&lt;0??<br />
<br />
Any advise would be appreciated.</s><br />
<br />
[edit] seems I was mistaken. The piece I am trying to change consists of a number of cylinders with various translations... hence the centre not being where I expected it.<br />
<br />
fwiw - does anyone know of a good resource for openscad scripting documentation/help? Also perhaps a forum of openscad users.]]></description>
            <dc:creator>AgeingHippy</dc:creator>
            <category>3D Design tools</category>
            <pubDate>Mon, 30 May 2011 06:23:01 -0400</pubDate>
        </item>
    </channel>
</rss>
