- in Markers Plugin replaced the Margin parameters with the Offset parameters that now can be referenced either to the edge of the bounding box (effectively replacing the old Margin parameter) or to the center of the bounding box
- Distance Plugin Ui was upgraded - updated the language strings
This commit is contained in:
@@ -639,8 +639,9 @@ class FlatCAMDefaults:
|
||||
# Markers Tool
|
||||
"tools_markers_thickness": 0.1,
|
||||
"tools_markers_length": 3.0,
|
||||
"tools_markers_marginx": 0.0,
|
||||
"tools_markers_marginy": 0.0,
|
||||
"tools_markers_reference": "e", # from edge
|
||||
"tools_markers_offset_x": 0.0,
|
||||
"tools_markers_offset_y": 0.0,
|
||||
"tools_markers_type": 's',
|
||||
"tools_markers_drill_dia": 0.5,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user