refactor: rename outline to connecting_outline

This commit is contained in:
2026-07-19 20:43:17 -05:00
parent 470cc1ecd7
commit f39d86ed89
+1 -1
View File
@@ -15,7 +15,7 @@ clamp_length = 50
with BuildPart() as mop_scraper_holder: with BuildPart() as mop_scraper_holder:
with BuildSketch() as profile: with BuildSketch() as profile:
with BuildLine() as outline: with BuildLine() as connecting_outline:
mop_arc = CenterArc((0, (mop_diameter + center_thickness) / -2), mop_diameter / 2, 90 - (mop_arc_size / 2), mop_arc_size) mop_arc = CenterArc((0, (mop_diameter + center_thickness) / -2), mop_diameter / 2, 90 - (mop_arc_size / 2), mop_arc_size)
scraper_arc = CenterArc((0, (scraper_diameter + center_thickness) / 2), scraper_diameter / 2, (scraper_arc_size / 2) - 90, -scraper_arc_size) scraper_arc = CenterArc((0, (scraper_diameter + center_thickness) / 2), scraper_diameter / 2, (scraper_arc_size / 2) - 90, -scraper_arc_size)