- updated the Excellon plot function so it can plot the Excellon's from old projects

- removed the message boxes that popup on Excellon Export errors and replaced them with status bar messages
This commit is contained in:
Marius Stanciu
2019-02-16 01:52:20 +02:00
committed by Marius S
parent 681f1ef1eb
commit 679b33fa72
3 changed files with 29 additions and 36 deletions

View File

@@ -17,6 +17,8 @@ CAD program, and create G-Code for Isolation routing.
- remade the Excellon export function to work with parameters entered in Edit -> Preferences -> Excellon Export
- added a new entry in the Project Context Menu named 'Save'. It will actually work for Geometry and it will do Export DXF and for Excellon and it will do Export Excellon
- reworked the offer to save a project so it is done only if there are objects in the project but those objects are new and/or are modified since last project load (if an old project was loaded.)
- updated the Excellon plot function so it can plot the Excellon's from old projects
- removed the message boxes that popup on Excellon Export errors and replaced them with status bar messages
14.02.2019