- in CNCJob UI Autolevelling - made the Voronoi calculations work even in the scenarios that previously did not work; it need a newer version of Shapely, currently I installed the GIT version

- in CNCJob UI Autolevelling - Voronoi polygons are now plotted
- in CNCJob UI Autolevelling - adding manual probe points now show some geometry (circles) for the added points until the adding is finished
This commit is contained in:
Marius Stanciu
2020-08-25 03:06:09 +03:00
parent 96059c4b54
commit c1c819276f
9 changed files with 188 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
# ##########################################################
from appTool import AppTool
from Common import LoudDict
from appCommon.Common import LoudDict
from appGUI.GUIElements import FCComboBox, FCEntry, FCTable, \
FCInputDialog, FCDoubleSpinner, FCSpinner, FCFileSaveDialog
from app_Main import log