mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
8 lines
No EOL
214 B
Python
8 lines
No EOL
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 |