Skip to main content

OpenSCAD Demo

Location

MakeHaven Main Space

The main makerspace and connected shops. This is located at 770 Chapel Street. Registered participants should ring the MakeHaven labeled doorbell. They will be directed down a long hallway, and down a set of stairs to our basement workshop.

We will be doing a short demo which shows the concepts behind OpenScad. Using code we will build a bracket suitable for 3d printing.  

[[{"type":"media","view_mode":"media_large","fid":"543","attributes":{"alt":"","class":"media-image","height":"194","width":"480"}}]]

OpenSCAD is a software for creating solid 3D CAD models. It is free software and available for Linux/UNIX, Windows and Mac OS X. Unlike most free software for creating 3D models (such as Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designs that are defined by configurable parameters.