From f39d86ed89a123dfaf8f3e0caa4ee1e0c28b2b87 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Sun, 19 Jul 2026 20:43:17 -0500 Subject: [PATCH] refactor: rename outline to connecting_outline --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a09eee3..9a62614 100644 --- a/build.py +++ b/build.py @@ -15,7 +15,7 @@ clamp_length = 50 with BuildPart() as mop_scraper_holder: 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) scraper_arc = CenterArc((0, (scraper_diameter + center_thickness) / 2), scraper_diameter / 2, (scraper_arc_size / 2) - 90, -scraper_arc_size)