Taking a look at ManifoldCAD

I’ve been taking a brief look at ManifoldCAD, a 3DCAD program in the style of OpenSCAD that runs in the browser and uses Javascript. ManifoldCAD is a relative new project from Emmet Lalish. It’s free and open source software (Apache-2.0 license). In case you are not familiar with these kind of CAD programs, instead of […]

Peddle wheel boat (3D printed)

I found an example on Thingiverse, a rubber band powered boat with two peddle wheels, but it has two problems. First of all the author only provides .stl files and second the design is a bit flawed. I therefore decided to design the boat from scratch with the 3d CAD program OpenSCAD. With OpenSCAD I’m […]

OpenSCAD parametric hook

Parametric design of a simple hook in, the free and open source, OpenSCAD. Use with the Customizer in OpenSCAD

OpenSCAD: Polygon and polyhedron

OpenSCAD allows the user to create complex shapes with the polygon function for 2D and polyhedron for 3D. Polygon and polyhedron both accept a list of 2D and 3D coordinates (points) respectively as parameters. A functions can generate a list of points eliminating the need to manually created these lists. This property can be used […]

Humble start of Bash scripting (part 3)

In Part III of my Bash scripting adventures I’ll write a script rename all .jpg files in a folder.

Humble start of Bash scripting (part 2)

In Part II of my Bash scripting adventures I’ll write a script to resize an image.

Humble start with Bash scripting

2019 is a good year to start scripting with Bash