Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3f4610478
|
||
|
|
b78656baa3
|
||
|
|
9cd500e3d3
|
||
|
|
05329e58ad
|
+2
-2
@@ -85,7 +85,7 @@ def build_drive_shaft_mount():
|
|||||||
|
|
||||||
with BuildPart() as track:
|
with BuildPart() as track:
|
||||||
angle = 30
|
angle = 30
|
||||||
Box(core_width + (screw_blocks_width * 2), track_width + ((sin(radians(angle))/sin(radians(90-angle))) * track_height * 2), track_height, (90, 0, 0), (Align.CENTER, Align.CENTER, Align.MIN))
|
Box(core_width + (screw_blocks_width * 2), track_width + ((sin(radians(angle))/sin(radians(90-angle))) * track_height * 2) - 0.1, track_height, (90, 0, 0), (Align.CENTER, Align.CENTER, Align.MIN))
|
||||||
chamfer(track.edges().filter_by(Axis.X).sort_by(Axis.Y)[:2], track_height - 0.01, angle=angle)
|
chamfer(track.edges().filter_by(Axis.X).sort_by(Axis.Y)[:2], track_height - 0.01, angle=angle)
|
||||||
|
|
||||||
with Locations(drive_shaft_mount.faces().filter_by(Plane.XZ).sort_by(Axis.Y)[-2:]):
|
with Locations(drive_shaft_mount.faces().filter_by(Plane.XZ).sort_by(Axis.Y)[-2:]):
|
||||||
@@ -94,7 +94,7 @@ def build_drive_shaft_mount():
|
|||||||
return drive_shaft_mount
|
return drive_shaft_mount
|
||||||
|
|
||||||
def build_drive_shaft_bar_adapter():
|
def build_drive_shaft_bar_adapter():
|
||||||
ext_size = 20.3
|
ext_size = 20.2
|
||||||
ext_track_width = 6.2
|
ext_track_width = 6.2
|
||||||
ext_track_height = 1.8
|
ext_track_height = 1.8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user