refactor: remove the unneeded connecting_outline variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user