Updated install process #4
|
@ -408,7 +408,7 @@ module bearing (x, y, z, width= 8, hole = true, calval = 0) {
|
||||||
module key_cap () {
|
module key_cap () {
|
||||||
$fn = 60;
|
$fn = 60;
|
||||||
thickness = .75;
|
thickness = .75;
|
||||||
innerD = 22.1;
|
innerD = 22.5;
|
||||||
outerD = innerD + (thickness * 2);
|
outerD = innerD + (thickness * 2);
|
||||||
h = 18 - 2.5;
|
h = 18 - 2.5;
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ module exploded_view () {
|
||||||
//intval_laser_panel_cover(true, ALL_RED=true);
|
//intval_laser_panel_cover(true, ALL_RED=true);
|
||||||
//rotate([0, 0, 13]) intval_panel_laser();
|
//rotate([0, 0, 13]) intval_panel_laser();
|
||||||
//rotate([0, 0, 13]) intval_laser_panel_cover();
|
//rotate([0, 0, 13]) intval_laser_panel_cover();
|
||||||
//key_cap();
|
rotate([0, 180, 0]) key_cap();
|
||||||
//geared_motor_mount_120();
|
//geared_motor_mount_120();
|
||||||
//motor_key();
|
//motor_key();
|
||||||
//motor_key_120();
|
//motor_key_120();
|
||||||
|
@ -56,5 +56,5 @@ module exploded_view () {
|
||||||
//translate([0, 0, 39 / 2 + 5.75]) bolt_guide();
|
//translate([0, 0, 39 / 2 + 5.75]) bolt_guide();
|
||||||
|
|
||||||
//exploded_view();
|
//exploded_view();
|
||||||
stl_plate();
|
//stl_plate();
|
||||||
//dxf_plate();
|
//dxf_plate();
|
Loading…
Reference in New Issue