- in Milling Plugin working on milling Excellon holes by painting them from the center

- removed display of some of the logs in Tcl Shell (when in Verbose mode) when parsing the Gerber files
This commit is contained in:
Marius Stanciu
2021-12-23 05:07:49 +02:00
committed by Marius
parent 0e4eb2631e
commit da154a865c
6 changed files with 269 additions and 60 deletions

View File

@@ -63,16 +63,16 @@ class AppObject(QtCore.QObject):
This method is thread-safe.
Notes:
* If the name is in use, the self.collection will modify it
when appending it to the collection. There is no need to handle
If the name is in use, the self.collection will modify it when appending it to the collection.
There is no need to handle
name conflicts here.
:param kind: The kind of object to create. One of 'gerber', 'excellon', 'cncjob' and 'geometry'.
:param kind: The kind of object to create. One of 'gerber', 'excellon', 'cncjob' and 'geometry'
:type kind: str
:param name: Name for the object.
:param name: Name for the object
:type name: str
:param initialize: Function to run after creation of the object but before it is attached to the
application.
application
The function is called with 2 parameters: the new object and the App instance.
:type initialize: function
:param plot: If to plot the resulting object