A few OpenSCAD sample files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
intersection() {
|
|
|
cube([50,50,2], center=true);
|
|
|
rotate([0,0,45])
|
|
|
cube([50,50,2], center=true);
|
|
|
}
|
|
|
|