mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
It is now possible to generate the PCB file
CURA-11561
This commit is contained in:
parent
8ad4ab90a8
commit
fcf1e63160
8 changed files with 510 additions and 112 deletions
|
@ -14,8 +14,9 @@ class SettingsExportGroup(QObject):
|
|||
Extruder = 1
|
||||
Model = 2
|
||||
|
||||
def __init__(self, name, category, settings, category_details = '', extruder_index = 0, extruder_color = ''):
|
||||
def __init__(self, stack, name, category, settings, category_details = '', extruder_index = 0, extruder_color = ''):
|
||||
super().__init__()
|
||||
self.stack = stack
|
||||
self._name = name
|
||||
self._settings = settings
|
||||
self._category = category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue