chiark / gitweb /
Merge branch 'master' into SteamEngine
[cura.git] / Cura / gui / sliceProgressPanel.py
index fbcee355516b7c1cecdc61dad37d84cac2d0f49b..c53371fe612a9f246768ccd2ba365da38c2fd546 100644 (file)
@@ -80,7 +80,7 @@ class sliceProgressPanel(wx.Panel):
                try:
                        shutil.copy(exportFilename, os.path.join(profile.getPreference('sdpath'), filename))
                except:
-                       self.GetParent().preview3d.ShowWarningPopup("Failed to copy file to SD card.")
+                       self.GetParent().preview3d.ShowWarningPopup("Failed to copy file to SD card, card out of space or locked?")
                        return
                self.GetParent().preview3d.ShowWarningPopup("Copy finished, safely remove SD card?", self.OnSafeRemove)