GCode-Generator/hardware.py

11 lines
215 B
Python
Raw Normal View History

2025-01-13 16:53:46 +01:00
from GCode_Interpreterdc import GCodeToMotors
class Hardware:
def __init__(self):
pass
def probe(self, gtm: GCodeToMotors):
return
def realize(self, gtm: GCodeToMotors):
return