mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Add gcode prefix message handling. Fix gcode flavor issue.
This commit is contained in:
parent
40d34564c1
commit
de03470dbc
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class PrinterConnection(SignalEmitter):
|
|||
programmer.connect(self._serial_port) #Connect with the serial, if this succeeds, it's an arduino based usb device.
|
||||
self._serial = programmer.leaveISP()
|
||||
except ispBase.IspError as e:
|
||||
Logger.log('i', "Could not establish connect ion on %s: %s. Device is not arduino based." %(self._serial_port,str(e)))
|
||||
Logger.log('i', "Could not establish connection on %s: %s. Device is not arduino based." %(self._serial_port,str(e)))
|
||||
except:
|
||||
Logger.log('i', "Could not establish connection on %s, unknown reasons. Device is not arduino based." % self._serial_port)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue