Resolve issue 144

Added a test for the new mechanism
Added a gerber test file
This commit is contained in:
phdussud
2015-06-26 13:42:55 -07:00
parent 2a411cef14
commit 0bf21458c6
4 changed files with 6417 additions and 3 deletions

View File

@@ -265,6 +265,7 @@ class App(QtCore.QObject):
"point_clipboard_format": "(%.4f, %.4f)",
"zdownrate": None,
"excellon_zeros": "L",
"gerber_use_buffer_for_union": True,
"cncjob_coordinate_format": "X%.4fY%.4f"
})
@@ -1807,6 +1808,7 @@ class App(QtCore.QObject):
routes = {
"zdownrate": CNCjob,
"excellon_zeros": Excellon,
"gerber_use_buffer_for_union": Gerber,
"cncjob_coordinate_format": CNCjob
}