mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-06-26 04:28:33 +02:00
Documentation
This commit is contained in:
parent
9d24a2c85f
commit
bb7155a5fd
25 changed files with 88 additions and 21 deletions
3
example.scad
Normal file
3
example.scad
Normal file
|
@ -0,0 +1,3 @@
|
|||
color(c=[1,0,0,1.0]){ translate(v=[2.0,0.0,0.0]){
|
||||
cube(size=[1.0,1.0,1.0], center=false);
|
||||
} }
|
Loading…
Add table
Add a link
Reference in a new issue