From f31585f229b773f8d5fe0339846b020f974351c9 Mon Sep 17 00:00:00 2001 From: MariMakes <40423138+MariMakes@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:37:54 +0200 Subject: [PATCH 1/3] Updated the Changelog to reflect the Cura 5.8 Release Beta version of the Cura 5.8 changelog. Contributes to CURA-12030 --- resources/texts/change_log.txt | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 4d3fce3a66..b0acf7c1a0 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,3 +1,41 @@ +[5.8] + +* New Z Seam Settings +New settings have been added that let you tweak how and where the Z seam is placed +- "Z Seam On Vertex" allows you to choose if the Z seam is placed on the vertices closest to a selected Z seam position or if it instead follows the selected position exactly +- "Seam overhang angle" enables you to select the angle at which Z seams will not be printed on overhangs +- "Support Z Seam Away from Model" and "Min Z Seam Distance from Model" define where the Z seam is placed on supports +Try it for yourself with this toast post-it holder. + +* New features and improvements: +- A search bar has been added to the “Add an offline printer” list +- Introduced “Support Infill Density Multiplier Initial Layer”, “Raft Infill Overlap Percentage”, Raft Surface Z Offset, and Raft Flow settings to improve dual extrusion rafts +- Introduced “Cooling during extruder switch" to define the cooling fan behavior during an extruder switch by defining Unchanged, Only last extruder, All fans +- Updated the retract behavior for a nozzle switch to reduce the chance of oozing +- Updated Insert at Layer Change Post Processing Script so layers can be skipped, contributed by @tastyratz +- Updated the "Interleaved Prime Tower" with "Prime Tower Minimum Shell Thickness" so it uses less filament, contributed by @wawanbreton + +* Bug fixes: +- Fixed a bug that caused spiked objects to have missing layers, thanks to @thomasrahm +- Updated the text in the Open Universal Cura Project (UCP) file to be more correct. +- Fixed the interpolated values for fan speeds and improved the check for minimum layer time +- Fix a bug where material_print_temp_prepend not being disabled +- Reduced the chance that oozing in the first travel move will cause a scar on the bottom of the model by updating the Layer Start X and Y. +- Fixed a bug where a slice would fail if the overhang angle was set to 90 degrees +- Fixed a bug where infill lines are going through the model with a certain setting combination, contributed by @thomasrahm +- Updated the temperature values in the monitor page to reflect the initial instead of the final bed and print temperatures, contributed by @GregValiant + +* Printer definitions, profiles, and materials: +- Introduced the Ultimaker Method with PLA, PVA, and N12CF profiles and intents +- Improved dual-support settings for UltiMaker Sline and Method printers +- Expanded and updated intents for Factor 4 +- Updated CPE and PC settings to improve surface quality for Factor 4 +- Introduced Creality Ender 3 V3 KE, contributed by @vadim-danilchik, @daitj, @VladislavVidenov, @fjventura20 +- Introduced Voron2 StealthChanger 250, StealthChanger 300, and StealthChanger 350, contributed by @TheSin- +- Introduced K1 Max, contributed by @itay-grudev +- Introduced Ankermake M5C, contributed by @augustchi +- Introduced WEEDO F150S, F152S, F370, ME40, ME40 Lite, and X40 V3+, contributed by @WinstonMao + [5.7.2] * Bugfixes From 9c0935cd0c24f9b55ed2dc548544c9f8ba59f014 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 12 Jul 2024 11:07:25 +0200 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: HellAholic --- resources/texts/change_log.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index b0acf7c1a0..4061dee4ab 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,6 +1,6 @@ [5.8] -* New Z Seam Settings +* New Z Seam Settings: New settings have been added that let you tweak how and where the Z seam is placed - "Z Seam On Vertex" allows you to choose if the Z seam is placed on the vertices closest to a selected Z seam position or if it instead follows the selected position exactly - "Seam overhang angle" enables you to select the angle at which Z seams will not be printed on overhangs @@ -17,10 +17,10 @@ Try it for yourself