From 27f7f595f81664ac5b90091258de242270238058 Mon Sep 17 00:00:00 2001 From: maht Date: Tue, 21 Apr 2020 13:29:12 +0200 Subject: [PATCH 1/3] Updated change log 4.6 stable CURA-7380 --- resources/texts/change_log.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index aebf21985b..209b9d2e25 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -42,7 +42,22 @@ Fixed a bug where comments were removed from Start/End G-codes when opening from Values in the print monitor preheat fields were broken in previous versions, they have now been fixed by fieldOfview. * Stepper motor disarming during pause at height. -Some printers (like the Ultimaker S5) have a very heavy build platform. When the pause at height script was enabled, it would disarm the Z stepper motor at pause height. The weight of the build platform would cause the Z axis to lower by gravity and lose the Z position. ilyko96 has contributed a fix to the pause at height script so that the Z stepper motor now remains armed during a pause, locking the build plate in position. +Some printers automatically disable their steppers after a pause after a certain time. This script makes it possible to set that in the pause script (instead of relying on default behavior of the firmware). + +* Crash if logging in on two instances at the same time. +During the beta period we caught a critical bug where logging in to an Ultimaker account with two instances of Cura would crash the second instance. It crashes because while the web page is open, Cura opens a web server in the local host. The web page redirects to that web server when you've logged in, so that it knows that the log-in was successful and what the credentials are. Both instances try to create a web server on the same port, which is impossible. + +* "Changes detected from your Ultimaker account" message. +We fixed a bug on MacOS where duplicate "Changes detected from your Ultimaker account" popups would appear at a single time. + +* Crashes when inactive. +Some people reported experiencing crashes when the computer had been inactive for a long time, or when the laptop got suspended or went to sleep. This has been fixed. + +* Support blocker is not blocking support. +Fixed an issue where the support blocker was not blocking support. + +* Sending slice message takes too long when using mesh helpers. +Fixed an issue where it would take too long to trigger a slice when using the mesh helpers and support blocker. * Flying Bear printers. oducceu has contributed a machine definition for the Flying Bear Ghost 4S Printer. From a6f60df2ed6a4cbb05455b5f9224363ccca6799a Mon Sep 17 00:00:00 2001 From: Strahler85 Date: Thu, 23 Apr 2020 00:30:01 +0200 Subject: [PATCH 2/3] Add nozzle profiles for Ender 3 pro These profiles were posted as solution for #7550 by Strahler85. I'm committing this in his name. Fixes #7550. --- resources/variants/creality_ender3pro_0.2.inst.cfg | 12 ++++++++++++ resources/variants/creality_ender3pro_0.3.inst.cfg | 12 ++++++++++++ resources/variants/creality_ender3pro_0.4.inst.cfg | 12 ++++++++++++ resources/variants/creality_ender3pro_0.5.inst.cfg | 12 ++++++++++++ resources/variants/creality_ender3pro_0.6.inst.cfg | 12 ++++++++++++ resources/variants/creality_ender3pro_0.8.inst.cfg | 12 ++++++++++++ resources/variants/creality_ender3pro_1.0.inst.cfg | 12 ++++++++++++ 7 files changed, 84 insertions(+) create mode 100644 resources/variants/creality_ender3pro_0.2.inst.cfg create mode 100644 resources/variants/creality_ender3pro_0.3.inst.cfg create mode 100644 resources/variants/creality_ender3pro_0.4.inst.cfg create mode 100644 resources/variants/creality_ender3pro_0.5.inst.cfg create mode 100644 resources/variants/creality_ender3pro_0.6.inst.cfg create mode 100644 resources/variants/creality_ender3pro_0.8.inst.cfg create mode 100644 resources/variants/creality_ender3pro_1.0.inst.cfg diff --git a/resources/variants/creality_ender3pro_0.2.inst.cfg b/resources/variants/creality_ender3pro_0.2.inst.cfg new file mode 100644 index 0000000000..b3dde4563b --- /dev/null +++ b/resources/variants/creality_ender3pro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/creality_ender3pro_0.3.inst.cfg b/resources/variants/creality_ender3pro_0.3.inst.cfg new file mode 100644 index 0000000000..a4c4c3c0f3 --- /dev/null +++ b/resources/variants/creality_ender3pro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/creality_ender3pro_0.4.inst.cfg b/resources/variants/creality_ender3pro_0.4.inst.cfg new file mode 100644 index 0000000000..90b6260954 --- /dev/null +++ b/resources/variants/creality_ender3pro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/creality_ender3pro_0.5.inst.cfg b/resources/variants/creality_ender3pro_0.5.inst.cfg new file mode 100644 index 0000000000..de12442da1 --- /dev/null +++ b/resources/variants/creality_ender3pro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/creality_ender3pro_0.6.inst.cfg b/resources/variants/creality_ender3pro_0.6.inst.cfg new file mode 100644 index 0000000000..4bc4757ced --- /dev/null +++ b/resources/variants/creality_ender3pro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/creality_ender3pro_0.8.inst.cfg b/resources/variants/creality_ender3pro_0.8.inst.cfg new file mode 100644 index 0000000000..b881e6b680 --- /dev/null +++ b/resources/variants/creality_ender3pro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/creality_ender3pro_1.0.inst.cfg b/resources/variants/creality_ender3pro_1.0.inst.cfg new file mode 100644 index 0000000000..6bd7eca50f --- /dev/null +++ b/resources/variants/creality_ender3pro_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = creality_ender3pro + +[metadata] +setting_version = 13 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 From c29ebc8a77c0aa83eeec634d2b9cc9dd248b2da1 Mon Sep 17 00:00:00 2001 From: maht Date: Wed, 29 Apr 2020 10:58:11 +0200 Subject: [PATCH 3/3] Updated change log for 4.6.1 --- resources/texts/change_log.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 209b9d2e25..4eef21b742 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,3 +1,13 @@ +[4.6.1] + +Patch release to fix some bugs that emerged with 4.6.0. + +* Z seam placement. +Changes to the Simplify() algorithm in 4.6.0 caused Z seam placement issues, which resulted in less-than-perfect results. This has been fixed. + +* Ender 3 Pro nozzles missing. +A lot of issue reports came in about nozzles missing for this machine definition, so we made a fix to stop this happening. + [4.6.0] THANK YOU to all Ultimaker Cura users helping in the fight against COVID-19 – with 3D printing, volunteering, or just by staying home. Want to get involved? Find out more at https://ultimaker.com/in/cura/covid-19