Discussion:
[OpenSCAD] Openscad 3D STL to Heekscnc
joe M
2012-05-19 02:43:47 UTC
Permalink
Hello,

I am trying to get 3D STL from OpenScad to Heekscnc (to generate gcode).

HeeksCad does not seem to have the ability to import CSG format.
OpenScad does not seem to have the ability to export IGES or STEP
files.

Has anyone been able to render/compile something in OpenScad and
generate gcode from HeeksCnc?

Any thoughts, please?

Thanks
Joe
Taylor Alexander
2012-05-19 03:17:49 UTC
Permalink
All I can say is that IGES is on the "to do" list but I have no idea how
much effort has been made in that area.

STL is a horrible format for data exchange between CAD programs, and IGES
is accepted by nearly every traditional CAD program, so it would be
extremely useful and I think extremely beneficial to the community if
OpenSCAD supported IGES.

Anyone know about that?
Post by joe M
Hello,
I am trying to get 3D STL from OpenScad to Heekscnc (to generate gcode).
HeeksCad does not seem to have the ability to import CSG format.
OpenScad does not seem to have the ability to export IGES or STEP
files.
Has anyone been able to render/compile something in OpenScad and
generate gcode from HeeksCnc?
Any thoughts, please?
Thanks
Joe
_______________________________________________
OpenSCAD mailing list
http://rocklinux.net/mailman/listinfo/openscad
Bryan Bishop
2012-05-19 04:33:49 UTC
Permalink
Post by Taylor Alexander
STL is a horrible format for data exchange between CAD programs, and IGES
is accepted by nearly every traditional CAD program, so it would be
extremely useful and I think extremely beneficial to the community if
OpenSCAD supported IGES.
IGES and STEP can be abused just as easily, however. For instance,
sometimes CAD programs dump triangles into IGES/STEP, which is just as
useless as STL. In addition, much of the original parametric data is lost
in IGES/STEP. I still much prefer IGES/STEP over STL, don't get me wrong.

there's also some step parser-generators going on over here:
http://groups.google.com/group/scl-dev
https://github.com/mpictor/StepClassLibrary

- Bryan
http://heybryan.org/
1 512 203 0507
Bob Cousins
2012-05-20 08:25:46 UTC
Permalink
Post by joe M
Hello,
I am trying to get 3D STL from OpenScad to Heekscnc (to generate gcode).
HeeksCad does not seem to have the ability to import CSG format.
OpenScad does not seem to have the ability to export IGES or STEP
files.
I may be missing something, HeeksCad can import STL, so is that not
the solution?

Loading...