Browse Source

Merge pull request #7536 from Ultimaker/mahtDFR-patch-1

Updated change log CURA-7380
Nino van Hooff 4 years ago
parent
commit
8e5d331e6b
1 changed files with 16 additions and 1 deletions
  1. 16 1
      resources/texts/change_log.txt

+ 16 - 1
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.