From 27f7f595f81664ac5b90091258de242270238058 Mon Sep 17 00:00:00 2001 From: maht Date: Tue, 21 Apr 2020 13:29:12 +0200 Subject: 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. -- cgit v1.2.3