fix: use the arms_thickness to calculate the fillet to avoid errors
This commit is contained in:
@@ -38,7 +38,7 @@ with BuildPart() as mop_scraper_holder:
|
|||||||
extrude(profile.sketch, clamp_length / 2)
|
extrude(profile.sketch, clamp_length / 2)
|
||||||
extrude(profile.sketch, -clamp_length / 2)
|
extrude(profile.sketch, -clamp_length / 2)
|
||||||
|
|
||||||
fillet(mop_scraper_holder.edges().filter_by(Axis.Z), 2)
|
fillet(mop_scraper_holder.edges().filter_by(Axis.Z), (arms_thickness - 0.01) / 2)
|
||||||
|
|
||||||
with Locations(Plane((screw_pos.X, screw_pos.Y, 0)).rotated((-90, 0, 0))):
|
with Locations(Plane((screw_pos.X, screw_pos.Y, 0)).rotated((-90, 0, 0))):
|
||||||
CounterBoreHole(3 / 2, 5.6 / 2, 3.2)
|
CounterBoreHole(3 / 2, 5.6 / 2, 3.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user