UsingOpenSCAD

From Clothbot

(Difference between revisions)
Jump to: navigation, search

Revision as of 20:36, 7 November 2009

Contents

Using OpenSCAD

This page is to hold my notes on using OpenSCAD.

Syntax

Comments

Comments are escaped with the // character prefix.

// This is a comment

Variable Declarations

Variables are defined using <name> = <value>' ; syntax.

my_variable = 10;
Personal tools