- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user