Browse Source

Merge branch '4.10'

Remco Burema 3 years ago
parent
commit
45977e109b

+ 1 - 1
cura/UI/WhatsNewPagesModel.py

@@ -29,7 +29,7 @@ class WhatsNewPagesModel(WelcomePagesModel):
                 for filename in files:
                     basename = os.path.basename(filename)
                     base, ext = os.path.splitext(basename)
-                    if ext not in include or not base.isdigit():
+                    if ext.lower() not in include or not base.isdigit():
                         continue
                     page_no = int(base)
                     highest = max(highest, page_no)

BIN
resources/images/whats_new/0.png


BIN
resources/images/whats_new/2.png


BIN
resources/images/whats_new/3.PNG


BIN
resources/images/whats_new/4.PNG


+ 5 - 1
resources/texts/change_log.txt

@@ -1,5 +1,5 @@
 [4.10.0]
-BETA
+<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>
 
 *Native CAD import plugin
 Ultimaker Professional and Excellence subscribers can now directly import native CAD files into Ultimaker Cura.
@@ -36,6 +36,8 @@ When double clicking on a file in the open project dialog in Digital Factory it
 - Fixed a bug when the seam was not placed in sharpest corner.
 - Fixed the gantry height for S-line printers. 
 - Fixed a bug where a model is partially below build plate if center selected model is used.
+- Fixed a bug where a tootip arrow appeared when the "Manage printers" button is hovered.
+- Fixed a bug where assemblies were not arranged in the center of the build plate. 
 
 * Printer definitions, profiles and materials.
 - Add CC0.4 core and materials for S3 and S5.
@@ -51,6 +53,8 @@ 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.
+
 [4.9.1]
 * PETG Profile update.
 Ultimaker PETG profiles have been added. The Generic PETG profile for 2.85mm filaments has been updated as well.

+ 2 - 2
resources/texts/whats_new/0.html

@@ -1,3 +1,3 @@
 <h4>Open native CAD files for Ultimaker Professional and Excellence</h4>
-<p>Ultimaker Professional and Excellence subscribers can now directly import native CAD files 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 software or <a href="https://marketplace.ultimaker.com/app/cura/plugins">download the Native CAD import plugin</a>.</p>
+<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>

+ 2 - 2
resources/texts/whats_new/2.html

@@ -1,2 +1,2 @@
-<h4>Get more information!</h4>
-<p>Want more information for Ultimaker Cura 4.10 beta and other exciting developments in the Ultimaker platform? Read the <a href="https://ultimaker.com/learn/ultimaker-software-news-roundup">blog post</a>, and don't forget to give us your <a href="https://github.com/Ultimaker/Cura/issues/new/choose">feedback</a>!</p>
+<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>

+ 2 - 0
resources/texts/whats_new/3.html

@@ -0,0 +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>

+ 2 - 0
resources/texts/whats_new/4.html

@@ -0,0 +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>