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:
authordaid <daid303@gmail.com>2014-09-19 13:44:21 +0400
committerdaid <daid303@gmail.com>2014-09-19 13:44:21 +0400
commita6745ea63bc8dc2b2eb007922ef94a18681a794d (patch)
tree8aa35a5bd0674dac37702e77b40f9c2f2542eb83
parent5eba5fbe152c886b6f7424d549d945699cd283fe (diff)
Small update to the new version dialog.14.091.14.09
-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'))