Added transferMeshCommand

This commit is contained in:
Jaime van Kessel 2014-11-17 16:56:25 +01:00
parent 71bbe1ef7e
commit f8dd19460b
2 changed files with 9 additions and 1 deletions

6
TransferMeshCommand.py Normal file
View file

@ -0,0 +1,6 @@
from Cura.Backend.Command import Command
class TransferMeshCommand(Command):
def __init__(self):
super(TransferMeshCommand,self).__init__()