mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
USBPrinting: Removing superfluous empty lines
Contributes to CURA-1809
This commit is contained in:
parent
87ac3cf792
commit
f8a5ee8c9b
2 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ from PyQt5.QtCore import QUrl, pyqtSlot, pyqtSignal, pyqtProperty
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
catalog = i18nCatalog("cura")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
|
|
||||||
class USBPrinterOutputDevice(PrinterOutputDevice):
|
class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||||
|
|
||||||
def __init__(self, serial_port):
|
def __init__(self, serial_port):
|
||||||
|
|
|
@ -7,7 +7,6 @@ This is a python 3 conversion of the code created by David Braam for the Cura pr
|
||||||
import io
|
import io
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
|
|
||||||
|
|
||||||
def readHex(filename):
|
def readHex(filename):
|
||||||
"""
|
"""
|
||||||
Read an verify an intel hex file. Return the data as an list of bytes.
|
Read an verify an intel hex file. Return the data as an list of bytes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue