- fixed a bug in editing a blank Gerber object

- added handlers for the Gerber Editor context menu
This commit is contained in:
Marius Stanciu
2019-04-12 12:58:10 +03:00
committed by Marius
parent 2297f99502
commit f1b034e50c
4 changed files with 24 additions and 10 deletions

View File

@@ -12,7 +12,9 @@ CAD program, and create G-Code for Isolation routing.
12.04.2019
- Gerber Editor: added support for Oblong type of aperture
- fixed an issue with automatically filled in aperture size when the edited Gerber file has no apertures; established an default with value 10 (according to Gerber specifications)
- fixed an issue with automatically filled in aperture code when the edited Gerber file has no apertures; established an default with value 10 (according to Gerber specifications)
- fixed a bug in editing a blank Gerber object
- added handlers for the Gerber Editor context menu
11.04.2019