From b8e4251e6a2593aaeeb40f7ac536b17d36e86ccf Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Fri, 15 Mar 2024 14:27:26 +0100 Subject: [PATCH] Removed repeated line CURA-11738 --- resources/texts/change_log.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 3e0c1e114e..c9ffcab430 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -7,14 +7,13 @@ - Introduced an analyzing tool in the cura engine to better track slicing crashes, and started fixing the biggest reports coming in. - New Primetower option; Sparse, next to the current Bucket, contributed by @wawanbreton - Brim only on the inside setting -- Allowing to define print sequence manually, contributed by @alexandr-vladimirov (Github) +- Allowing to define print sequence manually when printing One at a time, contributed by @alexandr-vladimirov (Github) - Introduced a setting to apply Monotonic ordering to the Raft Top Surface - Introduced a Raft Wall Line Count for the Bottom, Middle and Top of the raft - The play speed of the nozzle in the preview is now closer to the movement of the printhead - Introduced an option to choose Drop Model to Buildplate every time a project file is loaded - Introduced DisplayInfoOnLCD Post Processing Script which combines DisplayFilenameAndLayerOnLCD with DisplayProgress, contributed by @GregValiant - Introduced alternative camera navigation similar to FreeCAD Trackpad, contributed by @quarnster -- Introduced a way to set print sequence manually when printing One at a time, contributed by @alexandr-vladimirov * MethodX specific improvements - Enabled Print over Cloud for UltiMaker MethodX and Method XL printers @@ -30,7 +29,7 @@ * Bug fixes: - Fixed significantly slower slicing for models with a lot of holes - Fixed a significant amount of crashes that are caused by self intersecting polygons -- FIxeda bug where Align to Buildplate did not work for grouped meshes, resolves https://github.com/Ultimaker/Cura/issues/14237 +- Fixed a bug where Align to Buildplate did not work for grouped meshes, resolves https://github.com/Ultimaker/Cura/issues/14237 - Fixed a bug where the models in a 3mf file would not load in their saved position, note that this also changes the behavior of the "import models" feature of a 3mf file, for this feature the saved model location will be ignored - Reduced the amount of floating support in area's near the support overhang angle threshold - Fixed a bug with the Initial Extruder Number in the start gcode, resolves https://github.com/Ultimaker/Cura/issues/17501