chiark / gitweb /
salter-scale-hook: wip CutProfile
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Mar 2019 20:13:32 +0000 (20:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Mar 2019 20:13:53 +0000 (20:13 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
salter-scale-hook.scad

index e67ed73765f7c10278b2ce88b547223d5a152967..5eb7666c4638d8904b404d1149502e9aca5404d5 100644 (file)
@@ -42,11 +42,13 @@ module Profile() {
 }
 
 module CutProfile(){
-//  rectfromto([
+  x = rod_dia/2 + rearthick;
+  rectfromto([x,yminc], [30,ymaxc]);
 }
 
 module Demo(){
   Profile();
+  color("red") translate([0,0,1]) CutProfile();
 }
 
 Demo();