mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
More work on CuraEngineBackend (and backend in general)
This commit is contained in:
parent
f8dd19460b
commit
11ac8e85e8
4 changed files with 29 additions and 6 deletions
8
Commands/TransferVertCommand.py
Normal file
8
Commands/TransferVertCommand.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue