mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Comments
Contributes to CL-1331
This commit is contained in:
parent
f7ef24819d
commit
d391ec4e6b
@ -68,6 +68,7 @@ class Machines(QObject):
|
||||
## Set the current machine's configuration from an (optional) output device.
|
||||
# If no output device is given, the first one available on the machine will be used.
|
||||
# NOTE: Group and machine are used interchangeably.
|
||||
# NOTE: This doesn't seem to be used anywhere. Maybe delete?
|
||||
@pyqtSlot(QObject)
|
||||
def updateCurrentMachineConfiguration(self, output_device: Optional["PrinterOutputDevice"]) -> None:
|
||||
|
||||
|
@ -113,6 +113,7 @@ class DiscoverUM3Action(MachineAction):
|
||||
if self._network_plugin:
|
||||
self._network_plugin.refreshConnections()
|
||||
|
||||
# TODO: Improve naming
|
||||
# TODO: CHANGE TO HOSTNAME
|
||||
@pyqtSlot(result = str)
|
||||
def getLastManualEntryKey(self) -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user