Moved fixed bug to issues

master
Marius Kintel 2015-01-21 02:15:01 -05:00
parent dc9769e6ad
commit 125fb788e1
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
translate([0,10,0]) difference() {
cube(10, center=true);
translate([6,5.5,0]) cube(11, center=true);
translate([6,-5.500000000088,0]) cube(11, center=true);
}