refactor: rename outline to connecting_outline
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user