2017-10-24 13:56:15 +00:00
|
|
|
include <./case.scad>
|
|
|
|
include <./mount.scad>
|
|
|
|
include <./plunger.scad>
|
|
|
|
/*
|
|
|
|
|
|
|
|
INTVAL 3
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
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([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);
|
|
|
|
};
|
|
|
|
|
|
|
|
module dxf_plate () {
|
2017-10-25 15:40:54 +00:00
|
|
|
translate([125, 0, 0]) rotate([0, 0, 13]) projection() intval_panel_laser();
|
2017-10-24 13:56:15 +00:00
|
|
|
rotate([0, 0, 13]) intval_laser_panel_cover(LASER=true, ALL_RED=true);
|
|
|
|
};
|
|
|
|
|
|
|
|
module exploded_view () {
|
|
|
|
intval_panel_laser();
|
|
|
|
translate([0, 0, 5]) translate([-40 + 2, -1, 14]) rotate([0, 0, -13]) l289N_mount();
|
|
|
|
translate([0, 0, 5]) motor_mount_bottom();
|
|
|
|
translate([0, 0, 20]) motor_key_120();
|
|
|
|
translate([one_to_one_x, one_to_one_y, 50]) geared_motor_mount_120();
|
2017-10-24 20:44:06 +00:00
|
|
|
translate([one_to_one_x, one_to_one_y, 50]) motor_cap_120(false);
|
2017-10-24 13:56:15 +00:00
|
|
|
translate([0, 0, 60]) intval_laser_panel_cover(false, ALL_RED=true);
|
|
|
|
}
|
|
|
|
|
2017-10-24 20:44:06 +00:00
|
|
|
|
2017-10-24 13:56:15 +00:00
|
|
|
//bolex_pin_laser(0, 0);
|
|
|
|
//intval_laser_standoffs_plate();
|
2017-10-27 18:42:27 +00:00
|
|
|
//intval_electronics_mount("METRO");
|
2017-12-07 04:13:49 +00:00
|
|
|
//motor_mount_bottom();
|
2017-10-24 13:56:15 +00:00
|
|
|
//projection () intval_panel_laser();
|
2017-11-28 20:21:52 +00:00
|
|
|
//intval_laser_panel_cover(true, ALL_RED=true);
|
2017-10-27 21:40:32 +00:00
|
|
|
//rotate([0, 0, 13]) intval_panel_laser();
|
|
|
|
//rotate([0, 0, 13]) intval_laser_panel_cover();
|
2017-12-07 04:13:49 +00:00
|
|
|
key_cap();
|
2017-10-24 13:56:15 +00:00
|
|
|
//geared_motor_mount_120();
|
|
|
|
//motor_key();
|
|
|
|
//motor_key_120();
|
|
|
|
//plunger_plate();
|
|
|
|
//motor_cap(false);
|
2017-11-28 20:21:52 +00:00
|
|
|
//motor_cap_120(false);
|
2017-10-27 21:40:32 +00:00
|
|
|
//translate([0, 0, 39 / 2 + 5.75]) bolt_guide();
|
2017-10-24 13:56:15 +00:00
|
|
|
|
2017-10-25 15:40:54 +00:00
|
|
|
//exploded_view();
|
2017-10-24 13:56:15 +00:00
|
|
|
//stl_plate();
|
2017-10-27 00:28:44 +00:00
|
|
|
//dxf_plate();
|