diff --git a/tools/palet_bag/scad/mono_01.svg b/tools/palet_bag/scad/mono_01.svg new file mode 100644 index 0000000..30e76a2 --- /dev/null +++ b/tools/palet_bag/scad/mono_01.svg @@ -0,0 +1,42 @@ + + + + diff --git a/tools/palet_bag/scad/side_modeler.scad b/tools/palet_bag/scad/side_modeler.scad index 3d3ba58..e1b5a14 100644 --- a/tools/palet_bag/scad/side_modeler.scad +++ b/tools/palet_bag/scad/side_modeler.scad @@ -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); + } } \ No newline at end of file diff --git a/tools/palet_bag/stl/stamp_01.stl b/tools/palet_bag/stl/stamp_01.stl new file mode 100644 index 0000000..ece9a19 Binary files /dev/null and b/tools/palet_bag/stl/stamp_01.stl differ