- started to add the new database links in the NCC and Paint Tools

This commit is contained in:
Marius Stanciu
2020-03-29 17:48:46 +03:00
committed by Marius
parent d6adb99ec8
commit 4aeadde3da
5 changed files with 217 additions and 9 deletions

View File

@@ -2394,6 +2394,7 @@ class ToolsDB2(QtWidgets.QWidget):
default_data = {}
default_data.update({
"plot": True,
"cutz": float(self.app.defaults["geometry_cutz"]),
"multidepth": self.app.defaults["geometry_multidepth"],
"depthperpass": float(self.app.defaults["geometry_depthperpass"]),