mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
USBPrinting: Removing superfluous empty lines
Contributes to CURA-1809
This commit is contained in:
parent
87ac3cf792
commit
f8a5ee8c9b
@ -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…
x
Reference in New Issue
Block a user