chiark / gitweb /
Update new version dialog.
authordaid <daid303@gmail.com>
Mon, 26 Jan 2015 09:56:32 +0000 (10:56 +0100)
committerdaid <daid303@gmail.com>
Mon, 26 Jan 2015 09:56:32 +0000 (10:56 +0100)
Cura/gui/configWizard.py
Cura/gui/newVersionDialog.py

index f7800911850f5534faae10a4530af41793c82fd8..62f309b8ab9b0c2a07913e4a56734cb5e267ac66 100644 (file)
@@ -486,7 +486,7 @@ class MachineSelectPage(InfoPage):
                        if self.Ultimaker2ExtRadio.GetValue():
                                profile.putMachineSetting('machine_width', '230')
                                profile.putMachineSetting('machine_depth', '225')
-                               profile.putMachineSetting('machine_height', '305')
+                               profile.putMachineSetting('machine_height', '315')
                                profile.putMachineSetting('machine_name', 'ultimaker2extended')
                                profile.putMachineSetting('machine_type', 'ultimaker2extended')
                                profile.putMachineSetting('has_heated_bed', 'False')
index 5e81d7ad94874fa4c20801bcd1d6b58d994b0c24..4f65cf7fd2c6022382d1cb0effb4563a8dcd125d 100644 (file)
@@ -26,24 +26,20 @@ class newVersionDialog(wx.Dialog):
                s.Add(wx.StaticText(p, -1, '(This dialog is only shown once)'))
                s.Add(wx.StaticLine(p), flag=wx.EXPAND|wx.TOP|wx.BOTTOM, border=10)
                s.Add(wx.StaticText(p, -1, 'New in this version:'))
-               s.Add(wx.StaticText(p, -1, '* Fixed a problem which was introduced in 14.09.\n    There are extreme amounts of head movements generated.'))
-               s.Add(wx.StaticText(p, -1, '* Speed up GCode generation for large models by as much as 40%'))
-               s.Add(wx.StaticText(p, -1, '* Fixed problems with placement of multiple objects on the build platform'))
-               s.Add(wx.StaticText(p, -1, '* Prevent installing firmware for Ultimaker Original+ on an Ultimaker Original'))
-               s.Add(wx.StaticText(p, -1, '* Fixed generating big GCode files (more then 200MB) on Windows'))
-               s.Add(wx.StaticText(p, -1, '* French translation updates (Thanks to Jeremie Francois)'))
-               s.Add(wx.StaticText(p, -1, '* Fixed a problem where "everywhere" support did not work when german was used as language.'))
-               s.Add(wx.StaticText(p, -1, '* Changed the handling of the heated bed, now always heats\n    the bed first instead of bed and nozzle at the same time.\n    This to prevent the nozzle from leaking empty.'))
-               s.Add(wx.StaticText(p, -1, '* Fixed the "uninstall old Cura versions" option in the windows installer.'))
-               s.Add(wx.StaticText(p, -1, '* Improved the search for old installations, so old settings are copied over.'))
-               s.Add(wx.StaticText(p, -1, '* Fixed a bug where double clicking a file on windows did not load the file in Cura.'))
-               s.Add(wx.StaticText(p, -1, '* Made sure the firmware versions for Ultimaker printers always match the Cura release number.'))
-               s.Add(wx.StaticText(p, -1, '* Added a quick access button for expert settings of a certain setting.'))
-               s.Add(wx.StaticText(p, -1, '* Added some more raft settings to dial in the raft better.'))
-               s.Add(wx.StaticText(p, -1, '* Fixed the tooltip of support material. Now it actually explains the angles properly.'))
-               s.Add(wx.StaticText(p, -1, '* Fixed a bug which caused the USB printing window to stop working (Thanks to SpaxGuy)'))
-               s.Add(wx.StaticText(p, -1, '* Fix a bug where Cura would stop generating GCode'))
-               s.Add(wx.StaticText(p, -1, '* Added latest offerings of Printrbot'))
+               s.Add(wx.StaticText(p, -1, '* Improved handling of large 3D models'))
+               s.Add(wx.StaticText(p, -1, '* Added top/bottom speed setting'))
+               s.Add(wx.StaticText(p, -1, '* Improved quickprint profiles (thanks to Paul Candler)'))
+               s.Add(wx.StaticText(p, -1, '* Added single layer view (thanks to pmsimard)'))
+               s.Add(wx.StaticText(p, -1, '* Added option to replicate local folder structure to SD card (thanks to pmsimard'))
+               s.Add(wx.StaticText(p, -1, '* Added UM2go support'))
+               s.Add(wx.StaticText(p, -1, '* Added UM2extended support'))
+               s.Add(wx.StaticText(p, -1, '* Improved UM2 platform rendering, to show where the actual bed clips are located'))
+               s.Add(wx.StaticText(p, -1, '* Fixed problems with PauseAtHeight plugin (thanks to pmsimard)'))
+               s.Add(wx.StaticText(p, -1, '* Finally fixed the filament and print time tags in the gcode'))
+               s.Add(wx.StaticText(p, -1, '* Fixed plugins with UltiGCode'))
+               s.Add(wx.StaticText(p, -1, '* New TweakAtZ 4.0 from Dim3nsioneer'))
+               s.Add(wx.StaticText(p, -1, '* Improved support for Mach3 and LinuxCNC based printers'))
+               s.Add(wx.StaticText(p, -1, '* Added flow in cubic mm on each of the speed settings tooltips'))
 
                self.hasUltimaker = None
                self.hasUltimaker2 = None
@@ -62,11 +58,10 @@ class newVersionDialog(wx.Dialog):
                if self.hasUltimaker2 is not None:
                        s.Add(wx.StaticLine(p), flag=wx.EXPAND|wx.TOP|wx.BOTTOM, border=10)
                        s.Add(wx.StaticText(p, -1, 'New firmware for your Ultimaker2:'))
-                       s.Add(wx.StaticText(p, -1, '* Detect when the endstops are not working properly.\n    Which prevents the bed from damaging the nozzle.'))
-                       s.Add(wx.StaticText(p, -1, '* Added the ability to import/export material profiles to the SD card.'))
-                       s.Add(wx.StaticText(p, -1, '* Improved hotend temperature stability.'))
-                       s.Add(wx.StaticText(p, -1, '* Added UPET material profile.'))
-                       s.Add(wx.StaticText(p, -1, '* Minor improvements to the time estimate code.'))
+                       s.Add(wx.StaticText(p, -1, '* Added option to change filament when pausing during a print.'))
+                       s.Add(wx.StaticText(p, -1, '* Prevent temperature display jitter (thanks to TinkerGnome)'))
+                       s.Add(wx.StaticText(p, -1, '* Fixed problems with filenames containing an umlaut.'))
+                       s.Add(wx.StaticText(p, -1, '* Improved pause handling (thanks to ThinkerGnome)'))
                        button = wx.Button(p, -1, 'Install now')
                        self.Bind(wx.EVT_BUTTON, self.OnUltimaker2Firmware, button)
                        s.Add(button, flag=wx.TOP, border=5)