chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4193dff
)
Remove debug message.
author
daid303
<daid303@gmail.com>
Thu, 23 May 2013 09:10:05 +0000
(11:10 +0200)
committer
daid303
<daid303@gmail.com>
Thu, 23 May 2013 09:10:05 +0000
(11:10 +0200)
Cura/util/objectScene.py
patch
|
blob
|
history
diff --git
a/Cura/util/objectScene.py
b/Cura/util/objectScene.py
index 54704eb10d7d1b64ee2968540f84c89e2b8a8433..b06a721b732add01316772d6f72194cb4e4b1cd6 100644
(file)
--- a/
Cura/util/objectScene.py
+++ b/
Cura/util/objectScene.py
@@
-166,10
+166,6
@@
class Scene(object):
def printOrder(self):
order = _objectOrderFinder(self, self._headOffsets + self._sizeOffsets, self._leftToRight, self._frontToBack, self._gantryHeight).order
- if order is None:
- print "ODD! Cannot find out proper printing order!!!"
- for obj in self._objectList:
- print obj.getPosition(), obj.getSize()
return order
def _pushFree(self):