- changed the Excellon defaults for zeros suppression to TZ (assumed that most Excellon without units in header will come out of older Eagle) and the Excellon export default is now with coordinates in decimal

This commit is contained in:
Marius Stanciu
2020-06-07 17:06:23 +03:00
committed by Marius
parent a4179d58a4
commit 5ce7011123
3 changed files with 36 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ class FlatCAMDefaults:
"excellon_format_lower_in": 4,
"excellon_format_upper_mm": 3,
"excellon_format_lower_mm": 3,
"excellon_zeros": "L",
"excellon_zeros": "T",
"excellon_units": "INCH",
"excellon_update": True,
@@ -282,7 +282,7 @@ class FlatCAMDefaults:
# Excellon Export
"excellon_exp_units": 'INCH',
"excellon_exp_format": 'ndec',
"excellon_exp_format": 'dec',
"excellon_exp_integer": 2,
"excellon_exp_decimals": 4,
"excellon_exp_zeros": 'LZ',