Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cura/gui/newVersionDialog.py')
-rw-r--r--Cura/gui/newVersionDialog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cura/gui/newVersionDialog.py b/Cura/gui/newVersionDialog.py
index 6356d57401..1ebaf5af75 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'))