From: Steven Abadie Date: Fri, 26 Sep 2014 04:31:42 +0000 (-0600) Subject: Changed 'Print with USB' to 'Print/Control' as the Pronterface UI will be required... X-Git-Tag: 14.09-1.18~126 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f356bd5ddba51866a3e67e302ea5eb78a25fa325;p=cura.git Changed 'Print with USB' to 'Print/Control' as the Pronterface UI will be required to load filament for the Mini. --- diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index 1f5d1c56..436b9b19 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -911,7 +911,8 @@ class SceneView(openglGui.glGuiPanel): self.printButton._tooltip = _("Toolpath to SD") elif connectionGroup is not None: self.printButton._imageID = connectionGroup.getIconID() - self.printButton._tooltip = _("Print with %s") % (connectionGroup.getName()) + #self.printButton._tooltip = _("Print with %s") % (connectionGroup.getName()) + self.printButton._tooltip = _("Print/Control") else: self.printButton._imageID = 3 self.printButton._tooltip = _("Save toolpath")