- changed the layout in the Selected Tab UI

- started to add apertures table support
- finished Gerber aperture table display
This commit is contained in:
Marius Stanciu
2019-02-13 17:26:21 +02:00
committed by Marius
parent 899e8b433d
commit f3b1b45968
4 changed files with 222 additions and 32 deletions

View File

@@ -1845,7 +1845,7 @@ class Gerber (Geometry):
+-----------+-----------------------------------+
* ``aperture_macros`` (dictionary): Are predefined geometrical structures
that can be instanciated with different parameters in an aperture
that can be instantiated with different parameters in an aperture
definition. See ``apertures`` above. The key is the name of the macro,
and the macro itself, the value, is a ``Aperture_Macro`` object.