mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Changes to CuraEngineBackend plugin. The plugin does not work correctly, will visit later
This commit is contained in:
parent
2edd4da861
commit
ad33effbbe
4 changed files with 28 additions and 12 deletions
8
Commands/TransferVerticeListCommand.py
Normal file
8
Commands/TransferVerticeListCommand.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue