- renamed the Corner Markers Plugin in Markers Plugin

- added a new feature in Markers Plugin: now the Margin parameter can be set for both axis: X and Y or both
This commit is contained in:
Marius Stanciu
2021-10-09 22:45:09 +03:00
parent b49b2dd24e
commit 1c42efdcdf
10 changed files with 155 additions and 90 deletions

View File

@@ -636,12 +636,13 @@ class FlatCAMDefaults:
# Distance Tool
"tools_dist_snap_center": False,
# Corner Markers Tool
"tools_corners_thickness": 0.1,
"tools_corners_length": 3.0,
"tools_corners_margin": 0.0,
"tools_corners_type": 's',
"tools_corners_drill_dia": 0.5,
# Markers Tool
"tools_markers_thickness": 0.1,
"tools_markers_length": 3.0,
"tools_markers_marginx": 0.0,
"tools_markers_marginy": 0.0,
"tools_markers_type": 's',
"tools_markers_drill_dia": 0.5,
# ########################################################################################################
# ################################ TOOLS 2 ###############################################################