From 71ba6615c56bc12a0520fc9b724718f18702126d Mon Sep 17 00:00:00 2001
From: fvrmr <77000924+fvrmr@users.noreply.github.com>
Date: Mon, 10 Jan 2022 16:55:32 +0100
Subject: [PATCH 1/3] Update change_log.txt
Updated changelog, added bug fixes and video link
---
resources/texts/change_log.txt | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt
index 443a73bdee..752c6ffe40 100644
--- a/resources/texts/change_log.txt
+++ b/resources/texts/change_log.txt
@@ -1,8 +1,8 @@
[4.13]
-Beta
+For an overview of the new features in Cura 4.13, please watch our video.
* Sync material profiles
-With Ultimaker Cura 4.13 beta, we give you access to a seamless material experience for Ultimaker Material Alliance materials – with the ease of use you’ve come to expect from Ultimaker materials. You can easily synchronize your Material Alliance profiles with your S-line Ultimaker hardware, at the click of a button.
+With Ultimaker Cura 4.13, we give you access to a seamless material experience for Ultimaker Material Alliance materials – with the ease of use you’ve come to expect from Ultimaker materials. You can easily synchronize your Material Alliance profiles with your S-line Ultimaker hardware, at the click of a button.
* New print profile
A new print profile with 0.3mm layer height for PLA Tough PLA, PVA and BAM for Ultimaker S-line printers
@@ -17,15 +17,20 @@ When printing with a 100% infill the infill pattern will change to ZigzZag for a
We’ve streamlined the user login authentication by removing any restrictions, especially for strict enterprise-level IT requirements.
* Other new features and improvements:
-- TPU top layers
+- Improved TPU: top layers have large bridge distance
- Add warning icon to show which extruder is causing the configuration to be 'Not Supported', contributed by fieldOfView
- Show what's new pages with every Cura build
- Speed up loading of settings list
- Re-use vertex buffer objects in rendering
- Add Build Volume Temperature value to ChangeAtZ, contributed by legend069
- Allow plugins to have multiple views, contributed by Tyronnosaurus
+- Reduced top/bottom speed for TPU
+- Increased lined width for 0.3mm layer height profiles
* Bug fixes:
+- Fixed a crash when installing plugins.
+- Fixed a bug with surface mode will not print all layers
+- Fixed a bug where maximum retraction could cause a crash
- Reduced flow for 100% density parts
- Fixed a bug in Surface Mode where small line-segments were created
- Changed the Russian translation for 'nozzle', contributed by mlapkin
From cc7953c751b40c84cd892edf79394bb152b3c36b Mon Sep 17 00:00:00 2001
From: Ghostkeeper
Date: Tue, 11 Jan 2022 10:03:43 +0100
Subject: [PATCH 2/3] Fix spelling
Contributes to issue CURA-8876.
---
resources/texts/change_log.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt
index 752c6ffe40..b4e6514b0f 100644
--- a/resources/texts/change_log.txt
+++ b/resources/texts/change_log.txt
@@ -11,7 +11,7 @@ A new print profile with 0.3mm layer height for PLA Tough PLA, PVA and BAM for U
Show the model in the thumbnail of a .3mf file, contributed by fieldOfView
* Infill density
-When printing with a 100% infill the infill pattern will change to ZigzZag for all Ultimaker print profiles
+When printing with a 100% infill the infill pattern will change to ZigZag for all Ultimaker print profiles
* User login authentication
We’ve streamlined the user login authentication by removing any restrictions, especially for strict enterprise-level IT requirements.
@@ -34,8 +34,8 @@ We’ve streamlined the user login authentication by removing any restrictions,
- Reduced flow for 100% density parts
- Fixed a bug in Surface Mode where small line-segments were created
- Changed the Russian translation for 'nozzle', contributed by mlapkin
-- Fixed a visualization bug where layer lines were renderend in weird directions
-- Fixed a crash when recieving incomplete cloud API responses
+- Fixed a visualization bug where layer lines were rendered in weird directions
+- Fixed a crash when receiving incomplete cloud API responses
- Add SET_RPATH option to CMake, contributed by boomanaiden154
- Fixed initial layer bed and print head temperature for Snapmaker profile, contributed by prueker
- Fixed shader compilation on some GPUs, contributed by fieldOfView
From 1451c896422de7f2b4099007c83d0254b9fc9a50 Mon Sep 17 00:00:00 2001
From: Ghostkeeper
Date: Tue, 11 Jan 2022 10:04:49 +0100
Subject: [PATCH 3/3] Document increased logging instead of plug-in fix
We didn't fix the issue with plug-ins causing a crash at early start in rare occasions. We did increase logging so that we can hopefully fix it next time.
Contributes to issue CURA-8876.
---
resources/texts/change_log.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt
index b4e6514b0f..8cdcdd168e 100644
--- a/resources/texts/change_log.txt
+++ b/resources/texts/change_log.txt
@@ -26,9 +26,9 @@ We’ve streamlined the user login authentication by removing any restrictions,
- Allow plugins to have multiple views, contributed by Tyronnosaurus
- Reduced top/bottom speed for TPU
- Increased lined width for 0.3mm layer height profiles
+- Improved logging to allow debugging in early start-up process
* Bug fixes:
-- Fixed a crash when installing plugins.
- Fixed a bug with surface mode will not print all layers
- Fixed a bug where maximum retraction could cause a crash
- Reduced flow for 100% density parts