From cd2afdff61e24eebb4beb6076a58a7cc50e19dc3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 16:36:47 +0100 Subject: mech: pcb_case: Set tolerance steps to +/- 2 Reducing from +/- 3 to +/- 2 reduces printing time for the tolerance test. --- mech/pcb_case/tolerance_tests.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mech/pcb_case/tolerance_tests.scad b/mech/pcb_case/tolerance_tests.scad index a981852..93c13f4 100644 --- a/mech/pcb_case/tolerance_tests.scad +++ b/mech/pcb_case/tolerance_tests.scad @@ -8,7 +8,7 @@ t = 2; step_width = 0.15; module bolt_drilling() { - steps = 3; + steps = 2; for(i = [-steps : steps]) { tol = bolt_ds_tol + i * step_width; @@ -24,7 +24,7 @@ module bolt_drilling() { } module nut_drilling() { - steps = 3; + steps = 2; for(i = [-steps : steps]) { tol = nut_d_tol + i * step_width; @@ -44,7 +44,7 @@ module nut_drilling() { } module panel_thickness() { - steps = 3; + steps = 2; height = 2*t; @@ -62,7 +62,7 @@ module panel_thickness() { } module panel_width_height() { - steps = 3; + steps = 2; height = 3*t; -- cgit v1.2.3-70-g09d2