mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Use "PLUGIN" as default appender_type
This commit is contained in:
parent
4c82098745
commit
4f2b038a59
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class BackendPlugin(AdditionalSettingDefinitionsAppender):
|
||||||
self._process = None
|
self._process = None
|
||||||
self._is_running = False
|
self._is_running = False
|
||||||
self._supported_slots: List[int] = []
|
self._supported_slots: List[int] = []
|
||||||
self.appender_type = "PLUGIN"
|
|
||||||
|
|
||||||
def getSupportedSlots(self) -> List[int]:
|
def getSupportedSlots(self) -> List[int]:
|
||||||
return self._supported_slots
|
return self._supported_slots
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue