
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.
OpenSCAD - Downloads
Fedora OpenSCAD is available in Fedora official repositories. To install, run the following command: # yum install openscad If you want the MCAD library: # yum install openscad-MCAD
OpenSCAD - Documentation
OpenSCAD User Manual Table of Contents Introduction First Steps User Interface Input Devices Customizer Import and Export Commented Example Projects Paths Using an external Editor …
OpenSCAD - About
Underlying Technology OpenSCAD builds on top of a number of free software libraries; is uses Qt for user interface, CGAL for CSG evaluation, OpenCSG and OpenGL for CSG previews, as …
OpenSCAD - Libraries
OpenSCAD library to create parts for the STEMFIE project. STEMFIE is a free educational construction-set toy you can download and make at home using a 3D printer.
OpenSCAD - Gallery
Open SCAD The Programmers Solid 3D CAD ModellerHome About News Downloads Documentation Libraries Gallery Community GitHub
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 CheatSheet
Syntax var = value; var = cond ? value_if_true : value_if_false; var = function (x) x + x; module name(…) { … } name(); function name(…) = … name(); include ...
OpenSCAD - Community
Get Involved Users » subscribe to the mailing list or forums or join our IRC channel and contribute to the user community by answering requests and take part in discussions » Report bugs, …
OpenSCAD - News
May 5, 2013 · OpenSCAD, in collaboration with BRL-CAD, has again been accepted to Google Summer of Code. Student application will open on March 18 (full timeline). Discussing project …