About 400 results
Open links in new tab
  1. OpenSCAD - The Programmers Solid 3D CAD Modeller

    OpenSCAD is software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and Mac OS X.

  2. OpenSCAD - Downloads

    The ZIP package contains an experimental build based on this work for WebAssembly allowing OpenSCAD to run inside a web browser. Right now it's a bit slow and there's no support for preview, …

  3. OpenSCAD - Libraries

    A collection of openscad scripts to make it easier to make boxes, targeting board games specifically. It has tesselation layouts, many different types of boxes, ways of creating finger holes, catches and …

  4. OpenSCAD - Documentation

    OpenSCAD Tutorial Table of Contents Chapter 1: A few words about OpenSCAD and getting started with the first object Chapter 2: Scaling the model and first steps for parameterizing models Chapter …

  5. OpenSCAD - About

    OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines. Autocad DXF files can be used as the data …

  6. OpenSCAD - Gallery

    Open SCAD The Programmers Solid 3D CAD ModellerHome About News Downloads Documentation Libraries Gallery Community GitHub

  7. OpenSCAD - News

    May 5, 2013 · The OpenSCAD language itself and standard library has seen a number of iterative improvements The source code, as well as binaries for Mac OS X, Windows and Linux are ready for …

  8. OpenSCAD CheatSheet

    sphere (radius | d=diameter) cube (size, center) cube ([width,depth,height], center) cylinder (h,r|d,center) cylinder (h,r1|d1,r2|d2,center) polyhedron (points, faces, convexity) import ("….ext formats: …

  9. OpenSCAD - Documentation

    OpenSCAD is a free open source software for the creation of three-dimensional geometries. In contrast to common CAD systems such as Fusion 360 or SolidWorks, geometries in OpenSCAD are defined …

  10. How to output the AST nodes of an OpenSCAD scripting file?

    Mar 27, 2025 · Subject: [OpenSCAD] Re: How to output the AST nodes of an OpenSCAD scripting file? If there exists some standard AST format, that would be a reasonable feature request.