Remove Cura_pb2.py file since it is no longer needed

The new Arcus API uses the Cura.proto file instead.
This commit is contained in:
Arjen Hiemstra 2016-02-02 18:22:09 +01:00
parent 7c744044fd
commit 1e4631ecdd
3 changed files with 0 additions and 742 deletions

View file

@ -14,8 +14,6 @@ from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
from cura.OneAtATimeIterator import OneAtATimeIterator
from . import Cura_pb2
## Formatter class that handles token expansion in start/end gcod
class GcodeStartEndFormatter(Formatter):
def get_value(self, key, args, kwargs): # [CodeStyle: get_value is an overridden function from the Formatter class]