chiark / gitweb /
cable-hole-trunking-cover: note re checking some parameters
[reprap-play.git] / cable-hole-trunking-cover.scad
index 6233412be11e92bc36bb8ab5b2d00d22ffd9b8b0..cda32961cf5bc66a5d8cfea7e8775a592e705b9b 100644 (file)
@@ -1,14 +1,12 @@
 // -*- C -*-
 
-holedia = 25.4;
+holedia = 25.4; //check
+tapewidth = 7; //check
+tapethick = 1; //check
+cutoutsz= 10; //check
+innerz = 10; //check
 
 sidewidth = 5;
-tapewidth = 7;
-tapethick = 1;
-
-cutoutsz= 10;
-
-innerz = 10;
 
 basex = holedia + sidewidth*2;
 basey = holedia + tapewidth*2;