Cura/Commands/TransferVertCommand.py
2014-11-18 10:52:49 +01:00

8 lines
234 B
Python

from Cura.Backend.Command import Command
class TransferVertCommand(Command):
def __init__(self):
super(TransferVertCommand,self).__init__()
def send(self):
self._socket.sendData(self._id, self._data)