mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
5 lines
125 B
Python
5 lines
125 B
Python
from UM.Mesh.MeshWriter import MeshWriter
|
|
|
|
class GCodeWriter(MeshWriter):
|
|
def __init__(self):
|
|
super().__init__()
|