# UltiMaker Cura changelog
> Slicing software for 3D printing.
- Vendor: UltiMaker
- Category: Design Tools
- Official site: https://ultimaker.com/software/ultimaker-cura/
- Tracked by: What's New (https://whatsnew.fyi/product/cura)
- Harvested from: GitHub (Ultimaker/Cura)
- Entries below: 10 (newest first)
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
## Releases
### 5.14.0-alpha.0 — UltiMaker Cura 5.14.0-alpha.0
- Date: 2026-06-25
- Version: 5.14.0-alpha.0
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.14.0-alpha.0
- Permalink: https://whatsnew.fyi/product/cura/releases/5.14.0-alpha.0
- Labels: Pre-release
- **added** — Introduce support-painting feature to paint on the model to indicate where support should and shouldn't be placed
- **added** — Add experimental support for Cura on Windows ARM platforms
- **added** — Introduce Top/Bottom/Skin Merge Distance setting to merge those areas together when they are too small to be printed correctly
- **added** — Introduce Minimum Infill Line Length setting to remove unnecessary lines of infill added in small areas
- **changed** — Process custom GCode parts in the engine to ensure that all the variables have the most accurate value
- **changed** — Process end-of-print GCode variables in the engine to ensure that more accurate values are inserted
- **changed** — Create dialogs only when necessary instead of at application boot to save boot time and memory
- **changed** — Discard top and bottom surfaces when their settings are identical to skin settings to avoid printing them separately
- **changed** — Discard very thin infill areas that are printed within skin and disrupts the flow
- **changed** — Improve positioning of models when loading multiple models from a non-project 3MF file
- **changed** — Improve the OpenGL shaders compatibility
- **fixed** — Fix the most common sources of slicing crashes
- **fixed** — Remove an unnecessary and long travel move added when printing supported floating models
- **fixed** — Fix an issue where top and bottom surfaces could be generated although they were disabled
- **fixed** — Fix the print temperature command of the initial layer when using the 'zigzag' pattern
- **fixed** — Fix an issue where the project window could be displayed at an unexpected position
- **fixed** — Remove hardcoded T0 in start gcode for anycubic ACE PRO enabled K3
- **fixed** — Fix multiple bugs in Elegoo Neptune 3 Pro: acceleration, retraction_combing, end gcode
New features and improvements:
- Introduced support-painting: paint on the model to indicate where support should and shouldn't be placed
Take complete control over your supports with our new Support Painting feature. You can now customize exactly where supports are placed simply by brushing them directly onto your 3D model. Whether you want to fine-tune auto-generated structures or paint an entirely custom support pattern from scratch, this intuitive tool gives you absolute authority over your print's stability. By targeting only the necessary areas, you can significantly reduce print times, save filament, and ensure cleaner surface finishes upon support removal.
- Experimental support for Cura on Windows ARM platforms
With this release, we are excited to introduce an experimental Cura installer built specifically for Windows on ARM architecture. This preview allows users on ARM-powered devices (such as those running Qualcomm Snapdragon processors) to experience the native Cura workflow and performance. Please note that as an experimental release, you may encounter occasional bugs or performance inconsistencies. We highly encourage our community to test it out and share feedback to help us refine the experience.
- Custom GCode parts are now processed in the engine, to ensure that all the variables have the most accurate value
- End-of-print GCode variables are now processed in the engine, to ensure that more accurate values are inserted, contributed by @wawanbreton
- Dialogs that were previously created at application boot are now created only when necessary, which saves some boot time and memory
- Discard top and bottom surfaces when their settings are identical to skin settings, which avoids printing them separately
- Discard very thin infill areas that are printed within skin and disrupts the flow
- Improve positioning of models when loading multiple models from a non-project 3MF file
- Improved the OpenGL shaders compatibility, contributed by @hellAholic
New Settings:
- Introduced Top/Bottom/Skin Merge Distance, which allows merging those areas together wen they are too small to be printed correctly
- Introduced Minimum Infill Line Length, which allows removing unnecessary lines of infill added in small areas
Bug fixes:
- Fixed the most common sources of slicing crashes (those that would have to be worked around by moving the model on the build plate)
- Removed an unnecessary and long travel move added when printing supported floating models
- Fixed an issue where top and bottom surfaces could be generated, although they were disabled
- Fixed the print temperature command of the initial layer when using the 'zigzag' pattern, contributed by @hellAholic
- Fixed an issue where the project window could be displayed at an unexpected position
Printer definitions, profiles and materials
- Removed hardcoded T0 in start gcode for anycubic ACE PRO enabled K3
- Fixed multiple bugs in Elegoo Neptune 3 Pro: acceleration, retraction_combing, end gcode
### 5.13.0 — UltiMaker Cura 5.13.0
- Date: 2026-05-28
- Version: 5.13.0
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.13.0
- Permalink: https://whatsnew.fyi/product/cura/releases/5.13.0
- **added** — Added the new UltiMaker Factor 4+ printer, including profiles
- **added** — Added option to specify file association during the installation of Cura for Windows
- **added** — Introduced Infill Start/End Preference settings that give control over the starting location of infill
- **added** — Added Support Infill option Lightning, and the following supporting settings: Support Lightning Angle, Support Lightning Overhang Angle, Support Lightning Prune Angle, and Support Lightning Straightening Angle
- **added** — Introduced Support Infill Line Multiplier to increase the quantity of infill lines
- **added** — Introduced Minimum Hole Area in Brim Support to filter out small holes in the support brim
- **added** — Added Temperature Delta Top Surface to print top surfaces at a different temperature
- **added** — Added more options to Retract Before Outer Wall to give more control over retraction behavior when traveling to the outer wall
- **added** — Added Initial Layer Wall Ordering to give control over the order in which walls are printed for the initial layer
- **fixed** — Support blockers now function correctly even when assigned to a disabled extruder and no longer cause slicing conflicts
- **fixed** — Fixed an issue where thin support structures would be generated within tree support
- **fixed** — Fixed an issue where the tree support interface layer would be missing
- **fixed** — Randomized infill now also works for infill skin support
- **fixed** — Fixed an issue where Keep or Discard profile user preference would be ignored
- **fixed** — Overhanging wall speed was previously applied too aggressively, resulting in extremely slow printing in overhanging areas
- **fixed** — Travel speed was applied to layer switches, resulting in high-speed Z-travels
- **fixed** — Fixed an issue where certain 3MF files would incorrectly load with an invalid setting configuration
- **fixed** — Fixed an issue where certain setting combinations would skip parts of the skin and walls sections
- **fixed** — Resolved an issue where slicing would fail when both Raft build plate adhesion and Support Lightning Infill were enabled
- **fixed** — Fixed an issue where overhang speed would be applied inconsistently when both Split Infill and Overhang Speed settings were enabled
New features and improvements:
- Added the new UltiMaker Factor 4+ printer, including profiles
- Added option to specify file association during the installation of Cura for windows, contributed by @hellAholic
New Settings:
- Introduced Infill Start/End Preference settings that give control over the starting location of infill
- Added Support Infill option "Lightning", and in addition the following supporting settings: Support Lightning Angle, Support Lightning Overhang Angle, Support Lightning Prune Angle, and Support Lightning Straightening Angle, which together allow you to add and control lightning infill generated for support structures
- The Support Infill Line Multiplier has been introduced to increase the quantity of infill lines. When an even number of lines is specified through this setting and paired with lightning support, it produces a single extrusion line for each island
- Introduced Minimum Hole Area in Brim Support, which filters out small holes in the support brim, resulting in a more consistent brim
- Added Temperature Delta Top Surface, which allows you to print top surfaces at a different temperature
- Added more options to Retract Before Outer Wall to give more control over retraction behavior when traveling to the outer wall
- Added Initial Layer Wall Ordering which gives control over the order in which the walls are printed for the initial layer, contributed by @hellAholic
Bug fixes:
- Support blockers now function correctly even when assigned to a disabled extruder; they no longer cause slicing conflicts and continue to effectively block support
- Fixed an issue where thin support structures would be generated within tree support
- Fixed an issue where the tree support interface layer would be missing
- Randomized infill now also works for infill skin support
- Fixed an issue where Keep or Discard profile user preference would be ignored
- Overhanging wall speed was previously applied too aggressively, resulting in extremely slow printing in overhanging areas
- Travel speed was applied to layer switches, resulting in high-speed Z-travels
- Fixed an issue where certain 3MF files would incorrectly load with an invalid setting configuration
- Fixed an issue where certain setting combinations would skip parts of the skin and walls sections
- Resolved an issue where slicing would fail when both Raft build plate adhesion and Support Lightning Infill were enabled
- Fixed an issue where overhang speed would be applied inconsistently when both Split Infill and Overhang Speed settings were enabled
- Fixed an issue where the profile has changes notification would overlap with UI elements
- Fixed an issue where certain setting configurations would cause a large amount of small line segments to be generated for the prime tower
- Fixed an issue where clicking the "Sign in to Digital Factory" button twice would fail to log in
Printer definitions, profiles and materials:
- Updated high-speed S-Line profiles to improve tree support strength and improved seam behavior by ending infill close to the seam and traveling to the seam unretracted
- Improved material detection for Method line printers to automatically select support material for the raft interface
- Automatically disable Infill Skin Support if Gradual Infill Steps is enabled, since these are conflicting settings, contributed by @hellAholic
### 5.12.1 — UltiMaker Cura 5.12.1
- Date: 2026-04-13
- Version: 5.12.1
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.12.1
- Permalink: https://whatsnew.fyi/product/cura/releases/5.12.1
- **fixed** — Fixed an issue where the export action for .makerbot file format would fail unexpectedly
Bug fixes:
- Fixed an issue where the export action for `.makerbot` file format would fail unexpectedly.
### 5.12.0 — UltiMaker Cura 5.12.0
- Date: 2026-03-05
- Version: 5.12.0
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.12.0
- Permalink: https://whatsnew.fyi/product/cura/releases/5.12.0
- **changed** — Bridge lines are now anchored to layers below where possible and can be interlaced for improved quality
- **changed** — Settings for disabled extruders are now greyed out to prevent editing settings that will not be used
- **added** — Warning appears in the Preview stage if your model is hidden because an extruder is unchecked
- **changed** — Updated combing behavior for thin parts by updating the behavior for Inside Travel Avoid Distance so it doesn't ooze over walls
- **changed** — Self-intersecting infills like Grid, Triangular, and Cubic are hidden for some printers in recommended mode
- **added** — Layer height is now displayed in preview mode in mm in addition to the layer number
- **added** — Pop-up added to help with using the Select Face mode when rotating a model
- **added** — New button under the Help dropdown to quickly open the log files
- **added** — Honeycomb and Octagon infill types ensure the toolpath never crosses its own path on the same layer
- **added** — Infill Start/End Move Inwards Length settings add an extra line at the beginning and end of infill to prime the infill and prevent blobs on outside wall
- **added** — Infill Skin Support consolidates and replaces Extra Infill Lines to Support Skin, Skin Edge Support Layer, and Bridging Over Infill Settings
- **added** — Middle option introduced to the Z Seam Positions
- **added** — Print Estimation Factor added to the Printer Settings to adjust predicted printing time
- **changed** — Improved responsiveness when working with printers connected over Digital Factory
- **changed** — Improved Scarf Seam behavior when used on overhangs and visualization of these seams in the preview
- **added** — Option added to abort sending a cloud print job if the loading bar gets stuck
- **changed** — Updated the behavior for One At a Time print jobs to reduce the chance of collisions at the end of the printing process
- **fixed** — Extruder End Gcode is now added to the end of the print process before Machine End Gcode
- **fixed** — Fixed an issue where a model was still displayed as unprintable after switching the assigned extruder
- **fixed** — Fixed an issue where unretracted travel moves could be generated over top surfaces when Inside Travel Avoid Distance could not be applied
New features and improvements:
**Bridging behavior** over rectangular empty spaces and infill are now placed in a smarter way. The bridge lines are now anchored to layers below where possible. Bridge lines can now also be interlaced for improved quality.
Fewer mistakes, less wasted time. Settings for **disabled extruders are now greyed out** to prevent "ghost editing," where you might spend time fine-tuning the Printing Temperature or Retraction Distance for Extruder 2, only to realize later that the entire model was set to print with Extruder 1. Additionally, a warning appears in the Preview stage if your model is hidden because an extruder is unchecked.
- Updated combing behavior for thin parts so it doesn't ooze over the walls by updating the behavior for Inside Travel Avoid Distance
- Added a warning in the preview if the reason you are not seeing your model is that the extruder is unchecked
- Self-intersecting infills like Grid, Triangular, and Cubic are hidden for some printers in recommended mode because they introduce artifacts at high speeds. They are still available in Custom mode
- Added height of the layer in preview mode in mm in addition to the layer number, contributed by @HellAholic
- Added a pop-up to help with using the Select Face mode when rotating a model, resolves Ultimaker/Cura#21359, contributed by @HellAholic
- Improved the reliability and maintainability of the Cura UI and Post Processing plugin, contributed by @HellAholic
- Added a new button under the Help dropdown to quickly open the log files, contributed by @HellAholic
- Updated the Filament Change script of the Post Processing plugin to support multiline Gcode Before and Gcode After, contributed by @Hobbe and @GregValiant
- Updated the Z-Hop on Travel Post Processing script to include an option for Support Interface Only, contributed by @GregValiant
- Updated the Post Processing plugin with a bigger text area in the UI to allow for easier editing of multiple lines of Gcode, contributed by @HellAholic
- Updated the Advanced Cooling Fan Control Post Processing plugin to add an Enable and Fan Jump Start setting, contributed by @GregValiant
- Updated the Display Info on LCD Post Processing plugin to reflect Filament Cost and allow for the adjustment of the Cura estimated time, contributed by @GregValiant
- Updated the Purge Lines and Unload Post Processing plugin so the CUSTOM addition in the Gcode doesn't trigger an error, contributed by @GregValiant
New Settings:
New **Honeycomb** and **Octagon** infill types ensure the toolpath never crosses its own path on the same layer, reducing the chance of the nozzle hitting the infill during printing. Infill Start/End Move settings move the infill starts away from the wall to prevent surface blobs from a nozzle traveling to start a new infill line.
- Introduced Infill Start/End Move Inwards Length settings that add an extra line at the beginning and the end of your infill to prime the infill and prevent blobs on the outside wall
- Introduced Infill Skin Support to consolidate and replace Extra Infill Lines to Support Skin, Skin Edge Support Layer, and Bridging Over Infill Settings.
- Introduced a Middle option to the Z Seam Positions, contributed by @GregValiant @HellAholic
- Introduced a Print Estimation Factor to the Printer Settings that allows you to adjust the predicted printing time when you notice it deviates consistently from reality, contributed by @HellAholic
Bug fixes:
- Improved responsiveness when working with printers that are connecte
_[Truncated at 4000 characters — full notes: https://github.com/Ultimaker/Cura/releases/tag/5.12.0]_
### 5.12.0-beta.1 — UltiMaker Cura 5.12.0-beta.1
- Date: 2026-02-20
- Version: 5.12.0-beta.1
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.12.0-beta.1
- Permalink: https://whatsnew.fyi/product/cura/releases/5.12.0-beta.1
- Labels: Pre-release
- **added** — Bridge lines are now anchored to layers below where possible and can be interlaced for improved quality
- **added** — Settings for disabled extruders are now greyed out to prevent editing them accidentally
- **added** — Warning appears in the preview stage if a model is hidden because an extruder is unchecked
- **added** — Height of the layer in preview mode is displayed in mm in addition to the layer number
- **added** — Pop-up added to help with using the Select Face mode when rotating a model
- **added** — New button under the Help dropdown to quickly open the log files
- **added** — Honeycomb and Octagon infill types ensure the toolpath never crosses its own path on the same layer
- **added** — Infill Start/End Move Inwards Length settings add an extra line at the beginning and end of infill to prime and prevent blobs on the outside wall
- **added** — Infill Skin Support setting consolidates Extra Infill Lines to Support Skin, Skin Edge Support Layer, and Bridging Over Infill Settings
- **added** — Middle option added to the Z Seam Positions
- **added** — Print Estimation Factor added to the Printer Settings to adjust predicted printing time
- **changed** — Combing behavior for thin parts updated so it does not ooze over walls by updating Inside Travel Avoid Distance
- **changed** — Self-intersecting infills like Grid, Triangular, and Cubic are hidden for some printers in recommended mode to prevent artifacts at high speeds
- **changed** — Filament Change script of the Post Processing plugin updated to support multiline Gcode Before and Gcode After
- **changed** — Z-Hop on Travel Post Processing script updated to include an option for Support Interface Only
- **changed** — Post Processing plugin updated with a bigger text area in the UI for easier editing of multiple lines of Gcode
- **changed** — Advanced Cooling Fan Control Post Processing plugin updated to add an Enable and Fan Jump Start setting
- **changed** — Display Info on LCD Post Processing plugin updated to reflect Filament Cost and allow adjustment of the Cura estimated time
- **changed** — Purge Lines and Unload Post Processing plugin updated so the CUSTOM addition in the Gcode does not trigger an error
- **fixed** — Fixed an issue where a model was still displayed as unprintable after switching the assigned extruder
- **fixed** — Fixed an issue where unretracted travel moves could be generated over top surfaces when Inside Travel Avoid Distance could not be applied, now retracted instead
New features and improvements:
**Bridging behavior** over rectangular empty spaces and infill are now placed in a smarter way. The bridge lines are now anchored to layers below where possible. Bridge lines can now also be interlaced for improved quality.
Fewer mistakes, less wasted time. Settings for **disabled extruders are now greyed out** to prevent "ghost editing," where you might spend time fine-tuning the Printing Temperature or Retraction Distance for Extruder 2, only to realize later that the entire model was set to print with Extruder 1. Additionally, a warning appears in the Preview stage if your model is hidden because an extruder is unchecked.
- Updated combing behavior for thin parts so it doesn't ooze over the walls by updating the behavior for Inside Travel Avoid Distance
- Added a warning in the preview if the reason you are not seeing your model is that the extruder is unchecked
- Self-intersecting infills like Grid, Triangular, and Cubic are hidden for some printers in recommended mode because they introduce artifacts at high speeds. They are still available in Custom mode
- Added height of the layer in preview mode in mm in addition to the layer number, contributed by @HellAholic
- Added a pop-up to help with using the Select Face mode when rotating a model, resolves Ultimaker/Cura#21359, contributed by @HellAholic
- Improved the reliability and maintainability of the Cura UI and Post Processing plugin, contributed by @HellAholic
- Added a new button under the Help dropdown to quickly open the log files, contributed by @HellAholic
- Updated the Filament Change script of the Post Processing plugin to support multiline Gcode Before and Gcode After, contributed by @Hobbe and @GregValiant
- Updated the Z-Hop on Travel Post Processing script to include an option for Support Interface Only, contributed by @GregValiant
- Updated the Post Processing plugin with a bigger text area in the UI to allow for easier editing of multiple lines of Gcode, contributed by @HellAholic
- Updated the Advanced Cooling Fan Control Post Processing plugin to add an Enable and Fan Jump Start setting, contributed by @GregValiant
- Updated the Display Info on LCD Post Processing plugin to reflect Filament Cost and allow for the adjustment of the Cura estimated time, contributed by @GregValiant
- Updated the Purge Lines and Unload Post Processing plugin so the CUSTOM addition in the Gcode doesn't trigger an error, contributed by @GregValiant
New Settings:
New **Honeycomb** and **Octagon** infill types ensure the toolpath never crosses its own path on the same layer, reducing the chance of the nozzle hitting the infill during printing. Infill Start/End Move settings move the infill starts away from the wall to prevent surface blobs from a nozzle traveling to start a new infill line.
- Introduced _Infill Start/End Move Inwards Length_ settings that add an extra line at the beginning and the end of your infill to prime the infill and prevent blobs on the outside wall
- Introduced _Infill Skin Support_ to consolidate and replace Extra Infill Lines to Support Skin, Skin Edge Support Layer, and Bridging Over Infill Settings.
- Introduced a _Middle option to the Z Seam Positions_, contributed by @GregValiant
- Introduced _a Print Estimation Factor_ to the Printer Settings that allows you to adjust the predicted printing time when you notice it deviates consistently from reality, contributed by @HellAholic
Bug fixes:
- Improved responsiveness when working with printers that are connected ov
_[Truncated at 4000 characters — full notes: https://github.com/Ultimaker/Cura/releases/tag/5.12.0-beta.1]_
### 5.11.0 — UltiMaker Cura 5.11.0
- Date: 2025-10-23
- Version: 5.11.0
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.11.0
- Permalink: https://whatsnew.fyi/product/cura/releases/5.11.0
New features and improvements:
A new set of **paint-on features designed to give you more flexibility** and control when preparing your prints:
Paint seams directly on your model to define where Cura places the z-seam, or block areas where seams should not appear. Paint extruder assignments for multi-material printing. Easily designate different regions of your model to different extruders with a simple brush workflow. These new painting tools make it easier than ever to fine-tune the look, feel, and performance of your parts.
Try it for yourself with this Painting Easel Test.

UltiMaker’s newest professional printers the **UltiMaker S6 and UltiMaker S8 get even more powerful** . Expanded print core support: slice with AA 0.25, AA 0.4, AA 0.8, CC 0.4, and CC 0.6 cores. Improved material quality: PLA, Tough PLA, ABS, and PETG profiles now produce smoother surfaces, stronger parts, and better dimensional accuracy. New draft intent profiles: faster printing options for common materials, optimized for productivity. Visit our website if you want to learn which of our S Series 3D printers is right for you.
If you were not using the USB-Cable Printing in the previous (5.10) version of Cura, it is automatically disabled for them. In addition, an option is added to the Cura Preferences under General where user can easily **Enable or Disable the USB-cable** printing by checking, unchecking the setting and restarting Cura.
- Introduced a pop-up that appears if user have an extruder that they are not using, allowing them to disable it for better quality
- Updated the Release Notification so the team can share more information about what's in the new release.
- Updated the logic for storing Cura Back-ups to download instead of store Cura plugins when restoring a back-up.
- Updated the Splash Screen and Header to show the correct UltiMaker logo.
- Updated local connection to UltiMaker Printers to allow for user verification.
- If users were not using the USB-Cable Printing in the previous (5.10) version of Cura, it is automatically disabled for them. In addition, an option is added to the Cura Preferences under General where user can easily Enable or Disable the USB-cable printing by checking, unchecking the setting and restarting Cura.
- Significantly updated the ChangeAtZ Script, to support relative extrusion, firmware retraction. Added "layer range" as an option and Travel moves are separated so changes in print speed don't necessarily affect them, contributed by @GregValiant
- Introduced a Post Processing Script that allows user to use their printer for Annealing or Drying, contributed by @GregValiant
- Updated the DisplayInfoOnLCD plug-in so it now correctly displays the Remaining time, contributed by @GregValiant, resolves https://github.com/Ultimaker/Cura/issues/18766
- Update Create Thumbnail Post Processing Plugin with an option Thumbnail Begin/End and Use '*' for size of image, contributed by @geekykayaker-anon
- Updated the Cooling Profile Post Processing Plug-in to include Build Volume Fan, and Idle Speed, contributed by @GregValiant
- Updated the Filament Change Post Processing Log-in to hide the "Z-Move" when in "use firmware configuration" mode, contributed by @GregValiant
- Enable more retraction settings to be set per-model, contributed by @jeremysalwen
- Updated Insert At
_[Truncated at 4000 characters — full notes: https://github.com/Ultimaker/Cura/releases/tag/5.11.0]_
### 5.11.0-beta.1 — UltiMaker Cura 5.11.0-beta.1
- Date: 2025-10-03
- Version: 5.11.0-beta.1
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.11.0-beta.1
- Permalink: https://whatsnew.fyi/product/cura/releases/5.11.0-beta.1
- Labels: Pre-release
New features and improvements:
A new set of **paint-on features designed to give you more flexibility** and control when preparing your prints:
Paint seams directly on your model to define where Cura places the z-seam, or block areas where seams should not appear. Paint extruder assignments for multi-material printing. Easily designate different regions of your model to different extruders with a simple brush workflow. These new painting tools make it easier than ever to fine-tune the look, feel, and performance of your parts.
Try it for yourself with this Painting Easel Test.

UltiMaker’s newest professional printers the **UltiMaker S6 and UltiMaker S8 get even more powerful** . Expanded print core support: slice with AA 0.25, AA 0.4, AA 0.8, CC 0.4, and CC 0.6 cores. Improved material quality: PLA, Tough PLA, ABS, and PETG profiles now produce smoother surfaces, stronger parts, and better dimensional accuracy. New draft intent profiles: faster printing options for common materials, optimized for productivity.
If you were not using the USB-Cable Printing in the previous (5.10) version of Cura, it is automatically disabled for them. In addition, an option is added to the Cura Preferences under General where user can easily **Enable or Disable the USB-cable printing** by checking, unchecking the setting and restarting Cura.
- Introduced a pop-up that appears if user have an extruder that they are not using, allowing them to disable it for better quality
- Updated the Release Notification so the team can share more information about what's in the new release.
- Updated the logic for storing Cura Back-ups to download instead of store Cura plugins when restoring a back-up.
- Updated the Splash Screen and Header to show the correct UltiMaker logo.
- Updated local connection to UltiMaker printers to allow for user verification.
- Significantly updated the ChangeAtZ Script, to support relative extrusion, firmware retraction. Added "layer range" as an option and Travel moves are separated so changes in print speed don't necessarily affect them, contributed by @GregValiant
- Introduced a Post Processing Script that allows user to use their printer for Annealing or Drying, contributed by @GregValiant
- Updated the DisplayInfoOnLCD plug-in so it now correctly displays the Remaining time, contributed by @GregValiant, resolves https://github.com/Ultimaker/Cura/issues/18766
- Update Create Thumbnail Post Processing Plugin with an option Thumbnail Begin/End and Use '*' for size of image, contributed by @geekykayaker-anon
- Updated the Cooling Profile Post Processing Plug-in to include Build Volume Fan, and Idle Speed, contributed by @GregValiant
- Updated the Filament Change Post Processing Log-in to hide the "Z-Move" when in "use firmware configuration" mode, contributed by @GregValiant
- Enable more retraction settings to be set per-model, contributed by @jeremysalwen
- Updated Insert At Layerchange post processing plug-in to allow for lowercase commands, resolves https://github.com/Ultimaker/Cura/issues/20441
- Introduced a Post Processing Script that allows for defining Z-Hop on Travel, contributed by @GregValiant
New Settings:
- **Multi-material Precision**, and **Multi-material Deepness** allow you to finetune your painted brush strokes
- **Initial layer build fan speed**, and **build fan speed settings** for more control over the build volume fan
- **Retraction During Travel Move**, **Keep Retracting During Trave
_[Truncated at 4000 characters — full notes: https://github.com/Ultimaker/Cura/releases/tag/5.11.0-beta.1]_
### 5.11-alpha — 🖼️Painting + BambuLabs Build🖼️ (5.11 Alpha)
- Date: 2025-08-28
- Version: 5.11-alpha
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.11-alpha
- Permalink: https://whatsnew.fyi/product/cura/releases/5.11-alpha
- Labels: Pre-release
###### ⚠️Warnings & Disclaimers⚠️
- Alpha's and 'nightlies' are _experimental_ builds -- please use this release in an _exploratory_ fashion only, please _do not_ rely on it for important tasks like production.
- Features introduced in this build are (often) unfinished, may be drastically altered for Beta (and subsequent Final) release(s), or even outright removed.
- This build will also _not_ receive any official support -- it is purely to (showcase and) facilitate discussion of new features within the Cura-community.
- This effort is our own and should not be seen as a formal partnership with any 3rd party. We are aware that there are clear differences between us and BambuLabs. However, we both share a fundamental commitment to empowering the 3D printing community. Our focus is on supporting creators and pushing the boundaries of what is possible.
##### A nightly build with Painting 🎨 and Bambu 🎋
Once again, two sizeable new features that we'd like to have your feedback on have (nearly) arrived to Cura!
- We've introduced a Painting Tool into Cura -- for now, this can be used to paint allowed or disallowed areas for seam, or to _paint on materials_.
- Bambu-printers work a little different than most things out there in the 3D printing ecosystem (at least from a slicer perspective) -- so we had to pull out some tricks to get them working together properly with Cura.
Also, we've introduced a feature just for builds like this; where you can select if you'd like to 'start clean' or use the current configuration folder -- this helps not contaminate your main config should the alpha still have some issues. -- Also the banner-colour on the top is different from our usual deep blue, to let you know this isn't a normal release (or beta).
###### Painting 🎨
Painting, or various tasks that practically require paint-on functionality, have been a much requested feature for a good while. For now with the first introduction of paint-on in Cura, two of those features are coming along:
- Seam painting forces or disallows seams to be present on certain areas of the model.
- Material painting can be used to paint the use of different extruders onto, and _into_ areas of the model -- we go a little _deeper_ than our competition though -- the entire model is taken into account, not just the surface.
We are exploring other painting applications, like Paint On Support, but those are more effort than expected and might not show up in the upcoming release.
###### Known issues 🦟
- Occasionally, simpler(?) models can still generate a wrong UV-map -- a workaround is to _export_ such an object to the .OBJ file-format, and then reload it -- the UV-mapping needed for painting should be correct. **Try the above if painting doesn't seem to work properly at all.**
- Painting (especially with multiple materials) may take extra slicing-time -- _and progress isn't communicated to the front-end yet_ -- **this means it may seem 'stuck' for a while after pressing Slice.**
- Painting isn't fully optimized yet, which is why we've limited the brush-size for now. (In general, there are some issues with brush-size.)
- For painting, undo/redo works with Ctrl-L and Shift-Ctrl-L respectively -- since we don't know if it's wanted that the undo-stacks for (other) model-operations should be the same as the painting ones.
- There's some initial slowdown when appl
_[Truncated at 4000 characters — full notes: https://github.com/Ultimaker/Cura/releases/tag/5.11-alpha]_
### 5.10.2 — UltiMaker Cura 5.10.2
- Date: 2025-07-31
- Version: 5.10.2
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.10.2
- Permalink: https://whatsnew.fyi/product/cura/releases/5.10.2
UltiMaker S6 and S8 improvements:
- Introduced the CC+ 0.6 core to the UltiMaker S6 and S8. This core delivers better results for demanding applications and will be replacing the CC+ 0.4 core.
- Added new profiles for PC and CPE+ on UltiMaker S6 and S8
- Updated the default support type for the PETG material for UltiMaker S6 and S8
_This release introduces print quality improvements for the UltiMaker S6 and S8 for carbon-filled printing. We intend to improve more non-engineering materials in a follow-up release._
### 5.10.1 — UltiMaker Cura 5.10.1
- Date: 2025-06-03
- Version: 5.10.1
- Original notes: https://github.com/Ultimaker/Cura/releases/tag/5.10.1
- Permalink: https://whatsnew.fyi/product/cura/releases/5.10.1

The new UltiMaker S6 is here
Print with the new UltiMaker S6 in Cura from day 1. The UltiMaker S6 is the newest addition to the S series of UltiMaker printers that carries forward the award-winning legacy of the S5, now supercharged with innovations like the UltiMaker Cheetah for up to 4x productivity. Learn more about this printer here.
Other improvements:
- Introduced Visual Intent profiles for PLA and Tough PLA for the UltiMaker S8
- Introduced High-Speed Intents for ABSR for Method X and Method XL
Bug fixes:
- Updated UltiMaker S8 profiles to significantly improve the quality of PC, CPE, CPE+, PETG, support structures, and dual extrusion prints
- Support brims no longer listen to the Brim Distance setting, so the brims will always be attached to the support
- Fixed a bug affecting multi-extruder printers where the initial temperature was not set correctly at the start of a print if all features used an extruder other than T0