From: Steven Abadie Date: Fri, 12 Dec 2014 04:09:30 +0000 (-0700) Subject: Revision 1.13 X-Git-Tag: 14.09-1.18~26 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=af36e002b637ff2e1c576bcfb0bd6b205e5a668c;p=cura.git Revision 1.13 --- diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index 509bf161..bd0f54ad 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -21,7 +21,7 @@ class aboutWindow(wx.Frame): title.SetFont(wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)) s.Add(title, flag=wx.ALIGN_CENTRE|wx.EXPAND|wx.BOTTOM, border=5) - s.Add(wx.StaticText(p, -1, 'Version 14.09-1.12')) + s.Add(wx.StaticText(p, -1, 'Version 14.09-1.13')) s.Add(wx.StaticText(p, -1, 'End solution for Open Source Fused Filament Fabrication 3D printing.'), flag=wx.TOP, border=5) s.Add(wx.StaticText(p, -1, 'Cura is currently developed and maintained by David Braam and Ultimaker.'), flag=wx.TOP, border=5) s.Add(wx.StaticText(p, -1, 'Cura LulzBot Edition has been modified and maintained by Aleph Objects, Inc.')) diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index d12d17ae..758db3ba 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -494,7 +494,6 @@ G90 ; absolute positioning put('platform_adhesion', 'Brim') put('filament_flow', '107') put('print_temperature', '245') - put('plugin_config', '') def updateProfileToControls(self): pass diff --git a/package.sh b/package.sh index 41183df5..e8d68aa1 100755 --- a/package.sh +++ b/package.sh @@ -22,7 +22,7 @@ export BUILD_NAME=14.09 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Revision -export REVISION=1.12 +export REVISION=1.13 ##Git commit GIT_HASH=$(git rev-parse --short=4 HEAD) diff --git a/scripts/linux/debian_amd64/DEBIAN/control b/scripts/linux/debian_amd64/DEBIAN/control index 16f7750a..77d474f5 100755 --- a/scripts/linux/debian_amd64/DEBIAN/control +++ b/scripts/linux/debian_amd64/DEBIAN/control @@ -1,6 +1,6 @@ Source: cura Package: cura -Version: 14.09-1.12 +Version: 14.09-1.13 Maintainer: Aleph Objects, Inc. Section: misc Priority: optional diff --git a/scripts/linux/debian_i386/DEBIAN/control b/scripts/linux/debian_i386/DEBIAN/control index 7bc2c57a..5af45d77 100755 --- a/scripts/linux/debian_i386/DEBIAN/control +++ b/scripts/linux/debian_i386/DEBIAN/control @@ -1,5 +1,5 @@ Package: cura -Version: 14.01-1.12 +Version: 14.01-1.13 Section: misc Priority: optional Architecture: i386