From: nickthetait Date: Mon, 6 Jul 2015 20:26:54 +0000 (-0600) Subject: Improve clarity of one-at-a-time mode. Part of #128 X-Git-Tag: lulzbot-15.02.1-2.01~63 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=75e3ff642e7a0ffb0c6b30dadc12c561d5736e9a;p=cura.git Improve clarity of one-at-a-time mode. Part of #128 --- diff --git a/Cura/util/objectScene.py b/Cura/util/objectScene.py index d29ded10..da590a30 100644 --- a/Cura/util/objectScene.py +++ b/Cura/util/objectScene.py @@ -178,13 +178,9 @@ class Scene(object): self._oneAtATime = False if self._lastResultOneAtATime: if self._sceneView: - self._sceneView.notification.message("Info: Print one at a time mode disabled. Object too tall.") + self._sceneView.notification.message("Object must be shorter than {}mm for this printer/toolhead. Reduce object size or swap to \"All at once\" mode. ".format(self._gantryHeight)) break - if self._lastOneAtATime and self._oneAtATime and not self._lastResultOneAtATime: - if self._sceneView: - self._sceneView.notification.message("Info: Print one at a time mode re-enabled.") - self._lastResultOneAtATime = self._oneAtATime self._lastOneAtATime = printOneAtATime