From 10c9d1a5d7d7a51c27d0448a430bb1b71b0b7d58 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 3 Nov 2021 21:03:48 -0400 Subject: [PATCH] etc: improve laserjet 6 rear tray clip --- etc/laserjet6-rear-tray-clip.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/laserjet6-rear-tray-clip.scad b/etc/laserjet6-rear-tray-clip.scad index 315cdb8..f34e3b6 100644 --- a/etc/laserjet6-rear-tray-clip.scad +++ b/etc/laserjet6-rear-tray-clip.scad @@ -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; -- 2.20.1