From 7cfcf09ec04bd8b697e87f9f9f97715e79a481d2 Mon Sep 17 00:00:00 2001 From: MariMakes <40423138+MariMakes@users.noreply.github.com> Date: Fri, 21 Mar 2025 19:14:39 +0100 Subject: [PATCH 1/4] Update Changelog for stable Update changelog for stable release --- resources/texts/change_log.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 9f0a2c563a..1c54e413e3 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -21,11 +21,13 @@ * New settings: - Overhanging Wall Speeds, now gives you the ability to tune multiple values. Don’t forget to adjust the Overhanging Wall Angle to start using the setting. - Minimum Layer Time with Overhang and Minimum Overhang Segment Length: Fine-tune the minimum layer time for overhangs. +Try it for yourself with this Overhanging Wall Angle Test. - Inside Travel Avoid Distance: Finetune combing movements. - Pressure Advance Factor Setting: New setting for machine definitions. - You can now tune the Bottom Surface Skin, like you can tune the Top Surface Skin! You can now tune Extruder, Layers, Line Width, Pattern, Line Directions, Outer Wall Flow, Inner Wall(s) Flow, Flow, Outer Wall Speed, Inner Wall Speed, Skin Speed, Inner Wall Acceleration, Skin Acceleration, Outer Wall Jerk, Inner Wall Jerk, Skin Jerk, and Monotonic Bottom Surface Order - Enable/Disable USB Printing: A hidden preference setting to indicate that you are using the printer over USB functionality. This setting lays the groundwork for automatically disabling USB printing in the next release when it’s not being used. + * Bug fixes: - Resolved a crash that occurred when switching materials on Sovol printers. - Random Seam no longer favors one side and not is truly random again @@ -37,14 +39,27 @@ - The number of decimal places displayed for layer height in the top bar has been reduced. - Fixed a bug that caused incorrect retracting and hopping on printers with more than 2 extruders. - Improved how fast the settings are loaded in the Settings Visibility window when scrolling -- Improved how disallowed areas and other models are taken into account when arranging models on the buildplate +- Improved how disallowed areas and other models are taken into account when arranging models on the buildplate, including other models - Preview playback now only shows visible parts. Infill lines, shell, and helpers are always hidden if disabled in preview's color scheme + +* Bugs resolved since the Beta release +- Fixed a bug where the inner wall was bridging incorrectly +- Fixed a bug where support meshes were not printing if they had nothing to support +- Fixed a bug where project names would get mixed up when switching between projects +- Improved the UltiMaker S8 profiles for improved reliability and quality +- Updated Nylon CF Slide settings to reduce under extrusion +- Reduced the chance of a filament jam on Method series printers with dual extrusion prints with small layertimes +- The Bottom Surface Skin settings introduced in this release are now only enabled if 'Bottom Surface Skin layers' is more than zero +- Improved the speed when interacting with the Settings Visiblity window +- Columns in the Profile Description Screen can now be resized so long setting names can be read +- Two non-critical security fixes were implemented to align with security best practices in OAuth2 and the printer-linter +- Resolved top reported crashes coming in via the analyzing tool Sentry + * Printer definitions, profiles, and materials: - Introduced Visual Intents for the Sketch Sprint - Introduced new Extra Fast and Draft profiles for the Sketch Sprint - Introduced profiles for Sketch printers for Metallic PLA with improved surface quality (matte vs shiny) -- Introduce High Speed and High Speed Solid intents for Method, Method X, and Method XL - Introduced PC ABS and PC ABS FR materials for Method X and Method XL - Introduced Nylon Slide for UltiMaker S Series Printers - Updated the Breakaway Build Volume Temperature for UltiMaker Factor 4 From fd13ee10e3c24489166880398610af69c6cac648 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Fri, 21 Mar 2025 23:01:16 +0100 Subject: [PATCH 2/4] Optional changes - Add padding to the textArea Adds 15 padding to the right side of the what's new text items (text will not go under scrollbar) Adds 15 padding to left and right of the changelog --- resources/qml/WelcomePages/ChangelogContent.qml | 2 ++ resources/qml/WelcomePages/WhatsNewContent.qml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/ChangelogContent.qml b/resources/qml/WelcomePages/ChangelogContent.qml index 7c3b1adfc3..a8e70463e9 100644 --- a/resources/qml/WelcomePages/ChangelogContent.qml +++ b/resources/qml/WelcomePages/ChangelogContent.qml @@ -43,6 +43,8 @@ Item textArea.readOnly: true textArea.font: UM.Theme.getFont("default") textArea.onLinkActivated: Qt.openUrlExternally(link) + textArea.rightPadding: 15 + textArea.leftPadding: 15 } Cura.PrimaryButton diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 6406d65756..d4b1c8e04b 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -114,7 +114,7 @@ Item textArea.font: UM.Theme.getFont("default") textArea.onLinkActivated: Qt.openUrlExternally(link) textArea.leftPadding: 0 - textArea.rightPadding: 0 + textArea.rightPadding: 15 } } } From 9a378d771f296d098646cf4f29aeca8a5538125b Mon Sep 17 00:00:00 2001 From: HellAholic Date: Mon, 24 Mar 2025 09:20:16 +0100 Subject: [PATCH 3/4] Update interlocking Clarity --- 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 1c54e413e3..c4c1ccefd7 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -5,7 +5,7 @@ - Cheetah Gcode Flavor: Introduced a new Marlin-like Gcode flavor called Cheetah. - SpaceMouse support: Navigate the view seamlessly with a 3D mouse, thanks to a collaboration with 3Dconnexion. - Cloud Printing for Sketch Sprint: Enabled printing over cloud with Digital Factory for Sketch Sprint users. -- Interlocking Settings: Moved Interlocking settings out of experimental into expert +- Interlocking Settings: Moved Interlocking settings from "Experimental" to "Dual Extrusion" category and placed under "Expert" setting visibility preset. - Build System Upgrade: Upgraded the build system from Conan 1 to Conan 2. Updated documentation is available. - Preview Looping: When the last layer is played in the preview, the first layer will now play again instead of stopping. - Updated About Page: The About Page now shows the used sources, their licenses, and their versions in a clearer way From efd681b28ef9448877c94e0847b4e715328b6931 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Mon, 24 Mar 2025 09:45:50 +0100 Subject: [PATCH 4/4] update the changelog --- resources/texts/change_log.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index c4c1ccefd7..cfe54e3200 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -11,6 +11,7 @@ - Updated About Page: The About Page now shows the used sources, their licenses, and their versions in a clearer way - Flip Y-axis Translate Tool Handle: Added an option to flip the Y-axis translate tool handle in preferences contributed by @GregValiant. - Rotation by Input & Snap Angle Input: Introduced rotation by input & snap angle input contributed by @HellAholic and @GregValiant. +- Improved the speed when interacting with the Settings Visiblity window contributed by @HellAholic - Purge Lines And Unload Filament Post Processing Script: Added a Purge Lines and Unload Filament Post Processing Script contributed by @GregValiant and @HellAholic - Thingiverse "Open in Cura" Button Linux Support: Enabled the "Open in Cura" button from Thingiverse to open files in Linux contributed by @hadess. - Multitool Printer Configuration Options: Introduced 3 new configuration options in machine settings for multitool printers contributed by @TheSin-. @@ -47,11 +48,11 @@ Try it for yourself