mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Merge branch 'master' into fieldOfView-feature_firmware_updater
Conflicts: cura/PrinterOutput/PrinterOutputModel.py - Bunch of code that was moved. plugins/USBPrinting/USBPrinterOutputDevice.py - Collisions with code style fixes. plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml - Bunch of code that was moved.
This commit is contained in:
commit
b5d8c1af6f
27 changed files with 253 additions and 94 deletions
|
@ -175,7 +175,7 @@ class PrinterOutputModel(QObject):
|
|||
def getController(self) -> "PrinterOutputController":
|
||||
return self._controller
|
||||
|
||||
@pyqtProperty(str, notify=nameChanged)
|
||||
@pyqtProperty(str, notify = nameChanged)
|
||||
def name(self) -> str:
|
||||
return self._name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue