- in Autolevelling Tool, when adding manual probe points, added an option that prevent adding a probe point within a drill hole of an Excellon object that is plotted on canvas

This commit is contained in:
Marius Stanciu
2023-01-18 01:32:28 +02:00
parent f42f05d93e
commit c85d04bc0a
3 changed files with 34 additions and 3 deletions

View File

@@ -503,6 +503,8 @@ class AppDefaults:
"tools_mill_search_time": 3,
# Autolevelling Plugin
"tools_al_plot_points": False,
"tools_al_avoid_exc_holes": False,
"tools_al_status": False,
"tools_al_mode": 'grid',
"tools_al_method": 'v',