- working on data structures (offset, offset_value, job_type, shape) and on the Tools Database

This commit is contained in:
Marius Stanciu
2021-07-07 02:30:27 +03:00
committed by Marius
parent 4e46eac61c
commit 368413e6d2
7 changed files with 51 additions and 51 deletions

View File

@@ -312,7 +312,7 @@ class PreferencesUIManager:
# Milling Plugin Options
"tools_mill_tooldia": self.ui.plugin_pref_form.tools_mill_group.cnctooldia_entry,
# "tools_mill_offset_type": 0, # _('Path')
# "tools_mill_offset": 0.0,
# "tools_mill_offset_value": 0.0,
# "tools_mill_job_type": 0, # 'Rough'
"tools_mill_vtipdia": self.ui.plugin_pref_form.tools_mill_group.tipdia_entry,
"tools_mill_vtipangle": self.ui.plugin_pref_form.tools_mill_group.tipangle_entry,