- fixed the Repeated code parsing in Excellon Parse

This commit is contained in:
Marius Stanciu
2020-04-04 18:02:40 +03:00
committed by Marius
parent 280eb1dc3a
commit 376c8058d9
2 changed files with 72 additions and 58 deletions

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
4.04.2020
- fixed the Repeated code parsing in Excellon Parse
1.04.2020
- updated the SVG parser to take into consideration the 'Close' svg element and paths that are made from a single line (we may need to switch to svgpathtools module)