mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added g-code reader stub
This commit is contained in:
parent
770264e16e
commit
3d292cf328
2 changed files with 33 additions and 0 deletions
8
plugins/GCodeReader/GCodeReader.py
Normal file
8
plugins/GCodeReader/GCodeReader.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue