Merge branch '4.11' into CURA-8490_Make_sure_no_keyring_backend_is_available_on_Linux

This commit is contained in:
Konstantinos Karmas 2021-08-18 17:12:53 +02:00
commit 617c4a0a5d
13 changed files with 68 additions and 15 deletions

View File

@ -73,7 +73,6 @@ class DFFileExportAndUploadManager:
self._generic_success_message = getBackwardsCompatibleMessage(
text = "Your {} uploaded to '{}'.".format("file was" if len(self._file_upload_job_metadata) <= 1 else "files were", self._library_project_name),
title = "Upload successful",
lifetime = 0,
message_type_str = "POSITIVE"
)
self._generic_success_message.addAction(
@ -341,7 +340,6 @@ class DFFileExportAndUploadManager:
"file_upload_success_message": getBackwardsCompatibleMessage(
text = "'{}' was uploaded to '{}'.".format(filename_3mf, self._library_project_name),
title = "Upload successful",
lifetime = 0,
message_type_str = "POSITIVE"
),
"file_upload_failed_message": getBackwardsCompatibleMessage(
@ -365,7 +363,6 @@ class DFFileExportAndUploadManager:
"file_upload_success_message": getBackwardsCompatibleMessage(
text = "'{}' was uploaded to '{}'.".format(filename_ufp, self._library_project_name),
title = "Upload successful",
lifetime = 0,
message_type_str = "POSITIVE"
),
"file_upload_failed_message": getBackwardsCompatibleMessage(

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,3 +1,58 @@
[4.11.0]
* Monotonic ordering
The new Monotonic top/bottom order setting enables users to print parts with smoother top surfaces. This is especially useful for parts that need good aesthetics, such as visual prototypes. Or for parts that benefit from smooth surfaces, such as those that contact-sensitive components.
* Complete UI refresh
Look around and you will notice that we have refreshed over 100 icons throughout Ultimaker Cura. The new icons are designed for clarity resulting in a simpler and more informative slicing experience. Also, when scaling the Ultimaker Cura window, the UI will adapt, resulting in less visual clutter.
* Improved digital library integration
Collaborative workflows using the Digital Library are now simpler. Every user with a cloud-connected Ultimaker 3D printer can access stored projects. And we have added a “Search” function to make finding files easier.
* Save materials profiles to USB
Users can now save all third-party material profiles to USB. <i>This feature is for Ultimaker S-line printers only and is espacially useful for cloud-connected (or offline) printers.</i>
* Notifications for beta and plugin releases
Users can now set notification preferences to alert them to new Ulitmaker Cura beta and plugin releases.
* Improve logging of errors in OAuth flow
When helping a user with log-in problems it is easiers to see where the OAuth flow goes wrong.
* Search in the description in the settings visibility menu
When searching in the settings visibility menu you will also search in the description of the settings.
* Bug fixes:
- Fixed the setting visibility button to make it easier to click
- Inform the user that their webcam does not work because they are cloud connected
- Inform the user that their webcam does not work if the firewall is enabled
- Fixed a crash when pressing the slice button while context menu is opened
- Support non-ASCII character in the Digital Library project name
- Fixed integer underflow if print is less than half the initial layer height
- Fixed a bug where infill mesh sometimes default to having walls or skin
- Fix builds with Python 3.8, contributed by StefanBruens
- Fix CC settings for PLA
- Fixed memory leak in Zeroconf 0.25
- Fixed connecting USB printing with detecting baud-rates, contributed by rrrlasse
- Fixed crash when Cura crashes on exit
- Fixed a bug where the infill goes through walls
* Printer definitions, profiles and materials:
- Added SecKit SK-Tank, SK-Go printer definitions, contributed by SecKit
- Added MP Mini Delta 2 printer definition, contributed by PurpleHullPeas
- Added Kingroon K3P and K3PS printer definitions, contributed by NoTaMu
- Added Eryone PLA, PLA Wood, PLA Matte and PETG 1.75mm profiles, contributed by dapostol73
- Added BIQU BX printer definition, contributed by looxonline
- Added FLSun Super race printer definitions, contributed by thushan
- Added Atom 2.0 and Atom Plus printer definitions, contributed by lin-ycv
- Added PBR 3D Gen-I printer definition, contributed by pbr-research
- Added Creasee 3D printer definitions, contributed by ivovk9
- Updated Strateo3D profiles, contributed by ChronosTech
- Added Voron V0 printer definitions, contributed by jgehrig
- Updated Liquid profiles, contributed by alexgrigoras
- Added Farm 2 and Farm2CE printer definitions, contributed by saliery999
- Added GooFoo and Renkforce print definitions and GooFoo materials, contributed by goofoo3d
*<i>From version 4.11 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.13 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning.</i>
[4.10.0]
<i>For an overview of the new features in Cura 4.10, please watch <a href="https://www.youtube.com/watch?v=9PCVeJ_yytk">our video</a>.</i>
@ -53,7 +108,7 @@ When double clicking on a file in the open project dialog in Digital Factory it
- Mingda D3, D4 and Rock3, contributed by cataclism.
- JGAurora A6, contributed by CrissR.
Please, be aware that after version 4.10 Ultimaker Cura will only be supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.13 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning.
*<i>Please, be aware that after version 4.10 Ultimaker Cura will only be supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.13 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning.</i>
[4.9.1]
* PETG Profile update.

View File

@ -1,3 +1,3 @@
<h4>Open native CAD files for Ultimaker Professional and Excellence</h4>
<p>Ultimaker Professional and Excellence subscribers can now directly <a href="https://support.ultimaker.com/hc/en-us/articles/360022116740-Opening-native-CAD-files-in-Ultimaker-Cura">import native CAD files</a> into Ultimaker Cura. This provides users with an even more effective workflow by boosting productivity and increasing first-time right results.</br>
<a href="https://ultimaker.com/software/enterprise-software">Learn more</a> about our enterprise plans to access this feature.</p>
<h4>Complete UI refresh</h4>
<p>Look around and you will notice that we have refreshed over 100 icons throughout Ultimaker Cura. The new icons are designed for clarity resulting in a simpler and more informative slicing experience. Also, when scaling the Ultimaker Cura window, the UI will adapt, resulting in less visual clutter.</br>
<a href="">Learn more</a></p>

View File

@ -1,2 +1,3 @@
<h4>Try Ultimaker 3D Printing Academy and level up your slicing skills</h4>
<p>Follow the <a href="https://academy.ultimaker.com/lms/index.php?r=course/deeplink&course_id=60&generated_by=13028&hash=36f400a16997152635224784d7370310b8331ee8">Expert Tips for Ultimaker Cura</a> course in the Ultimaker 3D Printing Academy and expand your knowledge. Get the most out of your slicing software by learning how to optimize prints and receive plugin recommendations from our team of 3D printing experts.</p>
<h4>Improved digital library integration</h4>
<p>Collaborative workflows using the Digital Library are now simpler. Every user with a cloud-connected Ultimaker 3D printer can access stored projects. And we have added a “Search” function to make finding files easier. <a href="">Learn more</a></br>
Ready to get more out of your Ultimaker 3D Printer? <a href="">Upgrade to Ultimaker Essentials</a></p>

View File

@ -1,2 +1,2 @@
<h4>Ultimaker PETG print profiles are now available for the Ultimaker 3</h4>
<p>Ultimaker PETG sets the standard for industrial applications and is suitable for a wide range of use cases thanks to its ease of use and versatility. Ultimaker PETG is now fully supported on the Ultimaker 3. <a href="https://ultimaker.com/materials/petg">Find out more</a>.</p>
<h4>Smooth top-surfaces with monotonic top/bottom orders</h4>
<p>The new Monotonic top/bottom order setting enables users to print parts with smoother top surfaces. This is especially useful for parts that need good aesthetics, such as visual prototypes. Or for parts that benefit from smooth surfaces, such as those that contact-sensitive components.</p>

View File

@ -1,2 +1,2 @@
<h4>Flow rate</h4>
<p>Thanks to <i>Khani3s</i>, we have now added the volumetric flow rate (in mm³/s) to the preview mode color schemes. In addition, we tweaked the minimum/maximum color values, making it easier to optimize your print strategy displayed as the flow, layer thickness, line width and speed.</p>
<h4>Learn about the past and future of Ultimaker Cura</h4>
<p>How did Ultimaker Cura start? What does its future hold? Hear the origin stories and discover what's next, by listening to the core developers and community featured in <a href="">episode 29</a> and <a href="">episode 30</a> of the Talking Additive podcast.</p>

View File

@ -1,2 +1,2 @@
<h4>Learn more!</h4>
<p>Want more information for Ultimaker Cura 4.10? Read the <a href="https://ultimaker.com/learn/an-improved-engineering-workflow-with-ultimaker-cura-4-10">blog post</a> or watch the <a href="https://www.youtube.com/watch?v=9PCVeJ_yytk">video</a>, and don't forget to give us your <a href="https://github.com/Ultimaker/Cura/issues/new/choose">feedback</a>!</p>
<h4>Get more information</h4>
<p>Want more information on new features, bug fixes, and more for Ultimaker Cura 4.11 beta? Read the full<a href="">blog post</a> and don't forget to give us your feedback on<a href="https://github.com/Ultimaker/Cura/issues/new/choose">Github</a>!</p>