Personally, I code in OpenSCAD and use git to manage revisions.
Andrew.
> --
> You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
> To post to this group, send email to make...@googlegroups.com.
> To unsubscribe from this group, send email to makerbot+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/makerbot?hl=en.
>
--
"The future is already here. It's just not very evenly distributed" -- William Gibson
I know, I know, TFS isn't free / open. I don't care. I have a
million dollar hammer and I intend to use it. I really only use svn
or git for stuff I intend to share with my local hackerspace...
Yours,
Garth.
But now that we do, do people just make a copy of the blender/cad file
and just edit that? Isn't that a pain? Or it's not really?
OpenSCAD seems like the only file format that you can actually use
source control with. It seems like most people don't use OpenSCAD, and
any tools and file formats outside of that aren't very conducive to
sharing and collaboration since it's like having to email around a
microsoft document in the 90's.
> --
> You received this message because you are subscribed to the Google
> Groups "MakerBot Operators" group.
> To post to this group, send email to make...@googlegroups.com.
> To unsubscribe from this group, send email to
> makerbot+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/makerbot?hl=en.
--
Michael Shiloh
KA6RCQ
www.teachmetomake.com
teachmetomake.wordpress.com
Interested in classes? Join http://groups.google.com/group/teach-me-to-make
On Mon, Jul 25, 2011 at 10:18 AM, Bryan Bishop wrote:
> And a custom CAD file format (.scad)
> is just as useless in terms of cross-platform compatibility, etc.
It sounds like you're making an argument for cadmium, or some other
similar solution with programming-style CSG operations but without the
renderer/viewer tied to the compiler.
http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page
FreeCAD lets you build models fully scripted in Python, or you can
build them with the GUI. It is quite powerful, but a bit lacking in
usability at present. That said, once you figure out the API, it is
FAR more powerful than OpenSCAD as far as programmability.
OpenSCAD is ideal for sharing, since it makes it trivial to modify the design, within the limits of the original designers ideas of what should be easy to modify. FreeCAD (as mentioned in my last message) has the same benefits, plus the added usability of a GUI for people who are not coders (though there are limits to the changes you can make to scripted objects in the GUI).
I would agree with FreeCAD, but again because of the dependency on OCC it's really not maintainable. Have you ever tried to rewrite large portions of OCC? Yeeeaaahhhh...On Tue, Jul 26, 2011 at 2:30 AM, Mike Payson <mi...@dawgdayz.com> wrote:OpenSCAD is ideal for sharing, since it makes it trivial to modify the design, within the limits of the original designers ideas of what should be easy to modify. FreeCAD (as mentioned in my last message) has the same benefits, plus the added usability of a GUI for people who are not coders (though there are limits to the changes you can make to scripted objects in the GUI).