Added stamps
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
BIN
tools/palet_bag/images/mono_02.png
Normal file
|
After Width: | Height: | Size: 294 KiB |
42
tools/palet_bag/images/mono_02.svg
Normal file
|
After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -19,7 +19,7 @@ module screw() {
|
||||
translate([0,0,8]) cylinder(h=6, d=9);
|
||||
}
|
||||
|
||||
color("blue") {
|
||||
* color("blue") {
|
||||
translate([0,0,10]) zcyl(l=10, d=inner_d, rounding2=2);
|
||||
difference() {
|
||||
cuboid([plate_width,plate_width,plate_height], rounding=1);
|
||||
@@ -30,7 +30,7 @@ color("blue") {
|
||||
}
|
||||
}
|
||||
|
||||
color("red") {
|
||||
* color("red") {
|
||||
translate([0,0,15]) {
|
||||
difference() {
|
||||
zcyl(l=5, d=inner_d, rounding1=1, rounding2=2);
|
||||
@@ -40,7 +40,7 @@ color("red") {
|
||||
}
|
||||
}
|
||||
|
||||
color("cyan") {
|
||||
* color("cyan") {
|
||||
translate([0,0,12.5]) {
|
||||
difference() {
|
||||
cuboid([plate_width,plate_width,plate_height], rounding=1);
|
||||
@@ -63,6 +63,6 @@ color("green") {
|
||||
translate([-hole_pos,-hole_pos,0]) zcyl(l=plate_height/2, d=6, rounding=-1);
|
||||
}
|
||||
translate([0,0,-2.5]) linear_extrude(height = 3, center = true)
|
||||
import(file = "mono_01.svg", center = true);
|
||||
import(file = "../images/mono_02.svg", center = true);
|
||||
}
|
||||
}
|
||||