Skip to content

Commit 6251a81

Browse files
authored
Merge pull request #20431 from Ultimaker/CURA-12481_ChangelogUpdate
CURA-12481 changelog update
2 parents 1f62c1f + efd681b commit 6251a81

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

resources/qml/WelcomePages/ChangelogContent.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Item
4343
textArea.readOnly: true
4444
textArea.font: UM.Theme.getFont("default")
4545
textArea.onLinkActivated: Qt.openUrlExternally(link)
46+
textArea.rightPadding: 15
47+
textArea.leftPadding: 15
4648
}
4749

4850
Cura.PrimaryButton

resources/qml/WelcomePages/WhatsNewContent.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Item
114114
textArea.font: UM.Theme.getFont("default")
115115
textArea.onLinkActivated: Qt.openUrlExternally(link)
116116
textArea.leftPadding: 0
117-
textArea.rightPadding: 0
117+
textArea.rightPadding: 15
118118
}
119119
}
120120
}

resources/texts/change_log.txt

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
- Cheetah Gcode Flavor: Introduced a new Marlin-like Gcode flavor called Cheetah.
66
- SpaceMouse support: Navigate the view seamlessly with a 3D mouse, thanks to a collaboration with 3Dconnexion.
77
- Cloud Printing for Sketch Sprint: Enabled printing over cloud with Digital Factory for Sketch Sprint users.
8-
- Interlocking Settings: Moved Interlocking settings out of experimental into expert
8+
- Interlocking Settings: Moved Interlocking settings from "Experimental" to "Dual Extrusion" category and placed under "Expert" setting visibility preset.
99
- Build System Upgrade: Upgraded the build system from Conan 1 to Conan 2. Updated documentation is available.
1010
- Preview Looping: When the last layer is played in the preview, the first layer will now play again instead of stopping.
1111
- Updated About Page: The About Page now shows the used sources, their licenses, and their versions in a clearer way
1212
- Flip Y-axis Translate Tool Handle: Added an option to flip the Y-axis translate tool handle in preferences contributed by @GregValiant.
1313
- Rotation by Input & Snap Angle Input: Introduced rotation by input & snap angle input contributed by @HellAholic and @GregValiant.
14+
- Improved the speed when interacting with the Settings Visiblity window contributed by @HellAholic
1415
- Purge Lines And Unload Filament Post Processing Script: Added a Purge Lines and Unload Filament Post Processing Script contributed by @GregValiant and @HellAholic
1516
- Thingiverse "Open in Cura" Button Linux Support: Enabled the "Open in Cura" button from Thingiverse to open files in Linux contributed by @hadess.
1617
- Multitool Printer Configuration Options: Introduced 3 new configuration options in machine settings for multitool printers contributed by @TheSin-.
@@ -21,11 +22,13 @@
2122
* New settings:
2223
- Overhanging Wall Speeds, now gives you the ability to tune multiple values. Don’t forget to adjust the Overhanging Wall Angle to start using the setting.
2324
- Minimum Layer Time with Overhang and Minimum Overhang Segment Length: Fine-tune the minimum layer time for overhangs.
25+
Try it for yourself <a href="https://www.thingiverse.com/thing:6975650?utm_source=changelog&utm_medium=cura&utm_campaign=510">with this Overhanging Wall Angle Test</a>.
2426
- Inside Travel Avoid Distance: Finetune combing movements.
2527
- Pressure Advance Factor Setting: New setting for machine definitions.
2628
- You can now tune the Bottom Surface Skin, like you can tune the Top Surface Skin! You can now tune Extruder, Layers, Line Width, Pattern, Line Directions, Outer Wall Flow, Inner Wall(s) Flow, Flow, Outer Wall Speed, Inner Wall Speed, Skin Speed, Inner Wall Acceleration, Skin Acceleration, Outer Wall Jerk, Inner Wall Jerk, Skin Jerk, and Monotonic Bottom Surface Order
2729
- Enable/Disable USB Printing: A hidden preference setting to indicate that you are using the printer over USB functionality. This setting lays the groundwork for automatically disabling USB printing in the next release when it’s not being used.
2830

31+
2932
* Bug fixes:
3033
- Resolved a crash that occurred when switching materials on Sovol printers.
3134
- Random Seam no longer favors one side and not is truly random again
@@ -37,14 +40,27 @@
3740
- The number of decimal places displayed for layer height in the top bar has been reduced.
3841
- Fixed a bug that caused incorrect retracting and hopping on printers with more than 2 extruders.
3942
- Improved how fast the settings are loaded in the Settings Visibility window when scrolling
40-
- Improved how disallowed areas and other models are taken into account when arranging models on the buildplate
43+
- Improved how disallowed areas and other models are taken into account when arranging models on the buildplate, including other models
4144
- Preview playback now only shows visible parts. Infill lines, shell, and helpers are always hidden if disabled in preview's color scheme
4245

46+
47+
* Bugs resolved since the Beta release
48+
- Fixed a bug where the inner wall was bridging incorrectly
49+
- Fixed a bug where support meshes were not printing if they had nothing to support
50+
- Fixed a bug where project names would get mixed up when switching between projects
51+
- Improved the UltiMaker S8 profiles to boost reliability and quality
52+
- Updated Nylon CF Slide settings to reduce under extrusion
53+
- Reduced the chance of a filament jam on Method series printers with dual extrusion prints with small layertimes
54+
- The Bottom Surface Skin settings introduced in this release are now only enabled if 'Bottom Surface Skin layers' is more than zero
55+
- Fixed the translations for the drop-downs in the Print Setting recommended view
56+
- Columns in the Profile Description Screen can now be resized so long setting names can be read
57+
- Two non-critical security fixes were implemented to align with security best practices in OAuth2 and the printer-linter
58+
- Resolved top reported crashes coming in via the analyzing tool Sentry
59+
4360
* Printer definitions, profiles, and materials:
4461
- Introduced Visual Intents for the Sketch Sprint
4562
- Introduced new Extra Fast and Draft profiles for the Sketch Sprint
4663
- Introduced profiles for Sketch printers for Metallic PLA with improved surface quality (matte vs shiny)
47-
- Introduce High Speed and High Speed Solid intents for Method, Method X, and Method XL
4864
- Introduced PC ABS and PC ABS FR materials for Method X and Method XL
4965
- Introduced Nylon Slide for UltiMaker S Series Printers
5066
- Updated the Breakaway Build Volume Temperature for UltiMaker Factor 4

0 commit comments

Comments
 (0)