From: Ian Jackson Date: Sat, 5 Nov 2022 13:29:49 +0000 (+0000) Subject: topeak-mtx-tortec-expeditionrack-adapter: move rotate X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=33bb82b3591bf713333c2f5f1ec358e03bf84949;p=reprap-play.git topeak-mtx-tortec-expeditionrack-adapter: move rotate Signed-off-by: Ian Jackson --- diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 256f07c..9a84e88 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -217,6 +217,7 @@ module IfFam(){ module FamLinextr(){ IfFam() linextr_x_yz(-main_sz_x_fam/2, +main_sz_x_fam/2) + rotate(-90) children(); } @@ -285,7 +286,6 @@ module Principal(){ RackShear() FamLinextr(){ - rotate(-90){ rectfromto([ -$foreaftmaint_rail_z, adapt_main_top_y ], [ 0, block_y_min]); difference(){ @@ -293,7 +293,6 @@ module Principal(){ translate([0, adapt_main_top_y]) rectfromto([-500, 0], [500, 500]); } - } } }