Removed repeated line

CURA-11738
This commit is contained in:
Saumya Jain 2024-03-15 14:27:26 +01:00
parent 826b2e42b2
commit b8e4251e6a

View file

@ -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