Added stamps

This commit is contained in:
2025-06-30 08:46:13 +02:00
parent dbbd01bb8f
commit b6c7d680e6
7 changed files with 46 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 79 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -19,7 +19,7 @@ module screw() {
translate([0,0,8]) cylinder(h=6, d=9); 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); translate([0,0,10]) zcyl(l=10, d=inner_d, rounding2=2);
difference() { difference() {
cuboid([plate_width,plate_width,plate_height], rounding=1); cuboid([plate_width,plate_width,plate_height], rounding=1);
@@ -30,7 +30,7 @@ color("blue") {
} }
} }
color("red") { * color("red") {
translate([0,0,15]) { translate([0,0,15]) {
difference() { difference() {
zcyl(l=5, d=inner_d, rounding1=1, rounding2=2); 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]) { translate([0,0,12.5]) {
difference() { difference() {
cuboid([plate_width,plate_width,plate_height], rounding=1); 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([-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) 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);
} }
} }

Binary file not shown.