Browse Source

Adding a CAD file.

master
s3xm3x 8 years ago
parent
commit
1b635b2eb7
  1. 6
      cad/playing.scad

6
cad/playing.scad

@ -0,0 +1,6 @@
translate{[0,0,10]}{
difference(){
cube([20,20,20], center=true);
color([0.2,0.8,1]) sphere(13);
}
}
Loading…
Cancel
Save