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
136755758e
commit
113129eaca
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
if self._last_response_time and not self._connection_state_before_timeout:
|
||||
if time() - self._last_response_time > self._response_timeout_time:
|
||||
# Go into timeout state.
|
||||
Logger.log("d", "We did not recieve a response for %s seconds, so it seems the printer is no longer accesible.", time() - self._last_response_time)
|
||||
Logger.log("d", "We did not receive a response for %s seconds, so it seems the printer is no longer accesible.", time() - self._last_response_time)
|
||||
self._connection_state_before_timeout = self._connection_state
|
||||
self.setConnectionState(ConnectionState.error)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue