change_log.txt 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. [5.4]
  2. * Introduced the new Tree Support contributed by @ThomasRahm
  3. Try it for yourself <a href="https://www.thingiverse.com/thing:6069926?utm_source=changelog&utm_medium=cura&utm_campaign=54_beta">with this dragon pencil cup</a>.
  4. - Improved slicing time for Tree Support
  5. - Introduced 10 new settings and updated 2 so anyone can tune the behavior
  6. - Updated options for Tree Support Rest Preference to be more correct
  7. - Fixed a bug where Tree Support would generate unsupported islands
  8. - Fixed a bug where slicing would fail if Preference was set to On Any Flat Surface
  9. - Fixed a bug where branches were not generated when Support Interface was enabled.
  10. - Fixed a bug where the Support Overhang Angle caused a crash with Tree Support
  11. - Fixed a bug where the Support Interface was not correctly generated with Tree Support
  12. * Changed the order in which the brim is printed so it's easier to remove
  13. Introduced the Smart Brim setting that changes the order in which the brim lines are printed making them easier to remove.
  14. * Other new features and improvements:
  15. - Updated the UltiMaker logo to reflect the new company logo
  16. - Added support for the updated mainboard revisions of UltiMaker S3, S5, and S7
  17. - Introduced Hole Horizontal Expansion Max Diameter so only the expansion of smaller holes can be tuned while leaving larger holes untouched.
  18. - Introduced Skirt Height setting to make a skirt easier to remove
  19. - Improved the minimum layer time for printers with multiple extruders.
  20. - Improved accuracy of when the M104 Hotend Temperature command is added
  21. - Improved printing order of the prime tower to include a dual brim, primed every layer, and primed before and after the extruder switch.
  22. - Improved behavior for opening and closing categories when adding a new printer
  23. - Removed the settings related to Wire Printing since it was broken and barely used.
  24. - Upgraded PyQt to version 6.4.2 which improves responsiveness in the UI
  25. * Other Bug Fixes
  26. - Fixed a bug where undesirable micro segments would introduce jagged paths on curved surfaces.
  27. - Fixed a bug where the brim line would not be printed in the same orientation
  28. - Fixed a bug where models dropped to the buildplate when they were supposed to be floating
  29. - Fixed a bug where models would overlap if multiple models were loaded at the same time
  30. - Fixed a bug where an error would be shown too often in One At A Time print sequence
  31. - Fixed a bug where the message for a new Beta version available would show up during the Beta.
  32. - Fixed a bug where ESun PLA+ would display unsupported.
  33. - Fixed a bug where the printjob name was hard to read in darkmode
  34. - Fixed a bug where the Minimum Layer Time was incorrectly interpolated
  35. - Fixed a bug where Cura would crash on star-up for some Linux systems because of missing SimpleButton, contributed by @fieldOfView
  36. - Fixed a bug where the Post Processing Plugin would create extra folders, contributed by @fieldOfView
  37. - Fixed AppImage Icon for Linux systems, contributed by @leoheck
  38. - Fixed a bug where the buildplate temperature in the USB printing monitor was not rounded, contributed by @asteroids1975
  39. - Fixed a bug where retracting for Filament Change was not performed correctly because of an extra /n in the gcode. Contributed by @JuanManuelCuello
  40. * Printer definitions, profiles and materials:
  41. - Updated Infill- and Skin Overlap settings for UltiMaker printers
  42. - Enabled a modest Support Brim by default for UltiMaker printers
  43. - Updated Support Interface speeds for PVA for UltiMaker printers
  44. - Added Gutenberg G-Zero, contributed by @ChipCE
  45. - Added Hellbot Magna SE 300, and Magna SE Pro, contributed by @DevelopmentHellbot
  46. - Added Kingroon KP3S Pro, contributed by @willuhmjs
  47. - Added LNL3D D3, D3 Vulcan, D5 and D6, contributed by @LNL3D
  48. - Added Longer LK4 X, contributed by @BradleyFord
  49. - Added Mixware Hyper K, Hyper S, Vulcan, and Wand, contributed by @Mixwarebot
  50. - Added Snapmaker 2 A150, A250 an A350 dual extruder printers, contributed by @highpowerxh
  51. - Added Sovol SV04, contributed by @Joyce-lujunxu
  52. - Added Sovol SV06 plus, and updated Sovol SV06, contributed by @Ashok-Varma and @eropple
  53. - Added WeeFun Tina2, and WeeFun Tina2, contributed by @syntax1269
  54. - Updated Creality 3 S1, Creality 3 S1 Plus, and Creality 3 S1 Pro, contributed by @sparkym3
  55. - Updated Cremaker profile to remove material temperature boost, contributed by @hyu7000
  56. [5.3.1]
  57. Restored and updated translations for 11 languages
  58. * Bug fixes:
  59. - Fixed a bug where the machine definitions could not be updated
  60. - Fixed a bug where part of the model would not have fuzzy skin
  61. - Fixed a bug where a project files that contain an intent profile would not load correctly
  62. - Fixed a bug where Pause At Height was not working correctly for Griffin (UltiMaker printers)
  63. - Fixed a bug where slicing was blocked if initial printing temperature was higher than the printing temperature
  64. - Fixed a bug where Gcode would display NOMESH instead of NONMESH, contributed by ckvsoft
  65. - Fixed a bug where users were unable to slice with certain materials
  66. [5.3]
  67. <i>This release does not yet contain the new tree support implementation by ThomasRahm.<a href="https://github.com/Ultimaker/Cura/releases/tag/5.3.0-alpha%2Bxmas"> You can download a special Cura version for that here</a>.</i>
  68. * Interlocking Structure Generation
  69. - This new setting enables you to interlock multiple materials together, even if those materials are not compatible, contributed by BagelOrb. Try it for yourself <a href="https://www.thingiverse.com/thing:5842529?utm_source=changelog&utm_medium=cura&utm_campaign=53_beta">with this test model</a>.
  70. * Brim per Material
  71. - A brim can now be printed with multiple materials in the same model, contributed by BagelOrb
  72. * Updated Recommended Print Settings Menu
  73. - The number of settings available in the recommended have expanded. The redesign will make it easier to use intent profiles or save custom profiles.
  74. * Other new features and improvements:
  75. - Improved the Zseam behavior so Hide Seam is generated less randomly.
  76. - Fixed the order in which concentric top/bottom patterns are printed.
  77. - Replaced mentions of Ultimaker by UltiMaker to correctly reflect the merger.
  78. - Updated Load Project window with a new design.
  79. - Added tooling to automatically generate translation files to reduce the chance of human error.
  80. - Added quality type to slice meta-data so it can be displayed in the Ultimaker Digital Factory.
  81. - Added a new way to update profiles by adding a Save/Compare Settings Button in custom window.
  82. - Improved onboarding so it is easier to add your first cloud printer or a non-UltiMaker printer.
  83. - Included options to download .MSI and .PKG for easier software distribution.
  84. - Smoothed some support generation, so support is generated less jittery.
  85. - Reduced unnecessary support generation for small overhang regions, like textures.
  86. - Improved support generation so the support doesn't fold around the model.
  87. - Reduced stringing for Lift Head setting by removing the move in XY.
  88. - Added a Minimum Layer Time Temperature setting.
  89. - Added settings for Support Interface Wall Line Count, Support Roof Line Count, and Support Floor Line Count.
  90. - Added Brim Inside Avoid Margin setting, contributed by BagelOrb
  91. - Added prefix 'Printing' to post processing plugin script "DisplayFilenameAndLayerOnLCD" contributed by brunohenriquy
  92. - Added Enable, G-code Before, and G-code After To Filament Change, contributed by victornpb
  93. - Added support for per-object retraction settings, contributed by jeremysalwen
  94. - Updated PauseAtHeight so M18 becomes M84 when disarming, contributed by Cycov
  95. - Added an option to keep stepper motors engaged to Pause At Height, contributed by Cycov
  96. - Added an option to Beep at Pause to Pause At Height, contributed by Cycov
  97. - Added Additional Gcode Fields to Pause At Height, contributed by Cycov
  98. - Make Layer Number the default in Pause At Height, contributed by discip
  99. - Added more information when rotating a model using the arrows, contributed by Fabbro03
  100. - Added the "CTRL +" shortcut to open Preferences window, contributed by Ladnessness
  101. - Added the option to add Machine Action buttons in the Printer Preferences, contributed by julianCast
  102. * Bug fixes:
  103. - Fixed a slicing crash if they were placed in the center of the buildplate.
  104. - Fixed a slicing crash that would happen if Adaptive Layers Maximum Variation had a negative value.
  105. - Fixed a bug where an "object of type SettingFunction is not JSON serializable" error would prevent users from using certain plug-ins.
  106. - Fixed a bug where hole expansion would affect interlocking holes.
  107. - Fixed a bug where fuzzy skin would also apply to interlocking structures.
  108. - Fixed a bug where you could not load gcodes in Cura in some cases
  109. - Fixed a bug where some models would slice slower with Skin-Edge Support Layers
  110. - Fixed a bug where layers were skipped by inserting support interface on a raft
  111. - Fixed a bug where Relative Extrusion was not calculated correctly when using Retract Continue.
  112. - Fixed a bug that would prevent advanced users from slicing a batch with multiple STLs in a script.
  113. - Fixed a bug where skirt lines would not follow the convex contours of models.
  114. - Fixed a bug where Exclusing Slicing Tolerance was not applied correctly to bottom-layer(s).
  115. - Fixed a bug where small travels were not retracted correctly.
  116. - Fixed a bug where the printjob time showed 0 minutes if adaptive layer height was enabled.
  117. - Fixed a bug with Skin Overlap where the skin would overlap with the roofing.
  118. - Fixed a bug where Support Interface would be generated on top of support.
  119. - Fixed a bug where the Floor Support Interface would not be generated in certain models.
  120. - Fixed a bug where a long material list would disappear from the screen.
  121. - Fixed a bug where support is not generated correctly if Support Pattern is Concentric.
  122. - Fixed a bug where an increased Skin Removal Width would cut off part of the skin area.
  123. - Fixed a bug where Support Towers would be generated but would support nothing.
  124. - Fixed a bug where Small Feature Size would also be applied to inner-wall loops.
  125. - Fixed a bug where adhesion would be printed outside of the buildplate, contributed by BagelOrb
  126. - Fixed a bug where a primetower brim was printed when it shouldn't, contributed by BagelOrb
  127. - Fixed a bug where Ooze/Draft shields did not avoid prime tower, contributed by BagelOrb
  128. - Fixed a bug where not all Mac users could not use USB printing, contributed by Sovenger
  129. - Fixed input value for platform offset when adding a logo, contributed by drewdoggy
  130. - Fixed a bug where the travel move at the end of a layer unretracts, contributed by richfelker
  131. - Fixed a bug where WallToolPaths are not simplified, contributed by Piezoid
  132. - Fixed a bug where iterators were moving out of range, contributed by Piezoid and plaintoothpaste
  133. - Fixed a bug where the Maximum Area Deviation value was too small, contributed by Piezoid
  134. - Fixed a bug where we did not 'pickle' DefinitionContainers correctly, contributed by Piezoid
  135. - Fixed a bug where an airgap was present in Spiralized Outer Contour, contributed by richfelker
  136. - Fixed a bug where speeds defined for slower layers would impact speeds accelerations and jerks for the whole print, contributed by richfelker
  137. - Fixed a bug where materials with longer names in Materials Preferences were harder to read, contributed by Ghostkeeper
  138. * Bugs resolved in the Beta Release
  139. - Fixed a bug where no support would be generated for narrow ridges
  140. - Fixed a bug where Hole Horizontal Expansion would remove part of the model
  141. - Fixed a bug where Support Horizontal Expansion was broken
  142. - Fixed a bug where Enable Conical Support would prevent support from being generated
  143. - Fixed a bug where the brim would be printed from inside out
  144. - Fixed a bug where the brim width would not be respected in multi-extrusion
  145. - Fixed a bug where missing Geetech A10, Geetech Mizar S, and Geetech A30 definitions would cause a corrupt error message
  146. - Fixed a bug where you could not resize the Recommended settings window
  147. - Fixed a bug where wiping in the walls (as opposed to infill) wasn't working
  148. * Printer definitions, profiles and materials:
  149. - Support Towers are working again and enabled by default for all printers.
  150. - Updated Support Horizontal Expansion, Support Join Distance, and Minimum Support Area Settings for UltiMaker printers to improve support reliability.
  151. - Updated intent and quality files for UltiMaker printers to have more consistent file names.
  152. - Updated default Support Interface Pattern to ZigZag for UltiMaker printers
  153. - Updated Maximum Combing Distance for UltiMaker printers
  154. - Updated UltiMaker ABS Silver Metallic to the correct UltiMaker ABS Silver
  155. - Updated AnkerMake M5 definitions, contributed by just-trey
  156. - Updated Anycubic i3 Mega S/Pro profile, contributed by NilsRo
  157. - Updated Creality Ender CR10 start GCode, contributed by InstantMuffin
  158. - Updated Creality Sermoon V1 profiles to include hotend specifics, contributed by Iggomez
  159. - Updated Geetech A10M, A10, A20, A20M, A20T, A30M, MizarS, contributed by whoseyoung
  160. - Updated PPGF30 temperature from 235 to 240, introduced by heed818
  161. - Updated Rigid3D machine definitions, contributed by mehmetsutas
  162. - Updated Sovol SV01, SV02, and SV03, contributed by eropple
  163. - Updated Sovol's SV01 and SV02 bed dimensions, contributed by eropple
  164. - Updated VzBot definition, contributed by ckvsoft
  165. - Added AnkerMake M5, contributed by just-trey
  166. - Added Anycubic Kobra Go, contributed by Razzeee
  167. - Added Artillery Hornet, contributed by wilds
  168. - Added Biqu Hurakan, contributed by looxonline
  169. - Added Blocks ONE MKII, Blocks One, Blocks Pro S100, Blocks Pro S30, Blocks R21, Blocks RD50, and Blocks Zero, contributed by jgrilo-blocks
  170. - Added Creality CR-10 Smart, contributed by eropple
  171. - Added Creality Ender-3 S1 Plus, and Ender-3 S1 Pro, contributed by izilzty
  172. - Added Creality Sermoon V1, and Sermoon V1 Pro, contributed by Iggomez
  173. - Added Dagoma Sigma, and updated Dagome Pro430, contributed by 0r31
  174. - Added Elegoo Neptune 1, Neptune 2s, Neptune 3, Neptune 3 Max, Neptune 3 Plus, Neptune 3 Pro, and Neptune X, contributed by NARUTOfzr
  175. - Added FablabBcn PastePrinter, contributed by EDUARDOCHAMORRO
  176. - Added Flsun V400, contributed by dengdaitianhei
  177. - Added Fusion3 F410, contributed by 64bittuning
  178. - Added Geetech A10Pro, A30Pro, A30T, E180, GiantArmD200, I3ProB, i3ProC, I3PrW, MeCreator, MeCreator2, MeDucer, Mizar, MizarM, MizarMax, MizarMax, MizarPro, and Thunder, contributed by whoseyoung
  179. - Added Klema 180, Klema 250, Klema 250 Pro, Klema 250 Twin, and Klema 500, contributed by polyntsev
  180. - Added Modix V3 BIG-120X, V3 BIG-120Z, V3 BIG-180X, V3 BIG-40, V3 BIG-60, V3 BIG-Meter, V4 BIG 60, V4 120x, V4 120z, V4 180x, and V4 BIG-Meter contributed by Modix3D
  181. - Added SnakeOil Standard 180, and SnakeOil Standard 250, contributed by ChipCE
  182. - Added Sovol SV01PRO, SV05, and SV06, contributed by eropple
  183. - Added UMO+ DXU, contributed by ansonl
  184. - Added Voron Trident 250, Trident 300, and Trident 350, contributed by RagingRoosevelt
  185. * Community translations:
  186. - Updated French translations, contributed by xommit
  187. - Updated a typo in Japanese translations, contributed by tamorikawa
  188. * Known critical issues:
  189. - Translations are not complete yet, we hope to resolve this before 5.4.
  190. - Part of models are not being Fuzzyfied when fuzzy skin is enable yet, we hope to resolve this before 5.4.
  191. - The experimental setting Wire printing seems to be broken
  192. - Reports have been coming in that Cura is running slow on Windows 11 <a href="https://github.com/Ultimaker/Cura/issues/13820"> We are collecting cases here</a>.
  193. - Multiple external monitors on Windows (especially if from the same brand) <a href="https://support.ultimaker.com/hc/en-us/articles/6103674944156">might be a problem under some circumstances</a>.
  194. - Does Cura (not) work on your OS (version)? See <a href="https://support.ultimaker.com/hc/en-us/articles/360011889579">this article</a> for clarification.
  195. [5.2.2]
  196. * Introducing the UltiMaker S7
  197. - Included support for the new UltiMaker S7
  198. * Bug fixes:
  199. - Allow UltiMaker S7 printers to receive Material Profiles
  200. * Printer definitions, profiles and materials:
  201. - Improved Initial Layer settings for UltiMaker S7, S5, and S3 printers
  202. - Disabled Support Towers for UltiMaker S7, S5, and S3 printers
  203. - Cleaned up material profiles, by removing duplicate setting segments, and unused elements
  204. - Updated preferred quality type for all UltiMaker 3D printers
  205. [5.2.1]
  206. * Bug fixes:
  207. - Restored Italian translations (was French)
  208. - Restored simplified Chinese translations (was Czech)
  209. [5.2]
  210. * Abstract Cloud Printer Type
  211. Online cloud printers are now grouped by type. You can slice with the ('abstract') printer type, and afterwards choose a specific printer to print with.
  212. * Support For 'Guest'-Type Accounts (In Digital Factory)
  213. Users with the ‘Guest’ role can prepare print jobs in Ultimaker Cura and send them to the printers via Digital Factory. These print jobs will not start until they are approved by a user with an 'Member' or 'Admin' role.
  214. * More Control Over Initial Layer Flow
  215. Three new settings: 'Initial Layer Outer Wall Flow', 'Initial Layer Inner Wall Flow', 'Initial Layer Bottom Flow', to better counteract the 'elephants foot' phenomenon.
  216. * Other new features and improvements:
  217. - Auto-remove holes from not completely solid models in vase-mode
  218. - Add setting for 'tree support max diameter'
  219. - Add option to drop-down models to the build-plate individually, contributed to Piezoid
  220. - Added a preference to make the tray icon optional, contributed by fieldOfView
  221. - (Community Developer Update: Proper workflow for 'installing from source' on Windows! <a href="https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source">See our wiki.</a>)
  222. * Bug fixes:
  223. - Fixed a crash to do with the serialization of functions, contributed by Piezoid
  224. - Fixed a crash that could occur when a user has non-latin characters in their Windows username
  225. - Another 'Tree Support Starts in Air' fix
  226. - Restore tooltips (if available) for Intents in Recommended print settings
  227. - Fix startup on 'Zorin OS' (a Linux flavor), contributed by Tim453
  228. - On Windows, (admin) users should be able to uninstall via 'Programs and Features' again
  229. - Correct version number in Windows uninstaller
  230. - Uninstalling didn't remove all files in Windows
  231. - (Windows) An uninstall could only be done by the original user that installed
  232. - Don't ignore bottom pattern when spiralizing
  233. - Don't 'Union All' for 'Merged Meshes Overlap'
  234. - Seam placement was not in the correct corner in some cases
  235. - Cutting meshes with 'surface' set to 'both' cut through the mesh
  236. - Brim lines where ordered the wrong way in some cases
  237. - Random seam is now more random
  238. - Correctly apply combing when spiralizing, contributed by smartavionics
  239. - Don't spam the user with spurious 'Cura Notification's (Windows only)
  240. - Don't spam the logs with duplicated deprecated warnings, contributed by Patschke
  241. - Properly update the infill percentage in the top bar after an intent profile switch
  242. - In certain rare situations, layers would be printed multiple times when monotonic fill was on
  243. - Put tree support infill density at 0% by default
  244. - Machine settings: Also save values when closing the window, not just when focus' changed
  245. - Reduce clickable area of settings checkboxes, to prevent mis-clicks
  246. - Fixed a crash when an unnamed tool would be accessed (possibly related to plugin use)
  247. - Fix an issue where a plugin would crash because of a missing dependency
  248. - Many helpful code refactors, contributed by digitalfrost
  249. - Fix for to-mouse zoom on screens with scaling factor, contributed by seaniepie
  250. - Models could not be multiplied in one-at-a-time mode
  251. * Printer definitions, profiles and materials:
  252. - Added Creality Ender 3 S1 profile, contributed by Sebazzz
  253. - Added Anycubic Kobra (Max), contributed by ANYCUBIC-3D
  254. - Added HCTECH printers, contributed by 3d-hctech
  255. - Added da Vinci Pro EVO, contributed by heed818
  256. - Fix FLSUN QQ-S platform orientation, contributed by RVillani
  257. - Fix Kingroon printers from going outside the build-volume in the end-gcode, contributed by odaki
  258. - Added Geetech Mizar_S, contributed by Geeetech3D
  259. - Added Tank-M printer, contributed by KOONOVO3DPrinter
  260. - Update Renkforce RF100XL definition, contributed by imakecodes
  261. - Added VzBot profiles, contributed by ckvsoft
  262. - Added (additional) mingda printers, contributed by jianshu-du
  263. - Added Naxe machines, contributed by Naxecorp
  264. - Added T-Rex 2+, T-Rex 3, contributed by jim-edwards
  265. - Update FLsun SR, contributed xPakrikx
  266. - Update Anycubic mega zero, contributed by NOVAXIM
  267. - Added some Renkforce machines, contributed by goofoo3d
  268. * Community translations:
  269. - Updated the Brazilian Portuguese translation, contributed by Patola
  270. - Updated the Czech translation, contributed by sustmi
  271. * Known critical issues:
  272. - While some small fixes have been made already, the placement of the seam is still more scattered than before 5.0. (Will try to fix in stable.)
  273. - <a href="https://support.ultimaker.com/hc/en-us/articles/6103470096028">Support is sometimes missing in detailed parts</a>, where previous releases supported them properly (still). (Will probably not be fixed in stable. This is currently slated for 5.3)
  274. - Multiple external monitors on Windows (especially if from the same brand) <a href="https://support.ultimaker.com/hc/en-us/articles/6103674944156">might be a problem under some circumstances</a>. (Will probably not be fixed in stable.)
  275. * Does Cura (not) work on your OS (version)? See <a href="https://support.ultimaker.com/hc/en-us/articles/360011889579">this article</a> for clarification.
  276. [5.1.1]
  277. * New features:
  278. - Added support for the Ultimaker S3 and Ultimaker S5 updated mainbord
  279. <i>MacOS 10.15 is no longer supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning.</i>
  280. [5.1]
  281. <i>For an overview of the new features in Cura 5.1, please watch <a href="https://youtu.be/7jetjsHLIvk">our video</a>.</i>
  282. * Improved toolpath simplification algorithm
  283. The algorithm that reduces the resolution of the print has been rewritten, providing a more constant resolution to allow for greater precision without causing buffer underruns.
  284. * Added option to alternate wall direction
  285. A new setting causes the direction of printing walls to alternate between layers and adjacent walls, which reduces warping in the print.
  286. * Adjusted combing boundaries to reduce scarring
  287. Travel moves through the inside of the models are adjusted so that they should keep more distance from the model where possible, yet allowing travels through narrow parts without retractions.
  288. * Reduced acceleration and jerk commands for travel moves
  289. We added the option to disable acceleration and jerk commands for travel moves. If disabled, they will take on the acceleration of the printed part of its destination. This greatly reduces file size and buffer underruns.
  290. * Project files know which packages they require
  291. Newly created project files will now store which packages they require from the Ultimaker Marketplace. If a project needs a material from there, the user will be prompted to download it.
  292. * Other new features and improvements:
  293. - The interface to select the printing profile in Recommended Mode has been redesigned.
  294. - Implemented multi-threaded slicing for MacOS, to bring it in line with other operating systems, contributed by Piezoid.
  295. - Cura now links toolpaths to project files in the Digital Factory.
  296. - Improved performance of loading STL files on Linux.
  297. - Packages from the Marketplace can now contain intent profiles.
  298. - The application now makes heavy use of Conan to make it easier and faster to build releases of Cura.
  299. - Start and end g-code can now refer to the currently active profile with replacement keys.
  300. - To provide proper compatibility with both older and newer Linux distribution, this release contains two Linux builds.
  301. * Bug fixes:
  302. - Fix resetting configuration if it gets corrupt.
  303. - Monotonic ordering now works again for top surfaces.
  304. - Fix a bug where Remove Raft Inside Corners didn't always remove all corners.
  305. - Fix the position of the toolbar if the toolbar is too tall to fit.
  306. - Intents in the Recommended Mode now show a description again.
  307. - Remove Inside Corners and Raft Base Wall Count can now be changed per extruder, though they will affect the entire print.
  308. - Fix opening STL files with special characters in their header.
  309. - Fix crash at start-up on newer Linux distributions.
  310. - Fix priming when printing a raft with a different extruder for some of its layers.
  311. - Fix a case where the inner wall ends up protruding through the outside of the model.
  312. - Improve some details on dark mode colouring.
  313. - Fix an error sometimes occurring when uninstalling plug-ins.
  314. - Fix a rendering issue with pop-up dialogues on MacOS.
  315. - Fix Discard or Keep Changes dialog showing an outdated setting value.
  316. - Horizontal Scaling Shrinkage Compensation no longer adjusts the size of the build volume, allowing the full size of the build plate to be used.
  317. - Fixed overextrusion when using gradual infill with thin strips of infill.
  318. - Fix opening STL files with special characters in their file header.
  319. - Fix slicing failure when using Randomize Infill Start in some cases.
  320. - Restore reminder to sync materials with your printer when using cloud printers with custom materials.
  321. - The tool bar should no longer show up in the monitor stage.
  322. - Exporting materials should now retain settings unknown to Cura as well.
  323. * Printer definitions, profiles and materials:
  324. - Improved profiles for PVA and support for Ultimaker printers.
  325. - Adjust retraction speed and distance for Voron, contributed by Haxk20 and Cbc02009
  326. - Heat up extruder and build plate at the same time for Ender 3 Pro, contributed by XDazld.
  327. - Add new Tough PLA colours.
  328. - Add DD0.4 print cores for Ultimaker printers.
  329. - Add MakerGear M2 printer, contributed by Wanders78746.
  330. - Add Trimarker Nebula Plus printer, contributed by MatiGabaglio.
  331. - Various small profile improvements.
  332. * Community translations:
  333. - Updated the Brazilian Portuguese translation, contributed by Patola.
  334. - Updated the Czech translation, contributed by sustmi.
  335. * Known critical issues:
  336. - The placement of the seam has gotten more scattered than in previous releases.
  337. - Support is sometimes missing in detailed parts, where previous releases supported them properly.
  338. [5.0]
  339. <i><a href="https://youtu.be/kRj7pR4OkQA">Watch the launch event</a> to learn more about Ultimaker Cura 5.0.</i>
  340. * New slicing engine
  341. Following special beta releases to test the Arachne engine, we are pleased to announce our new slicing engine is here in Ultimaker Cura! This all-new engine uses variable line widths when preparing files for printing, meaning you can now print thin and intricate parts more accurately and with greater strength.
  342. * Renewed the Ultimaker Cura Marketplace
  343. We have streamlined the workflow for accessing the Ultimaker Marketplace inside of Ultimaker Cura. The UI has been improved and it’s now easier and faster to find and install plugins and material profiles.
  344. * Improved print profiles for Ultimaker printers
  345. The new slicing engine in Ultimaker Cura 5.0 has helped us to improve our print profiles. This means that users of Ultimaker printers can achieve speed increases of up to 20%.
  346. * Upgrade from Qt5 to Qt6
  347. Ultimaker Cura 5.0 is now compatible with Apple M1.
  348. * Other new features and improvements:
  349. - New Cura icon
  350. - New Cura splash screen
  351. - Updated the digital build plates for Ultimaker printers
  352. - Introduce Minimum Wall Line Width, contributed by BagelOrb
  353. - Settings for metal printing implemented
  354. - Shrinkage compensation is now available for PLA, tPLA and PETG
  355. - Improved default Line Widths for Spiralize
  356. - Decrease resolution to remove some buffer underruns
  357. - Incomplete languages are now shown in the language drop-down menu
  358. - Improved the visibility of the checkboxes
  359. * Bug fixes:
  360. - Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages
  361. - Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb
  362. - Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb
  363. - Changed the priority of CuraEngine
  364. - Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by BagelOrb
  365. - Fixed double scroll bar, contributed by fieldOfView
  366. - Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by BagelOrb
  367. - Fixed a bug where the seam placement was uneven
  368. - Fixed a bug where Top Surface Skin Layers didn't work
  369. - Fixed a bug where Speed in the flow setting were not respected
  370. - Fixed a bug with unnecessary retracted travel moves
  371. - Fixed a bug where the Ironing Inset didn't work
  372. - Fixed a bug where Support Layers were missing
  373. - Fixed a crash if Randomize Infill Start was used
  374. - Fixed a bug where Combing was in the wrong part with dual extrusion
  375. - Fixed a crash with Bridging and Top Surface Skin Layers
  376. - Fixed a bug where modifier meshes didn't work in one-at-a-time mode
  377. - Fixed a bug where Tree Support Branches where not being generated
  378. - Fixed a bug where less support was generated
  379. - Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by BagelOrb
  380. - Fixed disallowed areas for Brim gap, contributed by BagelOrb
  381. * Bug fixes after the 5.0 beta:
  382. - Fixed a bug where Retraction Distance couldn't have small values
  383. - Fixed a bug where there were duplicated themes
  384. - Fixed a bug where there were scrollbars showing on tooltips
  385. - Fixed a bug where drag and drop was not working on the first run of Cura
  386. - Fixed a bug where Infill Percentages are not lined up correctly in Recommended mode
  387. - Fixed a bug where it wasn't clear if the textfield was active
  388. - Fixed a bug where highlighted text in text field is unreadable
  389. - Fixed missing icons, contributed by fieldOfView
  390. - Fixed a bug where scrolling through long material list was not possible
  391. - Fixed a bug where multiply was not possible, contributed by fieldOfView
  392. - Fixed a bug where micro segments are causing blobs
  393. - Fixed a bug where there was over extrusion when printing with gradual infill
  394. - Fixed a bug where error values could slice
  395. - Fixed a bug where the CPU was high when Cura was idle
  396. - Fixed a bug where an existing gcode file was overwritten when you select no to overwrite
  397. - Fixed a crash when selecting extruders
  398. - Fixed a bug where exporting profiles didn't work
  399. - Fixed a slicing error with certain infill patterns
  400. - Fixed a bug where printing via USB stops during the print
  401. - Fixed a bug where the toolgrips where missing, contributed by fieldOfView
  402. - Fixed a bug where the print values didn't save when closing the page, contributed by fieldOfView
  403. - Fixed the width of a Menu to fit the widest MenuItem, contributed by fieldOfView
  404. - Fixed a bug where Use Single Instance of Cura in Preferences crashes upon restart
  405. - Fixed a bug where travels would go through the model with printing PVA
  406. - Fixed a bug where Concentric ironing was affecting the print quality
  407. - Fixed a bug where there were missing infill layers
  408. - Fixed AppRun permissions, contributed by probonopd
  409. * Printer definitions, profiles and materials:
  410. - Added Atom 3 and Atom 3 Lite printer definitions, contributed by Daniel-Kurth
  411. - Added Layer One Black PLA, Dark Grey PLA and White PLA, contributed by Daniel-Kurth
  412. - Added FLSUN Q5 printer definition, contributed by kreuzhofer
  413. - Added Creatlity CR100 printer definition, contributed by bodyboarder2528
  414. - Added Mixware Hyper-S printer definition, contributed by mixware011
  415. - Added Creality Sermoon D1 printer definition, contributed by felixstif
  416. - Added Volumic SH65, Stream30Pro MK3 and Stream30Ultra SC2 printer definitions, contributed by VOLUMIC
  417. - Updated Eryone Thinker and ER20 profiles, contributed by Eryone
  418. - Updated Atom 2 profile, contributed by lin-ycv
  419. - Added Hellbot Hidra and Magna series printer definitions, contributed by DevelopmentHellbot
  420. - Updated Snapmaker 2 End-Gcode, contributed by Rolzad73
  421. - Updated the Tinyboy Fabricator printer definitions, contributed by reibuehl
  422. - Updated the Creality Ender 5 printer profile, contributed by Rakhmanov
  423. * Community translations:
  424. - Updated the Brazilian Portuguese translation, contributed by Patola
  425. - Updated the Czech translation, contributed by sustmi
  426. - Updated some of the Simplified Chinese translation, contributed by iBral
  427. <i>From version 5.0 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.14 will no longer be supported.
  428. Ubuntu 18.04 is also no longer supported because of the update to Qt6.</i>
  429. [4.13.1]
  430. * Bug fixes
  431. - Fixed a bug where tree support could go through the model
  432. - Fixed a bug where there were incomplete layers in surface mode
  433. [4.13.0]
  434. <i>For an overview of the new features in Cura 4.13, please watch <a href="https://youtu.be/chvAuI6Eqto">our video</a>.</i>
  435. * Sync material profiles
  436. With Ultimaker Cura 4.13, we give you access to a seamless material experience for Ultimaker Material Alliance materials – with the ease of use you’ve come to expect from Ultimaker materials. You can easily synchronize your Material Alliance profiles with your S-line Ultimaker hardware, at the click of a button.
  437. * New print profile
  438. A new print profile with 0.3mm layer height for PLA Tough PLA, PVA and BAM for Ultimaker S-line printers
  439. * 3MF thumbnail
  440. Show the model in the thumbnail of a .3mf file, contributed by fieldOfView
  441. * Infill density
  442. When printing with a 100% infill the infill pattern will change to ZigZag for all Ultimaker print profiles
  443. * User login authentication
  444. We’ve streamlined the user login authentication by removing any restrictions, especially for strict enterprise-level IT requirements.
  445. * Other new features and improvements:
  446. - Improved TPU: top layers have large bridge distance
  447. - Add warning icon to show which extruder is causing the configuration to be 'Not Supported', contributed by fieldOfView
  448. - Show what's new pages with every Cura build
  449. - Speed up loading of settings list
  450. - Re-use vertex buffer objects in rendering
  451. - Add Build Volume Temperature value to ChangeAtZ, contributed by legend069
  452. - Allow plugins to have multiple views, contributed by Tyronnosaurus
  453. - Reduced top/bottom speed for TPU
  454. - Increased lined width for 0.3mm layer height profiles
  455. - Improved logging to allow debugging in early start-up process
  456. * Bug fixes:
  457. - Fixed a bug with surface mode will not print all layers
  458. - Fixed a bug where maximum retraction could cause a crash
  459. - Reduced flow for 100% density parts
  460. - Fixed a bug in Surface Mode where small line-segments were created
  461. - Changed the Russian translation for 'nozzle', contributed by mlapkin
  462. - Fixed a visualization bug where layer lines were rendered in weird directions
  463. - Fixed a crash when receiving incomplete cloud API responses
  464. - Add SET_RPATH option to CMake, contributed by boomanaiden154
  465. - Fixed initial layer bed and print head temperature for Snapmaker profile, contributed by prueker
  466. - Fixed shader compilation on some GPUs, contributed by fieldOfView
  467. - Fixed a bug where Cross 3D infill pattern vertical angles varies wildly
  468. - Bridge Skin Density can be set above 100%
  469. - Fixed tiny travel moves when monotonic ordering was enabled
  470. - Fix crash when using 'Select face to align to the build plate', contributed by eliadevito
  471. - Fixed a bug in fuzzy skin where sometimes it produced weird long overshoots, contributed by BagelOrb
  472. - Fixed undo and redo for support blockers
  473. - Fixed a bug where the Native CAD plugin wouldn't loading
  474. - Fixed a bug where the camera view toggle was not visible
  475. - Fixed some German translations, contributed by Sekisback
  476. - Fixed the link of the beta update message
  477. - Fixed a crash due to extruder being out of range
  478. - Fixed a bug where a disabled extruder was used
  479. - Fixed a bug where the aborted state was not reflected correctly in Monitor view
  480. - Fixed a bug in Pause at Height where it stops extruding
  481. - Fixed a bug where support blockers were included in the bounding box after loading a project file
  482. - Fixed a bug where grouped models become unslicable if the first extruder was disabled
  483. - Fixed a bug in Tree Support where the Z Distance was too big
  484. - Prevented QT plug-ins from being loaded from an insecure directory if an environment variable is set
  485. * Printer definitions, profiles and materials:
  486. - Add Eazao Zero printer definition, contributed by Hogan-Polaris
  487. - Add XYZprinting printer definitions, contributed by heed818
  488. [4.12.1]
  489. * Bug fixes
  490. - Updated Shapely to version 1.8.0 which, among other things, fixes multiplying objects on MacOS Monterey
  491. - Fixed a bug in Lightning infill where the infill was printed multiple times under certain circumstances
  492. [4.12.0]
  493. <i>For an overview of the new features in Cura 4.12, please watch <a href="https://youtu.be/CjFRT6Txn3U">our video</a>.</i>
  494. * Lightning infill
  495. The new lightning infill setting lets you to print high-quality top layers but is optimized to use less material and increase your production speed. Special thanks to rburema and BagelOrb!
  496. * Improved top surface quality
  497. We’ve tweaked the Monotonic setting and made adjustments throughout Ultimaker print profiles. This removes occasional scarring on models and improves top surface quality by default.
  498. * Improved horizontal print quality
  499. Resulting in reduction of ringing, improving resolution and overall print quality.
  500. * App switcher
  501. The new switcher provides a simpler way to navigate and use other Ultimaker applications, including Ultimaker Digital Factory, Ultimaker Marketplace, and Ultimaker 3D Printing Academy. Reporting bugs to Github is now just one click away, and it’s easier to find the application you need.
  502. * Faster start-up
  503. We've shaved 10 seconds from Ultimaker Cura's start-up time by optimizing profile data caching.
  504. * Other new features:
  505. - Moved the skip button to the left bottom on the sign in onboarding page and replaced with the sign in button and Create new account
  506. - Add {material_type} and {material_name} as replacement patterns, contributed by fieldOfView
  507. - Update file name after saving
  508. - Make parking optional in all "methods" of Pause at Height, contributed by fieldOfView
  509. * Bug fixes:
  510. - Fixed a bug when combing goes through skin on Top Surface Skin Layers
  511. - Fixed a bug in one-at-a-time mode to not wait for initial layer bed temperature if the temperature stays the same
  512. - Fixed a bug where there was double infill and gap filling
  513. - Fixed a bug with monotonic ironing that causes fan speed jump to 255 for ironing pass
  514. - Fixed an engine crash when using monotonic ordering with zigzag skin pattern
  515. - Fixed missing commas in disallowed list for code injections, contributed by YuvalZilber
  516. - Fixed various typos, contributed by luzpaz
  517. - Fixed Filament Change Retract method
  518. - Fixed extra microsegments inserted from Wall Overlap Computation
  519. - Fixed inconsistent material name in the header and material selection dropdown
  520. - Fixed scaling model down after scaling it up with tool handles
  521. - Fixed single instance option when opening different files
  522. - Fixed duplicating and multiplying support blockers
  523. - Fixed a bug where a random 0 was added in end g-code
  524. - Fixed a bug in Tree support in the global and per object settings
  525. - Fixed a bug where special characters in configuration files caused a crash
  526. - Fixed a bug where infill goes through skin
  527. - Fixed a bug where ironing doesn't listen to combing mode
  528. - Fixed a bug related to the translations in the monitor tab
  529. * Printer definitions, profiles and materials:
  530. - Added Creasee CS50S pro, Creasee Skywalker and Creasee Phoenix printer definitions, contributed by ivovk9
  531. - Added Joyplace Cremaker M V1, M V2, S V1, contributed by hyu7000
  532. - Added Hellbot printer definitions, contributed by DevelopmentHellbot
  533. - Added Arjun Pro 300 printer definition, contributed by venkatkamesh
  534. - Added AtomStack printer definitions, contributed by zhpt
  535. - Added Weedo X40 printer definition, contributed by x40-Community
  536. - Added 3DI D300 printer definition, contributed by v27jain
  537. - Changed Crealiy Ender 5 Plus end g-code, contributed by mothnox
  538. - Updated definitions and extruders of Hellbot Magna 2 230/300 dual, contributed by DevelopmentHellbot
  539. - Updated Eryone Thinker printer profile, contributed by Eryone
  540. - Updated FLSUN Super Racer profiles, contritubed by Guilouz
  541. - Updated Mega S and X acceleration to firmware default, contributed by NilsRo
  542. * Known bugs with Lighting infill:
  543. - Connect infill polygons doesn't work
  544. - Infill Wipe Distance applies to every polyline
  545. - Infill mesh modifier density
  546. - Infill Overlap doesn't work
  547. - Infill before walls order doesn't respect the order when Lightning is enabled
  548. [4.11.0]
  549. <i>For an overview of the new features in Cura 4.11, please watch <a href="https://youtu.be/OcFkcDyO5DU">our video</a>.</i>
  550. * Monotonic ordering
  551. The new Monotonic top/bottom order setting enables users to print parts with smoother top surfaces. This is especially useful for parts that need good aesthetics, such as visual prototypes. Or for parts that benefit from smooth surfaces, such as those that contact-sensitive components.
  552. * Complete UI refresh
  553. Look around and you will notice that we have refreshed over 100 icons throughout Ultimaker Cura. The new icons are designed for clarity – resulting in a simpler and more informative slicing experience. Also, when scaling the Ultimaker Cura window, the UI will adapt, resulting in less visual clutter.
  554. * Improved digital library integration
  555. Collaborative workflows using the Digital Library are now simpler. Every user with a cloud-connected Ultimaker 3D printer can access stored projects. And we have added a “Search” function to make finding files easier.
  556. * Save materials profiles to USB
  557. Users can now save all third-party material profiles to USB. <i>This feature is for Ultimaker S-line printers only and is especially useful for cloud-connected (or offline) printers.</i>
  558. * Notifications for beta and plugin releases
  559. Users can now set notification preferences to alert them to new Ultimaker Cura beta and plug-in releases.
  560. * Improve logging of errors in OAuth flow
  561. When helping a user with log-in problems it is easier to see where the OAuth flow goes wrong.
  562. * Search in the description in the settings visibility menu
  563. When searching in the settings visibility menu you will also search in the description of the settings.
  564. * Bug fixes:
  565. - Fixed the setting visibility button to make it easier to click
  566. - Inform the user that their webcam does not work because they are cloud connected
  567. - Inform the user that their webcam does not work if the firewall is enabled
  568. - Fixed a crash when pressing the slice button while context menu is opened
  569. - Support non-ASCII character in the Digital Library project name
  570. - Fixed integer underflow if print is less than half the initial layer height
  571. - Fixed a bug where infill mesh sometimes default to having walls or skin
  572. - Fix builds with Python 3.8, contributed by StefanBruens
  573. - Fix CC settings for PLA
  574. - Fixed memory leak in Zeroconf 0.25
  575. - Fixed connecting USB printing with detecting baud-rates, contributed by rrrlasse
  576. - Fixed crash when Cura crashes on exit
  577. - Fixed a bug where the infill goes through walls
  578. - Fixed the version upgrade of preferences file
  579. - Fixed missing icons in deprecated icons list, contributed by fieldOfView
  580. - Fixed a crash in CuraEngine when the prime tower is placed in an invalid position
  581. - Fixed a bug when user is unable to sign in on Linux if a Keyring backend is installed
  582. - Fixed the rotation direction of the 90 degrees rotation arrows, contributed by fieldOfView
  583. * Printer definitions, profiles and materials:
  584. - Added SecKit SK-Tank, SK-Go printer definitions, contributed by SecKit
  585. - Added MP Mini Delta 2 printer definition, contributed by PurpleHullPeas
  586. - Added Kingroon K3P and K3PS printer definitions, contributed by NoTaMu
  587. - Added Eryone PLA, PLA Wood, PLA Matte and PETG 1.75mm profiles, contributed by dapostol73
  588. - Added BIQU BX printer definition, contributed by looxonline
  589. - Added FLSun Super race printer definitions, contributed by thushan
  590. - Added Atom 2.0 and Atom Plus printer definitions, contributed by lin-ycv
  591. - Added PBR 3D Gen-I printer definition, contributed by pbr-research
  592. - Added Creasee 3D printer definitions, contributed by ivovk9
  593. - Updated Strateo3D profiles, contributed by ChronosTech
  594. - Added Voron V0 printer definitions, contributed by jgehrig
  595. - Updated Liquid profiles, contributed by alexgrigoras
  596. - Added Farm 2 and Farm2CE printer definitions, contributed by saliery999
  597. - Added GooFoo and Renkforce print definitions and GooFoo materials, contributed by goofoo3d
  598. *<i>From version 4.11 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.13 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning.</i>
  599. [4.10]
  600. The release notes of versions &lt;= 4.10 can be found in our <a href="https://github.com/Ultimaker/Cura/releases?page=2">releases GitHub page</a>.