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.'))
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
##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