New stamp

This commit is contained in:
2025-06-28 20:13:28 +02:00
parent 2bad84f47f
commit dbbd01bb8f
3 changed files with 66 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -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() {
@@ -42,3 +52,17 @@ color("cyan") {
}
}
}
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);
}
}

Binary file not shown.