Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
}
}
+//---------- RatchetHandle ----------
+
+module RatchetHandlePositive() { ////toplevel
+ xh1 = 14.0;
+
+ hull(){
+ translate([xh1, 0,0])
+ linextr_x_yz(0, 0.1)
+ rotate(90)
+ oval([ 21.8, 18.1 ]/2);
+ translate([63.1, 0,0])
+ linextr_x_yz(-0.1, 0)
+ rotate(90)
+ oval([ 23.5, 16.8 ]/2);
+ }
+ linextr_x_yz(0, xh1)
+ circle(r = 19.0/2);
+}
+
//==================== tests and demos ====================
module TestPlatesPrint() { ////toplevel