mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-03 08:06:45 -08:00
Reoriented more parts for display.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
26840
STLs/xy_joiner_parts.stl
26840
STLs/xy_joiner_parts.stl
File diff suppressed because it is too large
Load Diff
62024
STLs/xy_sled_parts.stl
62024
STLs/xy_sled_parts.stl
File diff suppressed because it is too large
Load Diff
@@ -95,7 +95,7 @@ module rail_endcap()
|
||||
|
||||
|
||||
module rail_endcap_parts() { // make me
|
||||
zrot(90) rail_endcap();
|
||||
zrot(-90) rail_endcap();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
2
wiki
Submodule wiki updated: 94415a0089...5605625ee5
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ module xy_sled()
|
||||
|
||||
|
||||
module xy_sled_parts() { // make me
|
||||
zrot(90) xy_sled();
|
||||
zrot(-90) xy_sled();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user