- small changes

This commit is contained in:
Marius Stanciu
2019-09-06 00:40:07 +03:00
committed by Marius
parent a138c539e4
commit c1e079474d
2 changed files with 4 additions and 0 deletions

View File

@@ -907,6 +907,7 @@ class Geometry(object):
# Index first and last points in paths
def get_pts(o):
return [o.coords[0], o.coords[-1]]
geoms = FlatCAMRTreeStorage()
geoms.get_points = get_pts