- fixed Excellon parser to detect correctly the units and zeros for Excellon's generated by Eagle 9.3.0

- modified the initial size of the canvas on startup
- modified the build file (make_win.py) to solve the issue with suddenly not accepting the version as Beta
This commit is contained in:
Marius Stanciu
2019-02-16 14:43:26 +02:00
committed by Marius S
parent b6d36bb86d
commit 71d8b2df36
4 changed files with 217 additions and 215 deletions

View File

@@ -20,6 +20,9 @@ CAD program, and create G-Code for Isolation routing.
- fixed DblSided Tool crash when trying to create Alignment Drills object without a Tool diameter specified
- fixed DblSided Tool issue when entering Tool diameter values with comma decimal separator instead of decimal dot separator
- fixed Cutout Tool Freeform to generate cutouts with options: LR, TB. 2LR, 2TB which didn't worked previously
- fixed Excellon parser to detect correctly the units and zeros for Excellon's generated by Eagle 9.3.0
- modified the initial size of the canvas on startup
- modified the build file (make_win.py) to solve the issue with suddenly not accepting the version as Beta
15.02.2019