Compare commits

..
4 Commits
+2 -2
View File
@@ -85,7 +85,7 @@ def build_drive_shaft_mount():
with BuildPart() as track:
angle = 30
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))
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))
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:]):
@@ -94,7 +94,7 @@ def build_drive_shaft_mount():
return drive_shaft_mount
def build_drive_shaft_bar_adapter():
ext_size = 20.2
ext_size = 20.3
ext_track_width = 6.2
ext_track_height = 1.8