chiark / gitweb /
earring-stand: lift out thicks (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:21:35 +0000 (00:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:21:39 +0000 (00:21 +0100)
earring-stand.scad

index bf049ea88d4dda4d96eb6abeaf39426b65898ba8..7c44031eb10e2d1beddde7da01abcf5f1209f9eb 100644 (file)
@@ -5,6 +5,11 @@ include <commitid.scad>
 front_height = 80;
 front_width = 120;
 front_setback = 30;
+front_thick = 2;
+
+back_thick = 2;
+
+base_thick = 2;
 
 eclip_inner_rad = 2.5;
 eclip_gap_rad = 0.1;
@@ -161,7 +166,7 @@ module Sketch(){
   polygon([pq, pp, pr]);
 }
 
-thicks = [ 2, 2, 2 ];
+thicks = [ base_thick, front_thick, back_thick ];
 
 module Joins(alpha, objnum, objnum_f, objnum_m) {
   pitch = (front_width - eclip_each_len) / (num_eclips-1);