mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
8 lines
No EOL
289 B
Python
8 lines
No EOL
289 B
Python
from Cura.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 |