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:
authormaht <mahtDFR@users.noreply.github.com>2020-04-21 14:29:12 +0300
committerGitHub <noreply@github.com>2020-04-21 14:29:12 +0300
commit27f7f595f81664ac5b90091258de242270238058 (patch)
treefde35af0a640b880cf0277912b72307de7b9755c
parentc73082616c4124e9a1f2f7ae4eda34946ba9c99b (diff)
Updated change log 4.6 stable CURA-73804.6.0
-rw-r--r--resources/texts/change_log.txt17
1 files changed, 16 insertions, 1 deletions
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.