From af2905b47c3054c5a28d6ff099e19337b02ffcb3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 16:27:48 +0100 Subject: mech: pcb_case: Set steps size to 0.15 mm The printer resolution is set to 0.15 mm so this is a useful step size. --- mech/pcb_case/tolerance_tests.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mech/pcb_case/tolerance_tests.scad b/mech/pcb_case/tolerance_tests.scad index b8e88d2..f49d8a7 100644 --- a/mech/pcb_case/tolerance_tests.scad +++ b/mech/pcb_case/tolerance_tests.scad @@ -5,10 +5,10 @@ include use t = 2; +step_width = 0.15; module bolt_drilling() { steps = 3; - step_width = 0.1; height = 3; for(i = [-steps : steps]) { @@ -26,7 +26,6 @@ module bolt_drilling() { module nut_drilling() { steps = 3; - step_width = 0.1; for(i = [-steps : steps]) { tol = nut_d_tol + i * step_width; @@ -47,7 +46,6 @@ module nut_drilling() { module panel_thickness() { steps = 3; - step_width = 0.2; height = 2*t; @@ -66,7 +64,6 @@ module panel_thickness() { module panel_width_height() { steps = 3; - step_width = 0.2; height = 3*t; -- cgit v1.2.3-70-g09d2