- Convert Any to Excellon. Finished Gerber object conversion to Excellon. Flash's are converted to drills. Traces in the form of a linear LineString (no changes in direction) are converted to slots.

This commit is contained in:
Marius Stanciu
2020-07-06 00:20:20 +03:00
committed by Marius
parent 0c957a3365
commit cb69216f92
3 changed files with 91 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ class Excellon(Geometry):
================ ====================================
tooldia Diameter of the tool
drills List that store the Shapely Points for drill points
slots List that store the Shapely Points for slots. Each is a tuple: (start_point, stop_point
slots List that store the Shapely Points for slots. Each is a tuple: (start_point, stop_point)
data dictionary which holds the options for each tool
solid_geometry Geometry list for each tool
================ ====================================