- added (and commented) an experimental FlatCAMObj.FlatCAMGerber.plot_apertures()

This commit is contained in:
Marius Stanciu
2019-02-14 00:09:48 +02:00
committed by Marius S
parent 15b533f25e
commit e091fd232d
2 changed files with 68 additions and 1 deletions

View File

@@ -17,8 +17,9 @@ CAD program, and create G-Code for Isolation routing.
- changed the layout in the Selected Tab UI
- started to add apertures table support
- finished Gerber aperture table display
- made the Gerber aperture table not visibile as default and added a checkbox that can toggle the visibility
- made the Gerber aperture table not visible as default and added a checkbox that can toggle the visibility
- fixed issue with plotting in CNCJob; with Plot kind set to something else than 'all' when toggling Plot, it was defaulting to kind = 'all'
- added (and commented) an experimental FlatCAMObj.FlatCAMGerber.plot_apertures()
12.02.2019