more designs

This commit is contained in:
2020-04-30 19:33:12 +02:00
parent e3a19e569b
commit cdf3c3138a
4 changed files with 104 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
gun_tank_diameter = 34;
gun_tank_wall_dist = 50;
minkowski()
{
cube([10,10,1]);
cylinder(r=2,h=1);
}