From 2b836b4661600ae9304f491aca8ce6a2c42024f3 Mon Sep 17 00:00:00 2001 From: daid Date: Thu, 4 Dec 2014 07:47:33 +0100 Subject: [PATCH] Update the release notes. --- Cura/gui/newVersionDialog.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cura/gui/newVersionDialog.py b/Cura/gui/newVersionDialog.py index dc233420..5e81d7ad 100644 --- a/Cura/gui/newVersionDialog.py +++ b/Cura/gui/newVersionDialog.py @@ -62,9 +62,11 @@ 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 Z endstop is not working properly.\n Which prevents the bed from damaging the nozzle.')) + 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.')) button = wx.Button(p, -1, 'Install now') self.Bind(wx.EVT_BUTTON, self.OnUltimaker2Firmware, button) s.Add(button, flag=wx.TOP, border=5) -- 2.30.2