Cura/plugins/GCodeReader/GCodeReader.py
2015-09-23 14:27:50 +02:00

8 lines
214 B
Python

# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from UM.Mesh.MeshReader import MeshReader
class GCodeReader(MeshReader):
def read(self, file_name):
pass