From a9b8fbe72b16f0e0c78a2a0239ed88752454be0f Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 31 Jan 2017 14:19:21 +0100 Subject: [PATCH 1/3] Don't start menu entry with 'Configur' Because OSX triggers on that and moves the entry in its own main menu. Contributes to issue CURA-3029. --- resources/i18n/nl/cura.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/i18n/nl/cura.po b/resources/i18n/nl/cura.po index 4cf6a4b323..6ca970fe84 100644 --- a/resources/i18n/nl/cura.po +++ b/resources/i18n/nl/cura.po @@ -3010,7 +3010,7 @@ msgstr "Engine-&logboek Weergeven..." #: /home/ruben/Projects/Cura/resources/qml/Actions.qml:307 msgctxt "@action:inmenu menubar:help" msgid "Show Configuration Folder" -msgstr "Configuratiemap Weergeven" +msgstr "Open Configuratiemap" #: /home/ruben/Projects/Cura/resources/qml/Actions.qml:314 msgctxt "@action:menu" From 3aec36018f62a75354c8cc41b62ab603c1ef3400 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 23 Jan 2017 17:18:27 +0100 Subject: [PATCH 2/3] Add entry that we switched Linux to AppImage format It was deemed worthy to mention. Contributes to issue CURA-3048. --- plugins/ChangeLogPlugin/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/ChangeLogPlugin/ChangeLog.txt b/plugins/ChangeLogPlugin/ChangeLog.txt index 8ed82a3940..ed4d6888d3 100644 --- a/plugins/ChangeLogPlugin/ChangeLog.txt +++ b/plugins/ChangeLogPlugin/ChangeLog.txt @@ -98,6 +98,9 @@ Use a mesh to specify a volume within which to classify nothing as overhang for *Delta printer support This release adds support for printers with elliptic buildplates. This feature has not been extensively tested so please let us know if it works or get involved in improving it. +*AppImage for Linux +The Linux distribution is now in AppImage format, which makes Cura easier to install. + *bugfixes The user is now notified when a new version of Cura is available. When searching in the setting visibility preferences, the category for each setting is always displayed. From 185f5fe1c496d6af9d76328d091effd828016e77 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 10 Feb 2017 16:41:49 +0100 Subject: [PATCH 3/3] Added a clarification to the changelog regarding the inital print temperature --- plugins/ChangeLogPlugin/ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ChangeLogPlugin/ChangeLog.txt b/plugins/ChangeLogPlugin/ChangeLog.txt index ed4d6888d3..f59a8846c3 100644 --- a/plugins/ChangeLogPlugin/ChangeLog.txt +++ b/plugins/ChangeLogPlugin/ChangeLog.txt @@ -24,7 +24,7 @@ When slicing is blocked by settings with error values, a message now appears, cl The initial and final printing temperatures reduce the amount of oozing during PLA-PLA, PLA-PVA and Nylon-PVA prints. This means printing a prime tower is now optional (except for CPE and ABS at the moment). The new Ultimaker 3 printing profiles ensure increased reliability and shorter print time. *Initial Layer Printing Temperature -Initial and final printing temperature settings have been tuned for higher quality results. +Initial and final printing temperature settings have been tuned for higher quality results. For all materials the initial print temperature is 5 degrees above the default value. *Printing temperature of the materials The printing temperature of the materials in the material profiles is now the same as the printing temperature for the Normal Quality profile.