chiark / gitweb /
Enhance SD card message.
authordaid303 <daid303@gmail.com>
Thu, 28 Mar 2013 22:47:23 +0000 (23:47 +0100)
committerdaid303 <daid303@gmail.com>
Thu, 28 Mar 2013 22:47:23 +0000 (23:47 +0100)
Cura/gui/sliceProgressPanel.py

index 2ef571463b7d714d2eb9fb9ae29956e792ce1182..9b4eb7554257d255ac760dc046acd171abb1d2f7 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)