mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 19:26:34 +08:00
Fixed typo
This commit is contained in:
parent
d7704a1ae5
commit
18497329db
@ -236,7 +236,7 @@ class PrinterConnection(OutputDevice, QObject, SignalEmitter):
|
|||||||
self._poll_endstop = True
|
self._poll_endstop = True
|
||||||
self._end_stop_thread.start()
|
self._end_stop_thread.start()
|
||||||
|
|
||||||
@pyqtSLot()
|
@pyqtSlot()
|
||||||
def stopPollEndstop(self):
|
def stopPollEndstop(self):
|
||||||
self._poll_endstop = False
|
self._poll_endstop = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user