chiark / gitweb /
topeak-mtx-tortec-expeditionrack-adapter: wip
[reprap-play.git] / topeak-mtx-tortec-expeditionrack-adapter.scad
index d7152543677bb851318d4a80275d23649cd20274..20e9e09664257cc1b3a22286808d4f50e16e4519 100644 (file)
@@ -93,6 +93,9 @@ module GraspElevation(){
 
     translate([ grasp_large_x, $rack_rail_y + rack_rail_dia/2 ])
       circle(grasp_large_r);
+
+    translate([ grasp_large_x + grasp_large_r/2, $rack_rail_y + rack_rail_dia/2 ])
+      circle(grasp_large_r);
   }
 }
 
@@ -288,7 +291,7 @@ module Rear(){ ////toplevel
 module Demo(){ ////toplevel
   rotate([90, 0, 0]){
 
-    Rear();
+    Front();
 
     color("blue")
       translate([ 0, -2, -4 ])