- renamed the Extract Drills Tool to Extract Tool and enhanced the tool to extract a Soldermask Gerber from a given Gerber object

- updated the language strings files
This commit is contained in:
Marius Stanciu
2020-11-10 04:14:29 +02:00
committed by Marius Stanciu
parent 4d4735fff2
commit a8f0f37f1b
28 changed files with 13383 additions and 12403 deletions

View File

@@ -699,19 +699,20 @@ class FlatCAMDefaults:
"tools_cal_sec_point": 'tl',
# Drills Extraction Tool
"tools_edrills_hole_type": 'fixed',
"tools_edrills_hole_fixed_dia": 0.5,
"tools_edrills_hole_prop_factor": 80.0,
"tools_edrills_circular_ring": 0.2,
"tools_edrills_oblong_ring": 0.2,
"tools_edrills_square_ring": 0.2,
"tools_edrills_rectangular_ring": 0.2,
"tools_edrills_others_ring": 0.2,
"tools_edrills_circular": True,
"tools_edrills_oblong": False,
"tools_edrills_square": False,
"tools_edrills_rectangular": False,
"tools_edrills_others": False,
"tools_extract_hole_type": 'fixed',
"tools_extract_hole_fixed_dia": 0.5,
"tools_extract_hole_prop_factor": 80.0,
"tools_extract_circular_ring": 0.2,
"tools_extract_oblong_ring": 0.2,
"tools_extract_square_ring": 0.2,
"tools_extract_rectangular_ring": 0.2,
"tools_extract_others_ring": 0.2,
"tools_extract_circular": True,
"tools_extract_oblong": False,
"tools_extract_square": False,
"tools_extract_rectangular": False,
"tools_extract_others": False,
"tools_extract_sm_clearance": 0.1,
# Punch Gerber Tool
"tools_punch_hole_type": 'exc',