refactor: remove the unneeded connecting_outline variable

This commit is contained in:
2026-07-19 23:16:06 -05:00
parent 978c563b7c
commit 25fd8e5b70
+1 -1
View File
@@ -16,7 +16,7 @@ def build_mop_scraper_holder():
with BuildPart() as mop_scraper_holder:
with BuildSketch() as profile:
with BuildLine() as connecting_outline:
with BuildLine():
arc_s = 170
mop_arc = CenterArc((0, (mop_diameter + center_thickness) / -2), mop_diameter / 2, 90 - (arc_s / 2), arc_s)
scraper_arc = CenterArc((0, (scraper_diameter + center_thickness) / 2), scraper_diameter / 2, (arc_s / 2) - 90, -arc_s)