diff options
Diffstat (limited to 'lib/stitches/auto_fill.py')
| -rw-r--r-- | lib/stitches/auto_fill.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/auto_fill.py b/lib/stitches/auto_fill.py index 88a54f0b..917b09a8 100644 --- a/lib/stitches/auto_fill.py +++ b/lib/stitches/auto_fill.py @@ -281,7 +281,7 @@ def build_travel_graph(fill_stitch_graph, shape, fill_stitch_angle, underpath): def build_travel_edges(shape, fill_angle): - """Given a graph, compute the interior travel edges. + r"""Given a graph, compute the interior travel edges. We want to fill the shape with a grid of line segments that can be used for travel stitch routing. Our goals: |
