mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:06:13 +08:00
Use "PLUGIN" as default appender_type
This commit is contained in:
parent
4c82098745
commit
4f2b038a59
@ -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…
x
Reference in New Issue
Block a user