- refactoring names for some classes

This commit is contained in:
Marius Stanciu
2022-03-24 18:35:44 +02:00
committed by Marius
parent cd42c40198
commit eec366ce7f
59 changed files with 4196 additions and 4193 deletions

View File

@@ -17,7 +17,7 @@ from shapely.geometry import MultiPolygon, Point
from shapely.ops import unary_union
from appParsers.ParseGerber import Gerber
from camlib import Geometry, FlatCAMRTreeStorage, grace
from camlib import Geometry, AppRTreeStorage, grace
from matplotlib.backend_bases import KeyEvent as mpl_key_event