mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Send over plugin name and version
Might be needed during the handshake between engine and plugin Contributes to CURA-10619
This commit is contained in:
parent
0667230055
commit
f634a5bd44
3 changed files with 8 additions and 3 deletions
|
@ -6,9 +6,10 @@ from typing import Optional, List
|
|||
from UM.Logger import Logger
|
||||
from UM.Message import Message
|
||||
from UM.Settings.AdditionalSettingDefinitionAppender import AdditionalSettingDefinitionsAppender
|
||||
from UM.PluginObject import PluginObject
|
||||
|
||||
|
||||
class BackendPlugin(AdditionalSettingDefinitionsAppender):
|
||||
class BackendPlugin(AdditionalSettingDefinitionsAppender, PluginObject):
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
self.__port: int = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue