mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix typo
This commit is contained in:
parent
4813ff0bb7
commit
4078a23449
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||||
for address in self._manual_instances:
|
for address in self._manual_instances:
|
||||||
if address:
|
if address:
|
||||||
self.addManualDevice(address)
|
self.addManualDevice(address)
|
||||||
self.resetLastManu
|
self.resetLastManualDevice()
|
||||||
|
|
||||||
# TODO: CHANGE TO HOSTNAME
|
# TODO: CHANGE TO HOSTNAME
|
||||||
def refreshConnections(self):
|
def refreshConnections(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue