+6
-6
@@ -13,7 +13,7 @@ module light(){
|
||||
linear_extrude(imprint) import("light.svg",center=true);
|
||||
minkowski(){
|
||||
linear_extrude(1) import("light.svg",center=true);
|
||||
cube([5,18,0.1],true);
|
||||
cube([1,18,0.1],true);
|
||||
}
|
||||
cutter();
|
||||
}
|
||||
@@ -22,7 +22,7 @@ module life(){
|
||||
linear_extrude(imprint) import("life.svg",center=true);
|
||||
minkowski(){
|
||||
linear_extrude(1) import("life.svg",center=true);
|
||||
cube([5,18,0.1],true);
|
||||
cube([1,18,0.1],true);
|
||||
}
|
||||
cutter();
|
||||
}
|
||||
@@ -31,11 +31,11 @@ module liberty(){
|
||||
linear_extrude(imprint) import("liberty.svg",center=true);
|
||||
minkowski(){
|
||||
linear_extrude(1) import("liberty.svg",center=true);
|
||||
cube([5,18,0.1],true);
|
||||
cube([1,18,0.1],true);
|
||||
}
|
||||
cutter();
|
||||
}
|
||||
|
||||
mirror([1,0,0])translate([0,50,0])light();
|
||||
mirror([1,0,0])life();
|
||||
mirror([1,0,0])translate([0,-50,0])liberty();
|
||||
mirror([1,0,0])light();
|
||||
*mirror([1,0,0])life();
|
||||
*mirror([1,0,0])liberty();
|
||||
Reference in New Issue
Block a user