Add an STL plate of all printable items

This commit is contained in:
mmcwilliams 2018-10-04 11:11:05 -04:00
parent e970285b15
commit b4c858e126
2 changed files with 232367 additions and 7 deletions

View File

@ -9,15 +9,15 @@ include <./plunger.scad>
module stl_plate () {
//translate([0, 0, -0.5]) cube([150, 150, 1], center = true);
translate([-38, 41, 7.5]) rotate([0, 180, 0]) intval_laser_standoffs_plate();
translate([-27, 40, -9.5]) rotate([0, 0, 13]) translate([-40 + 2, -1, 14]) rotate([0, 0, -13]) l289N_mount();
translate([-60, 10, 7.5]) rotate([0, 180, 0]) intval_laser_standoffs_plate();
translate([-27, 50, -9.5]) rotate([0, 0, 13]) translate([-40 + 2, -1, 14]) rotate([0, 0, -13]) l289N_mount();
translate([23, 1, -5.75]) rotate([0, 0, 90]) motor_mount_bottom();
translate([48, -13, 9]) rotate([0, 180, 0]) key_cap();
translate([-5, -11, 3]) rotate([0, 0, 190]) geared_motor_mount_120();
translate([65, 44, 22.5]) rotate([0, 180, 0]) motor_key();
translate([0, -42, 15]) plunger_plate();
translate([-52, -20, 66]) rotate([0, 180, 0]) motor_cap(false);
translate([65, 44, 26.5]) rotate([0, 180, 0]) motor_key_120();
translate([15, -42, 15]) plunger_plate();
translate([-52, -20, 85.5]) rotate([0, 180, -90]) motor_cap_120(false);
};
module dxf_plate () {
@ -45,7 +45,7 @@ module exploded_view () {
//rotate([0, 0, 13]) intval_panel_laser();
//rotate([0, 0, 13]) intval_laser_panel_cover();
//key_cap();
geared_motor_mount_120();
//geared_motor_mount_120();
//motor_key();
//motor_key_120();
//plunger_plate();
@ -56,5 +56,5 @@ geared_motor_mount_120();
//translate([0, 0, 39 / 2 + 5.75]) bolt_guide();
//exploded_view();
//stl_plate();
stl_plate();
//dxf_plate();

File diff suppressed because it is too large Load Diff