GCode-Generator/hardware.py
2025-01-13 16:53:46 +01:00

11 lines
No EOL
215 B
Python

from GCode_Interpreterdc import GCodeToMotors
class Hardware:
def __init__(self):
pass
def probe(self, gtm: GCodeToMotors):
return
def realize(self, gtm: GCodeToMotors):
return