Cura/Commands/TransferVertCommand.py
2014-11-18 11:35:07 +01:00

8 lines
No EOL
249 B
Python

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