- Levelling Tool - mare sure that there are no duplicate seed points when creating Voronoi polygons

- Levelling Tool - fix of missing variable declaration (forgot to take everything when I moved the functionality from the CNCJob class to its own class)
This commit is contained in:
Marius Stanciu
2021-03-07 20:44:34 +02:00
committed by Marius
parent 62a749496b
commit 9855405b2e
3 changed files with 18 additions and 4 deletions

View File

@@ -164,9 +164,6 @@ class CNCJobObject(FlatCAMObj, CNCjob):
self.source_file = ''
self.units_found = self.app.defaults['units']
# store the current selection shape status to be restored after manual adding test points
self.old_selection_state = self.app.defaults['global_selection_shape']
self.prepend_snippet = ''
self.append_snippet = ''
self.gc_header = self.gcode_header()