Re-oriented xy joiner parts plate.

This commit is contained in:
Revar Desmera
2014-10-06 23:20:43 -07:00
parent cc1e9fc41a
commit 692f37e91c

View File

@@ -57,13 +57,15 @@ module xy_joiner()
}
}
}
!xy_joiner();
//!xy_joiner();
module xy_joiner_parts() { // make me
translate([0, 0, platform_height]) {
zrot(90) xrot(90) xy_joiner();
zrot_copies([0, 180]) {
translate([-15, 8, 15]) {
zrot(90) xrot(90) xy_joiner();
}
}
}