- Levelling Tool: added parameter (in Preferences too) to control the probe tip diameter which is reflected in the probing location mark diameter

- Levelling Tool: when adding a Grid probing and the avoidance of Excellon is used, now the probing locations will be offset enough so the probing is not done in the Excellon holes
This commit is contained in:
Marius Stanciu
2023-11-25 18:43:14 +02:00
parent 6b4483044b
commit 89dd51ff99
7 changed files with 179 additions and 51 deletions

View File

@@ -87,7 +87,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
# "toolchange_macro": '',
# "toolchange_macro_enable": False
"tools_al_travelz": self.app.options["tools_al_travelz"],
"tools_al_travel_z": self.app.options["tools_al_travel_z"],
"tools_al_probe_depth": self.app.options["tools_al_probe_depth"],
"tools_al_probe_fr": self.app.options["tools_al_probe_fr"],
"tools_al_controller": self.app.options["tools_al_controller"],