Skip to content

Commit

Permalink
MLAB-project/Modules#12 Changed link to R03 in assembly from AMF to S…
Browse files Browse the repository at this point in the history
…TL (amf now contains modifier).
  • Loading branch information
JanKott committed May 22, 2020
1 parent 4786008 commit 3070ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cad/assembly.scad
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ R03_y0 = -2*R03_venturi_tube_height + R03_slip_ring_offset + 6*R03_wide_D;
R03_z0 = S01_z0 + R03_wide_D/2 + 5 + parts_separation;
%translate([0, R03_y0, R03_z0])
rotate([270, 0, 0]){
import("../amf/WINDGAUGE_R03.amf");
import("../doc/stl/WINDGAUGE_R03.stl");
}
echo("WINDGAUGE_R03 coordinates are: [0, ", R03_y0, R03_z0, "]");

Expand Down

0 comments on commit 3070ad6

Please sign in to comment.