Cura/Commands/TransferVerticeListCommand.py
2014-12-15 10:44:23 +01:00

8 lines
287 B
Python

from UM.Backend.Command import Command
class TransferVerticeListCommand(Command):
def __init__(self):
super(TransferVertCommand,self).__init__()
def send(self, vertices):
self._socet.sendCommandPacked(0x00200002, vertices.toString()) # Send vertex list