- Milling Tool - working on the data structure - wip

This commit is contained in:
Marius Stanciu
2020-12-06 23:54:11 +02:00
committed by Marius
parent ef11bced6d
commit b0298c02c1
3 changed files with 15 additions and 9 deletions

View File

@@ -256,9 +256,8 @@ class AppObject(QtCore.QObject):
if opt_key.find('geometry' + "_") == 0:
oname = opt_key[len('geometry') + 1:]
default_data[oname] = self.app.options[opt_key]
if opt_key.find('tools_mill' + "_") == 0:
oname = opt_key[len('tools_mill') + 1:]
default_data[oname] = self.app.options[opt_key]
if opt_key.find('tools_') == 0:
default_data[opt_key] = self.app.options[opt_key]
new_obj.tools = {
1: {