summaryrefslogtreecommitdiff
path: root/lib/stitches/auto_fill.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stitches/auto_fill.py')
-rw-r--r--lib/stitches/auto_fill.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/stitches/auto_fill.py b/lib/stitches/auto_fill.py
index 0b5782e5..4a0fbed7 100644
--- a/lib/stitches/auto_fill.py
+++ b/lib/stitches/auto_fill.py
@@ -40,7 +40,16 @@ class PathEdge(object):
return self.key == self.SEGMENT_KEY
-def auto_fill(shape, angle, row_spacing, end_row_spacing, max_stitch_length, running_stitch_length, staggers, skip_last, starting_point, ending_point=None):
+def auto_fill(shape,
+ angle,
+ row_spacing,
+ end_row_spacing,
+ max_stitch_length,
+ running_stitch_length,
+ staggers,
+ skip_last,
+ starting_point,
+ ending_point=None):
stitches = []
rows_of_segments = intersect_region_with_grating(shape, angle, row_spacing, end_row_spacing)