etc: improve laserjet 6 rear tray clip
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 4 Nov 2021 01:03:48 +0000 (21:03 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 4 Nov 2021 01:03:48 +0000 (21:03 -0400)
etc/laserjet6-rear-tray-clip.scad

index 315cdb8..f34e3b6 100644 (file)
@@ -6,14 +6,15 @@
 // length = 73
 // max depth = 25
 
+// fixme: needs to be 72 I think
 clip_gap    = 73.5;
-clip_wall   = 3;
+clip_wall   = 4; // was 3, beefed up a bit after first pair broke
 clip_depth  = 20;
 clip_width  = 5;
 
 hook        = true;
 hook_depth  = 6;
-hook_wall   = clip_wall;
+hook_wall   = 3; // limited by size of rear output tray slots
 
 $fs = 0.1;
 $fa = 0.1;