- fixed bug in Gerber editor - on multiple edits on the same object, the aperture size and dims were continuously multiplied due of the file units not being updated

This commit is contained in:
Marius Stanciu
2019-06-15 20:22:17 +03:00
parent 1b0cf14ef7
commit f5cc8d773f
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
15.06.2019
- fixed bug in Gerber parser that made the Gerber files generated by Altium Designer 18 not to be loaded
- fixed bug in Gerber editor - on multiple edits on the same object, the aperture size and dims were continuously multiplied due of the file units not being updated
11.06.2019