Refactoring of USBPrinting plugin

This commit is contained in:
Jaime van Kessel 2015-03-31 09:41:58 +02:00
parent e9dacf14f7
commit a669342fab

View File

@ -1,5 +1,6 @@
from UM.Mesh.MeshWriter import MeshWriter
from UM.Logger import Logger
import io
class GCodeWriter(MeshWriter):
def __init__(self):