From 71d4afcd5f903b2d18abc9fd2f50a555862eba42 Mon Sep 17 00:00:00 2001 From: MariMakes <40423138+MariMakes@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:09:15 +0100 Subject: [PATCH 1/3] Update for second beta Update for second beta --- resources/texts/change_log.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 589ce1f6cb..5bae388acf 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -29,6 +29,16 @@ - Fixed a bug that prevented changes to the initial layer diameter from being applied properly, contributed by @ThomasRahm - Fixed a rounding issue in the engine math, @0x5844 +* Bugs resolved during the first Beta +- Spiralize outer contour no longer adds unnecessary seams to the model +- When coasting is enabled the printhead no longer drops down +- Updated the strategy for sharpest corner - smart hiding seam location combination +- Fixed a bug where long scarf seams and short scarf seam steps would result in the seam being moved outward +- Fixed a bug where seam acceleration and deceleration were not working +- Triple-clicking values and searches that you entered now has you select everything so you can edit it in the field similar to other desktop applications +- Updated dependencies and improved how unwanted and unused binaries are excluded from the building process. +- Added Eazao material for the new Eazao printers + * Printer definitions, profiles, and materials: - Introduced Makerbot Sketch Sprint - Introduced Makerbot Sketch and Sketch Large @@ -46,6 +56,12 @@ - Updated Japanese translations by @h1data - Brazilian Portuguese by @Patola +* Known issues +- This second beta introduces a change that affects the UI so please use buttons, dropdowns, menus, and flows. We hope we did this correctly but it is a tricky change. If you see the crash please report it to us, and we will also see it show up in our crash tracking tool. +- There is a slight regression in terms of seam alignment in different strategies we hope to resolve before stable +- We see an increase in micro-segments in the outer wall, which we hope to resolve before stable (an increase in microsegments in the infill is expected) +- We see rare cases of Cura crashing after opening project files with custom extruders or printer settings than the printer that is already loaded + [5.8.1] * Bug fixes: From aa5a4f47c79a90b025751e2f1f6bc629136506de Mon Sep 17 00:00:00 2001 From: Mariska <40423138+MariMakes@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:59:31 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com> --- 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 5bae388acf..aabe7687e4 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -29,12 +29,13 @@ - Fixed a bug that prevented changes to the initial layer diameter from being applied properly, contributed by @ThomasRahm - Fixed a rounding issue in the engine math, @0x5844 -* Bugs resolved during the first Beta +* Bugs resolved after the first Beta - Spiralize outer contour no longer adds unnecessary seams to the model - When coasting is enabled the printhead no longer drops down - Updated the strategy for sharpest corner - smart hiding seam location combination - Fixed a bug where long scarf seams and short scarf seam steps would result in the seam being moved outward - Fixed a bug where seam acceleration and deceleration were not working +- Fixed a bug where infill was wrongly removed from narrow spaces - Triple-clicking values and searches that you entered now has you select everything so you can edit it in the field similar to other desktop applications - Updated dependencies and improved how unwanted and unused binaries are excluded from the building process. - Added Eazao material for the new Eazao printers @@ -59,7 +60,7 @@ * Known issues - This second beta introduces a change that affects the UI so please use buttons, dropdowns, menus, and flows. We hope we did this correctly but it is a tricky change. If you see the crash please report it to us, and we will also see it show up in our crash tracking tool. - There is a slight regression in terms of seam alignment in different strategies we hope to resolve before stable -- We see an increase in micro-segments in the outer wall, which we hope to resolve before stable (an increase in microsegments in the infill is expected) +- We see an increase in micro-segments in the outer wall, which we hope to resolve before stable - We see rare cases of Cura crashing after opening project files with custom extruders or printer settings than the printer that is already loaded [5.8.1] From dcbd40ca7dcc06603f7e2ec8098d4145688afb06 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Tue, 5 Nov 2024 13:05:42 +0000 Subject: [PATCH 3/3] Set conan package version 5.9.0-beta.2 --- conandata.yml | 14 +++++++------- resources/conandata.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conandata.yml b/conandata.yml index 735e1ce9e0..4336dd073c 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,16 +1,16 @@ -version: "5.9.0-beta.1" +version: "5.9.0-beta.2" requirements: - - "cura_resources/5.9.0-beta.1" - - "uranium/5.9.0-beta.1" - - "curaengine/5.9.0-beta.1" - - "cura_binary_data/5.9.0-beta.1" - - "fdm_materials/5.9.0-beta.1" + - "cura_resources/5.9.0-beta.2" + - "uranium/5.9.0-beta.2" + - "curaengine/5.9.0-beta.2" + - "cura_binary_data/5.9.0-beta.2" + - "fdm_materials/5.9.0-beta.2" - "dulcificum/0.2.1" - "pysavitar/5.3.0" - "pynest2d/5.3.0" - "native_cad_plugin/2.0.0" requirements_internal: - - "fdm_materials/5.9.0-beta.1" + - "fdm_materials/5.9.0-beta.2" - "cura_private_data/(latest)@internal/testing" urls: default: diff --git a/resources/conandata.yml b/resources/conandata.yml index 3aff222706..0c252e8bc2 100644 --- a/resources/conandata.yml +++ b/resources/conandata.yml @@ -1 +1 @@ -version: "5.9.0-beta.1" +version: "5.9.0-beta.2"