Added a new file for transformations. First one doesn't work due to reported bug in openscad
This commit is contained in:
parent
263df7d174
commit
cdc3b0c699
3
transformations.scad
Normal file
3
transformations.scad
Normal file
|
@ -0,0 +1,3 @@
|
|||
module scale(v, reference=[0, 0, 0]) {
|
||||
translate(-reference) scale(v) translate(reference) child(0);
|
||||
}
|
Loading…
Reference in a new issue