mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Fixed typo
This commit is contained in:
parent
d7704a1ae5
commit
18497329db
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue