mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:26:01 +08:00
Remove comments
Contributes to CL-897
This commit is contained in:
parent
9a16d45be5
commit
1bd488dd6c
@ -15,8 +15,6 @@ class ConfigurationChangeModel(QObject):
|
|||||||
@pyqtProperty(int, constant = True)
|
@pyqtProperty(int, constant = True)
|
||||||
def index(self) -> int:
|
def index(self) -> int:
|
||||||
return self._index
|
return self._index
|
||||||
# "target_id": fields.String(required=True, description="Target material guid or hotend id"),
|
|
||||||
# "origin_id": fields.String(required=True, description="Original/current material guid or hotend id"),
|
|
||||||
|
|
||||||
@pyqtProperty(str, constant = True)
|
@pyqtProperty(str, constant = True)
|
||||||
def typeOfChange(self) -> str:
|
def typeOfChange(self) -> str:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user