mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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 |