- fixed bug in Gerber parser: it tried to calculate a len() for a single element and not a list - a Gerber generated by Eagle exhibited this

This commit is contained in:
Marius Stanciu
2020-02-25 21:22:51 +02:00
committed by Marius
parent b6663ddd43
commit 522b98fef3
2 changed files with 83 additions and 14 deletions

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
25.02.2020
- fixed bug in Gerber parser: it tried to calculate a len() for a single element and not a list - a Gerber generated by Eagle exhibited this
20.02.2020
- in Paint Tool replaced the Selection radio with a combobox GUI element that is more compact