mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Add the beginnings of a GCode writer plugin
This commit is contained in:
commit
207f1a8999
2 changed files with 29 additions and 0 deletions
5
GCodeWriter.py
Normal file
5
GCodeWriter.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from UM.Mesh.MeshWriter import MeshWriter
|
||||
|
||||
class GCodeWriter(MeshWriter):
|
||||
def __init__(self):
|
||||
super().__init__()
|
Loading…
Add table
Add a link
Reference in a new issue