New stamp
This commit is contained in:
42
tools/palet_bag/scad/mono_01.svg
Normal file
42
tools/palet_bag/scad/mono_01.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 82 KiB |
@@ -30,6 +30,16 @@ color("blue") {
|
||||
}
|
||||
}
|
||||
|
||||
color("red") {
|
||||
translate([0,0,15]) {
|
||||
difference() {
|
||||
zcyl(l=5, d=inner_d, rounding1=1, rounding2=2);
|
||||
translate([0,0,-1.25]) zcyl(l=2.5, d=3);
|
||||
translate([0,0,1.25]) zcyl(l=2.5, d1=3, d2=8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
color("cyan") {
|
||||
translate([0,0,12.5]) {
|
||||
difference() {
|
||||
@@ -41,4 +51,18 @@ color("cyan") {
|
||||
translate([-hole_pos,-hole_pos,0]) zcyl(l=plate_height, d=6, rounding=-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
color("green") {
|
||||
translate([0,0,30]) {
|
||||
difference() {
|
||||
cuboid([plate_width,plate_width,plate_height/2], rounding=1);
|
||||
translate([hole_pos,hole_pos,0]) zcyl(l=plate_height/2, d=6, rounding=-1);
|
||||
translate([hole_pos,-hole_pos,0]) zcyl(l=plate_height/2, d=6, rounding=-1);
|
||||
translate([-hole_pos,hole_pos,0]) zcyl(l=plate_height/2, d=6, rounding=-1);
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user