First commit
This commit is contained in:
BIN
tools/palet_bag/png/side_modeler_bottom.png
Normal file
BIN
tools/palet_bag/png/side_modeler_bottom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
tools/palet_bag/png/side_modeler_top.png
Normal file
BIN
tools/palet_bag/png/side_modeler_top.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
44
tools/palet_bag/scad/side_modeler.scad
Normal file
44
tools/palet_bag/scad/side_modeler.scad
Normal file
@@ -0,0 +1,44 @@
|
||||
$fn=60;
|
||||
|
||||
include <BOSL2/std.scad>
|
||||
include <boltsos_0.4.1/BOLTS.scad>
|
||||
|
||||
inner_d=66;
|
||||
outer_d=inner_d+5;
|
||||
plate_width=120;
|
||||
hole_pos=plate_width/2-10;
|
||||
plate_height=10;
|
||||
|
||||
module screw() {
|
||||
cylinder(h=20, d=5.4, center=true);
|
||||
rotate([0,0,0]) {
|
||||
translate ([0,0,-8]) DIN931("M5");
|
||||
translate ([0,0,-10]) DIN931("M5");
|
||||
}
|
||||
* cylinder(h=25, d=5, center=true);
|
||||
translate([0,0,8]) cylinder(h=6, d=9);
|
||||
}
|
||||
|
||||
color("blue") {
|
||||
translate([0,0,10]) zcyl(l=10, d=inner_d, rounding2=2);
|
||||
difference() {
|
||||
cuboid([plate_width,plate_width,plate_height], rounding=1);
|
||||
translate([hole_pos,hole_pos,8]) screw();
|
||||
translate([hole_pos,-hole_pos,8]) screw();
|
||||
translate([-hole_pos,hole_pos,8]) screw();
|
||||
translate([-hole_pos,-hole_pos,8]) screw();
|
||||
}
|
||||
}
|
||||
|
||||
color("cyan") {
|
||||
translate([0,0,12.5]) {
|
||||
difference() {
|
||||
cuboid([plate_width,plate_width,plate_height], rounding=1);
|
||||
zcyl(l=plate_height, d=outer_d, rounding=-2);
|
||||
translate([hole_pos,hole_pos,0]) zcyl(l=plate_height, d=6, rounding=-1);
|
||||
translate([hole_pos,-hole_pos,0]) zcyl(l=plate_height, d=6, rounding=-1);
|
||||
translate([-hole_pos,hole_pos,0]) zcyl(l=plate_height, d=6, rounding=-1);
|
||||
translate([-hole_pos,-hole_pos,0]) zcyl(l=plate_height, d=6, rounding=-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
tools/palet_bag/stl/knob_M5_12x25.stl
Normal file
BIN
tools/palet_bag/stl/knob_M5_12x25.stl
Normal file
Binary file not shown.
BIN
tools/palet_bag/stl/side_modeler_bottom.stl
Normal file
BIN
tools/palet_bag/stl/side_modeler_bottom.stl
Normal file
Binary file not shown.
BIN
tools/palet_bag/stl/side_modeler_cap.stl
Normal file
BIN
tools/palet_bag/stl/side_modeler_cap.stl
Normal file
Binary file not shown.
BIN
tools/palet_bag/stl/side_modeler_ext.stl
Normal file
BIN
tools/palet_bag/stl/side_modeler_ext.stl
Normal file
Binary file not shown.
BIN
tools/palet_bag/stl/side_modeler_top.stl
Normal file
BIN
tools/palet_bag/stl/side_modeler_top.stl
Normal file
Binary file not shown.
BIN
tools/palet_bag/timelapses/cap.mpg
Normal file
BIN
tools/palet_bag/timelapses/cap.mpg
Normal file
Binary file not shown.
BIN
tools/palet_bag/timelapses/knobs.mpg
Normal file
BIN
tools/palet_bag/timelapses/knobs.mpg
Normal file
Binary file not shown.
Reference in New Issue
Block a user