It is now possible to generate the PCB file

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-02-01 09:29:47 +01:00
parent 8ad4ab90a8
commit fcf1e63160
8 changed files with 510 additions and 112 deletions

View file

@ -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