Introduction to OpenScad

OpenSCAD is a free software for creating solid CAD objects that works on Linux/UNIX, Windows and Mac operating systems.

The program reads statements we write that describe objects. Then renders the 3D model from that code. This gives us full control over the modeling process, and when we get really comfortable with OpenSCAD, we will have the ability to change everything about our designs

OpenSCAD provides two main modeling techniques:

  1. Constructive Solid Geometry (our main focus today)
  2. Extrusion of 2D outlines

Downloads

  1. Notepad ++
  2. OpenSCAD 2020 Development Snapshot Build

Syntax