From: daid Date: Fri, 19 Sep 2014 09:44:21 +0000 (+0200) Subject: Small update to the new version dialog. X-Git-Tag: 14.09 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a6745ea63bc8dc2b2eb007922ef94a18681a794d;p=cura.git Small update to the new version dialog. --- diff --git a/Cura/gui/newVersionDialog.py b/Cura/gui/newVersionDialog.py index 6356d574..1ebaf5af 100644 --- a/Cura/gui/newVersionDialog.py +++ b/Cura/gui/newVersionDialog.py @@ -30,6 +30,7 @@ class newVersionDialog(wx.Dialog): s.Add(wx.StaticText(p, -1, '* When using the Pause at height plugin, the extruder will lose power so you could swap filament in an UM2.')) s.Add(wx.StaticText(p, -1, '* Fixed an issue on both MacOS and Windows where Cura failed to start.')) s.Add(wx.StaticText(p, -1, '* New TweakAtZ plugin from Dim3nsioneer.')) + s.Add(wx.StaticText(p, -1, '* Toolpath generation tries to find internal corners to start/end a layer, to minimize the seam seen on some prints')) s.Add(wx.StaticText(p, -1, '* Added Ultimaker Original+')) s.Add(wx.StaticText(p, -1, '* Added Ultimaker Original Heated Bed Upgrade Kit'))