-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbed_test.escad
More file actions
7 lines (7 loc) · 724 Bytes
/
bed_test.escad
File metadata and controls
7 lines (7 loc) · 724 Bytes
1
2
3
4
5
6
7
union ()
{
linear_extrude (10) polygon([[7.0710678118654755,0],[0,7.0710678118654755],[7.0710678118654755,2*7.0710678118654755],[2*7.0710678118654755,7.0710678118654755]]);
linear_extrude (10) translate (250,0) polygon([[7.0710678118654755,0],[0,7.0710678118654755],[7.0710678118654755,2*7.0710678118654755],[2*7.0710678118654755,7.0710678118654755]]);
linear_extrude (10) translate (250,250) polygon([[7.0710678118654755,0],[0,7.0710678118654755],[7.0710678118654755,2*7.0710678118654755],[2*7.0710678118654755,7.0710678118654755]]);
linear_extrude (10) translate (0,250) polygon([[7.0710678118654755,0],[0,7.0710678118654755],[7.0710678118654755,2*7.0710678118654755],[2*7.0710678118654755,7.0710678118654755]]);
}