chiark / gitweb /
Update new version dialog a bit. 14.03
authordaid <daid303@gmail.com>
Fri, 14 Mar 2014 10:16:27 +0000 (11:16 +0100)
committerdaid <daid303@gmail.com>
Fri, 14 Mar 2014 10:16:27 +0000 (11:16 +0100)
Cura/gui/newVersionDialog.py
package.sh

index d6070cb8a029649675ab1b9c82371d9f3d4b4427..40046d65365fdd25d9244db214d7ca9c8fce5e43 100644 (file)
@@ -29,8 +29,8 @@ class newVersionDialog(wx.Dialog):
                s.Add(wx.StaticText(p, -1, '* Improved the LayerView rendering speed.'))
                s.Add(wx.StaticText(p, -1, '* Made the LayerView update during slicing, so you can see the result before it is ready.'))
                s.Add(wx.StaticText(p, -1, '* New USB printing dialog, smaller, cleaner.'))
-               s.Add(wx.StaticText(p, -1, '* Selectable USB printing dialogs, from plugins.'))
-               s.Add(wx.StaticText(p, -1, '* Selection between new grid or old line based support material.'))
+               s.Add(wx.StaticText(p, -1, '* Selectable USB printing dialogs, from plugins, with default PronterfaceUI.'))
+               s.Add(wx.StaticText(p, -1, '* Selection between new grid or line based support material.'))
                s.Add(wx.StaticText(p, -1, '* Profile settings are now stored per machine instead of global for all machines.'))
                s.Add(wx.StaticText(p, -1, '* Added TweakAtZ 3.1 plugin per default. Thanks to Steve Morlock, Ricardo Gomez and Stefan Heule.'))
                s.Add(wx.StaticText(p, -1, '* Added separate speeds for outer and inner shells.'))
@@ -38,6 +38,7 @@ class newVersionDialog(wx.Dialog):
                s.Add(wx.StaticText(p, -1, '* Removed need for temp files, which speeds up Cura on slower harddisks.'))
                s.Add(wx.StaticText(p, -1, '* Added expert setting to configure support material angle.'))
                s.Add(wx.StaticText(p, -1, '* Allow round printer beds for Deltabots.'))
+               s.Add(wx.StaticText(p, -1, '* Various small bugfixes improving print quality.'))
 
                self.hasUltimaker = None
                self.hasUltimaker2 = None
index fa58f2fc14257e0499d2845efd8276f7f84bfe0f..fcb25cbd4a4856974982d080fc1cc4edea9bea8b 100755 (executable)
@@ -17,7 +17,7 @@ BUILD_TARGET=${1:-none}
 ##Do we need to create the final archive
 ARCHIVE_FOR_DISTRIBUTION=1
 ##Which version name are we appending to the final archive
-export BUILD_NAME=14.03-RC7
+export BUILD_NAME=14.03
 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
 
 ##Which versions of external programs to use