Reoriented more parts for display.

This commit is contained in:
Revar Desmera
2015-07-10 15:53:28 -07:00
parent 0a4dd35b88
commit 8f760f96fa
9 changed files with 64243 additions and 64215 deletions

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -95,7 +95,7 @@ module rail_endcap()
module rail_endcap_parts() { // make me
zrot(90) rail_endcap();
zrot(-90) rail_endcap();
}

View File

@@ -41,7 +41,7 @@ module support_leg(h=rail_height, l=75)
module support_leg_parts() { // make me
translate([0, -75/2, 0]) support_leg();
zrot(180) translate([0, -75/2, 0]) support_leg();
}

2
wiki

Submodule wiki updated: 94415a0089...5605625ee5

View File

@@ -99,7 +99,7 @@ module xy_joiner()
module xy_joiner_parts() { // make me
zrot(90) xrot(90) xy_joiner();
zrot(-90) xrot(90) xy_joiner();
}

View File

@@ -152,7 +152,7 @@ module xy_sled()
module xy_sled_parts() { // make me
zrot(90) xy_sled();
zrot(-90) xy_sled();
}