mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Stop sending empty commands as this confuses the communication with e.g. Smoothieware. See PR #3346 and bug #1777
This commit is contained in:
parent
c393167878
commit
d62dbe5187
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
command = (command + "\n").encode()
|
||||
if not command.endswith(b"\n"):
|
||||
command += b"\n"
|
||||
self._serial.write(b"\n")
|
||||
self._serial.write(command)
|
||||
|
||||
def _update(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue