Hacker News new | ask | show | jobs
by bseidensticker 726 days ago
If you use OpenSCAD I highly recommend using BOSL along with it: https://github.com/revarbat/BOSL/wiki. It's essentially a standard library for OpenSCAD full of incredibly useful things. For example, adding a radius=2 fillet to a 5x5x5 cube is just:

cuboid([5,5,5], fillet=2);