summaryrefslogtreecommitdiff
path: root/mech
diff options
context:
space:
mode:
Diffstat (limited to 'mech')
-rw-r--r--mech/pcb_case/tolerance_tests.scad5
1 files changed, 1 insertions, 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 <panel.scad>
use <rounded_cube.scad>
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;