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:
authorGhostkeeper <rubend@tutanota.com>2022-01-11 12:05:04 +0300
committerGhostkeeper <rubend@tutanota.com>2022-01-11 12:05:04 +0300
commitb804d08be4ebb8dc4a46657fb9c621b336d1aa0b (patch)
tree3e8afc837d3388e8001397b30a5f2eda1f53b840
parent2b5c42ef178ad09174f3d53b12343e507cf13194 (diff)
parent1451c896422de7f2b4099007c83d0254b9fc9a50 (diff)
Merge branch 'CURA-8876' into 4.13
-rw-r--r--resources/texts/change_log.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt
index 443a73bdee..8cdcdd168e 100644
--- a/resources/texts/change_log.txt
+++ b/resources/texts/change_log.txt
@@ -1,8 +1,8 @@
[4.13]
-Beta
+<i>For an overview of the new features in Cura 4.13, please watch <a href="https://youtu.be/chvAuI6Eqto">our video</a>.</i>
* 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
@@ -11,26 +11,31 @@ 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.
* 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
+- Improved logging to allow debugging in early start-up process
* Bug fixes:
+- 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
-- 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