mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 02:45:58 +08:00
Merge branch '5.9' into CURA-12255_string_fix_translation
This commit is contained in:
commit
ececa1fbeb
@ -1,16 +1,16 @@
|
|||||||
version: "5.9.0-beta.1"
|
version: "5.9.0-beta.2"
|
||||||
requirements:
|
requirements:
|
||||||
- "cura_resources/5.9.0-beta.1"
|
- "cura_resources/5.9.0-beta.2"
|
||||||
- "uranium/5.9.0-beta.1"
|
- "uranium/5.9.0-beta.2"
|
||||||
- "curaengine/5.9.0-beta.1"
|
- "curaengine/5.9.0-beta.2"
|
||||||
- "cura_binary_data/5.9.0-beta.1"
|
- "cura_binary_data/5.9.0-beta.2"
|
||||||
- "fdm_materials/5.9.0-beta.1"
|
- "fdm_materials/5.9.0-beta.2"
|
||||||
- "dulcificum/0.2.1"
|
- "dulcificum/0.2.1"
|
||||||
- "pysavitar/5.3.0"
|
- "pysavitar/5.3.0"
|
||||||
- "pynest2d/5.3.0"
|
- "pynest2d/5.3.0"
|
||||||
- "native_cad_plugin/2.0.0"
|
- "native_cad_plugin/2.0.0"
|
||||||
requirements_internal:
|
requirements_internal:
|
||||||
- "fdm_materials/5.9.0-beta.1"
|
- "fdm_materials/5.9.0-beta.2"
|
||||||
- "cura_private_data/(latest)@internal/testing"
|
- "cura_private_data/(latest)@internal/testing"
|
||||||
urls:
|
urls:
|
||||||
default:
|
default:
|
||||||
|
@ -1 +1 @@
|
|||||||
version: "5.9.0-beta.1"
|
version: "5.9.0-beta.2"
|
||||||
|
@ -29,6 +29,17 @@
|
|||||||
- Fixed a bug that prevented changes to the initial layer diameter from being applied properly, contributed by @ThomasRahm
|
- 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
|
- Fixed a rounding issue in the engine math, @0x5844
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Printer definitions, profiles, and materials:
|
* Printer definitions, profiles, and materials:
|
||||||
- Introduced Makerbot Sketch Sprint
|
- Introduced Makerbot Sketch Sprint
|
||||||
- Introduced Makerbot Sketch and Sketch Large
|
- Introduced Makerbot Sketch and Sketch Large
|
||||||
@ -46,6 +57,12 @@
|
|||||||
- Updated Japanese translations by @h1data
|
- Updated Japanese translations by @h1data
|
||||||
- Brazilian Portuguese by @Patola
|
- 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
|
||||||
|
- 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]
|
[5.8.1]
|
||||||
|
|
||||||
* Bug fixes:
|
* Bug fixes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user