Merge branch '4.13'

This commit is contained in:
Ghostkeeper 2022-01-11 10:05:15 +01:00
commit f3c3f3187e
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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 youve 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 youve 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
Weve 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