Adjust size of daylight spool mount size

This commit is contained in:
Matt McWilliams 2022-10-10 21:55:23 -04:00
parent 26aa45854d
commit 58afa65d1a
5 changed files with 9936 additions and 9936 deletions

View File

@ -39,24 +39,24 @@ module m3_nut (H = 5) {
cylinder(r=R(6.6), h=H, center=true, $fn=6); cylinder(r=R(6.6), h=H, center=true, $fn=6);
} }
module opto_endstop(){ module opto_endstop () {
difference(){ difference(){
union(){ union(){
// base PCB // base PCB
color("green") cube([33.0,1.6,10.5]); color("green") cube([33.0,1.6,10.5]);
// add the switch module // add the switch module
translate([8.4,1.6,10.5/2-6.4/2]) optoswitch(); translate([8.4,1.6,10.5/2-6.4/2]) optoswitch();
// connector // connector
translate([0.2,-7,0]) color("white") cube([5.8,7,10.5]); translate([0.2,-7,0]) color("white") cube([5.8,7,10.5]);
// led // led
translate([3.5,1.6,10.5/2-1.5/2]) color("red") cube([2,0.7,1.5]); translate([3.5,1.6,10.5/2-1.5/2]) color("red") cube([2,0.7,1.5]);
} }
translate([8.4,0,10.5/2-6.4/2]) { translate([8.4,0,10.5/2-6.4/2]) {
for ( hole = [2.75,24.5-2.75] ){ for ( hole = [2.75,24.5-2.75] ){
rotate([90,0,0]) translate([hole,6.4/2,-4]) cylinder(r=1.5, h=4.5,$fn=40); rotate([90,0,0]) translate([hole,6.4/2,-4]) cylinder(r=1.5, h=4.5,$fn=40);
} }
} }
} }
} }
// switch module // switch module

View File

@ -1,4 +1,4 @@
SQUARE_INNER = 8; SQUARE_INNER = 7.8;
time = 0; time = 0;
module reel_holder (top = true, base = true) { module reel_holder (top = true, base = true) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because it is too large Load Diff