So I've been tweeting a lot tonight about OpenScad. I've talked about how it's different than a lot of other CAD programs because it's 100% code driven. To me that makes it easier to both use and ...
This week’s selection is “Mastering OpenSCAD” by Jochen Kerdels. If you’re a 3D printer operator and looking for new ways to create printable 3D models, you will certainly be interested in CAD tools.
OpenSCAD requires you to be very careful with the order in which you add or subtract objects. SolidPython's hole() function makes this process easier. Consider making a joint where two pipes come ...