change_log.txt 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. [5.1]
  2. * Improved toolpath simplification algorithm
  3. 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.
  4. * Added option to alternate wall direction
  5. A new setting causes the direction of printing walls to alternate between layers and adjacent walls, which reduces warping in the print.
  6. * Adjusted combing boundaries to reduce scarring
  7. 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.
  8. * Reduced acceleration and jerk commands for travel moves
  9. 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.
  10. * Project files know which packages they require
  11. 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.
  12. * Other new features and improvements:
  13. - The interface to select the printing profile in Recommended Mode has been redesigned.
  14. - Cura now links toolpaths to project files in the Digital Factory.
  15. - Improved performance of loading STL files on Linux.
  16. - Packages from the Marketplace can now contain intent profiles.
  17. - The application now makes heavy use of Conan to make it easier and faster to build releases of Cura.
  18. - Start and end g-code can now refer to the currently active profile with replacement keys.
  19. - To provide proper compatibility with both older and newer Linux distribution, this release contains two Linux builds.
  20. * Bug fixes:
  21. - Fix resetting configuration if it gets corrupt.
  22. - Monotonic ordering now works again for top surfaces.
  23. - Fix a bug where Remove Raft Inside Corners didn't always remove all corners.
  24. - Fix the position of the toolbar if the toolbar is too tall to fit.
  25. - Intents in the Recommended Mode now show a description again.
  26. - Remove Inside Corners and Raft Base Wall Count can now be changed per extruder, though they will affect the entire print.
  27. - Fix opening STL files with special characters in their header.
  28. - Fix crash at start-up on newer Linux distributions.
  29. - Fix priming when printing a raft with a different extruder for some of its layers.
  30. - Fix a case where the inner wall ends up protruding through the outside of the model.
  31. - Improve some details on dark mode colouring.
  32. - Fix an error sometimes occurring when uninstalling plug-ins.
  33. - Fix a rendering issue with pop-up dialogues on MacOS.
  34. - Fix Discard or Keep Changes dialog showing an outdated setting value.
  35. - Horizontal Scaling Shrinkage Compensation no longer adjusts the size of the build volume, allowing the full size of the build plate to be used.
  36. - Fixed overextrusion when using gradual infill with thin strips of infill.
  37. - Fix opening STL files with special characters in their file header.
  38. - Fix slicing failure when using Randomize Infill Start in some cases.
  39. - Restore reminder to sync materials with your printer when using cloud printers with custom materials.
  40. - The tool bar should no longer show up in the monitor stage.
  41. - Exporting materials should now retain settings unknown to Cura as well.
  42. * Printer definitions, profiles and materials:
  43. - Improved profiles for PVA and support for Ultimaker printers.
  44. - Adjust retraction speed and distance for Voron.
  45. - Heat up extruder and build plate at the same time for Ender 3 Pro.
  46. - Add new Tough PLA colours.
  47. - Add DD0.4 print cores for Ultimaker printers.
  48. - Add MakerGear M2 printer.
  49. - Add Trimarker Nebula Plus printer.
  50. - Various small profile improvements.
  51. * Known critical issues:
  52. - The placement of the seam has gotten more scattered than in previous releases.
  53. - Support is sometimes missing in detailed parts, where previous releases supported them properly.
  54. [5.0]
  55. <i><a href="https://youtu.be/kRj7pR4OkQA">Watch the launch event</a> to learn more about Ultimaker Cura 5.0.</i>
  56. * New slicing engine
  57. 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.
  58. * Renewed the Ultimaker Cura Marketplace
  59. 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.
  60. * Improved print profiles for Ultimaker printers
  61. 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%.
  62. * Upgrade from Qt5 to Qt6
  63. Ultimaker Cura 5.0 is now compatible with Apple M1.
  64. * Other new features and improvements:
  65. - New Cura icon
  66. - New Cura splash screen
  67. - Updated the digital build plates for Ultimaker printers
  68. - Introduce Minimum Wall Line Width, contributed by BagelOrb
  69. - Settings for metal printing implemented
  70. - Shrinkage compensation is now available for PLA, tPLA and PETG
  71. - Improved default Line Widths for Spiralize
  72. - Decrease resolution to remove some buffer underruns
  73. - Incomplete languages are now shown in the language drop-down menu
  74. - Improved the visibility of the checkboxes
  75. * Bug fixes:
  76. - Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages
  77. - Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb
  78. - Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb
  79. - Changed the priority of CuraEngine
  80. - Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by BagelOrb
  81. - Fixed double scroll bar, contributed by fieldOfView
  82. - Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by BagelOrb
  83. - Fixed a bug where the seam placement was uneven
  84. - Fixed a bug where Top Surface Skin Layers didn't work
  85. - Fixed a bug where Speed in the flow setting were not respected
  86. - Fixed a bug with unnecessary retracted travel moves
  87. - Fixed a bug where the Ironing Inset didn't work
  88. - Fixed a bug where Support Layers were missing
  89. - Fixed a crash if Randomize Infill Start was used
  90. - Fixed a bug where Combing was in the wrong part with dual extrusion
  91. - Fixed a crash with Bridging and Top Surface Skin Layers
  92. - Fixed a bug where modifier meshes didn't work in one-at-a-time mode
  93. - Fixed a bug where Tree Support Branches where not being generated
  94. - Fixed a bug where less support was generated
  95. - Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by BagelOrb
  96. - Fixed disallowed areas for Brim gap, contributed by BagelOrb
  97. * Bug fixes after the 5.0 beta:
  98. - Fixed a bug where Retraction Distance couldn't have small values
  99. - Fixed a bug where there were duplicated themes
  100. - Fixed a bug where there were scrollbars showing on tooltips
  101. - Fixed a bug where drag and drop was not working on the first run of Cura
  102. - Fixed a bug where Infill Percentages are not lined up correctly in Recommended mode
  103. - Fixed a bug where it wasn't clear if the textfield was active
  104. - Fixed a bug where highlighted text in text field is unreadable
  105. - Fixed missing icons, contributed by fieldOfView
  106. - Fixed a bug where scrolling through long material list was not possible
  107. - Fixed a bug where multiply was not possible, contributed by fieldOfView
  108. - Fixed a bug where micro segments are causing blobs
  109. - Fixed a bug where there was over extrusion when printing with gradual infill
  110. - Fixed a bug where error values could slice
  111. - Fixed a bug where the CPU was high when Cura was idle
  112. - Fixed a bug where an existing gcode file was overwritten when you select no to overwrite
  113. - Fixed a crash when selecting extruders
  114. - Fixed a bug where exporting profiles didn't work
  115. - Fixed a slicing error with certain infill patterns
  116. - Fixed a bug where printing via USB stops during the print
  117. - Fixed a bug where the toolgrips where missing, contributed by fieldOfView
  118. - Fixed a bug where the print values didn't save when closing the page, contributed by fieldOfView
  119. - Fixed the width of a Menu to fit the widest MenuItem, contributed by fieldOfView
  120. - Fixed a bug where Use Single Instance of Cura in Preferences crashes upon restart
  121. - Fixed a bug where travels would go through the model with printing PVA
  122. - Fixed a bug where Concentric ironing was affecting the print quality
  123. - Fixed a bug where there were missing infill layers
  124. - Fixed AppRun permissions, contributed by probonopd
  125. * Printer definitions, profiles and materials:
  126. - Added Atom 3 and Atom 3 Lite printer definitions, contributed by Daniel-Kurth
  127. - Added Layer One Black PLA, Dark Grey PLA and White PLA, contributed by Daniel-Kurth
  128. - Added FLSUN Q5 printer definition, contributed by kreuzhofer
  129. - Added Creatlity CR100 printer definition, contributed by bodyboarder2528
  130. - Added Mixware Hyper-S printer definition, contributed by mixware011
  131. - Added Creality Sermoon D1 printer definition, contributed by felixstif
  132. - Added Volumic SH65, Stream30Pro MK3 and Stream30Ultra SC2 printer definitions, contributed by VOLUMIC
  133. - Updated Eryone Thinker and ER20 profiles, contributed by Eryone
  134. - Updated Atom 2 profile, contributed by lin-ycv
  135. - Added Hellbot Hidra and Magna series printer definitions, contributed by DevelopmentHellbot
  136. - Updated Snapmaker 2 End-Gcode, contributed by Rolzad73
  137. - Updated the Tinyboy Fabricator printer definitions, contributed by reibuehl
  138. - Updated the Creality Ender 5 printer profile, contributed by Rakhmanov
  139. * Community translations:
  140. - Updated the Brazilian Portuguese translation, contributed by Patola
  141. - Updated the Czech translation, contributed by sustmi
  142. - Updated some of the Simplified Chinese translation, contributed by iBral
  143. <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.
  144. Ubuntu 18.04 is also no longer supported because of the update to Qt6.</i>
  145. [4.13.1]
  146. * Bug fixes
  147. - Fixed a bug where tree support could go through the model
  148. - Fixed a bug where there were incomplete layers in surface mode
  149. [4.13.0]
  150. <i>For an overview of the new features in Cura 4.13, please watch <a href="https://youtu.be/chvAuI6Eqto">our video</a>.</i>
  151. * Sync material profiles
  152. 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.
  153. * New print profile
  154. A new print profile with 0.3mm layer height for PLA Tough PLA, PVA and BAM for Ultimaker S-line printers
  155. * 3MF thumbnail
  156. Show the model in the thumbnail of a .3mf file, contributed by fieldOfView
  157. * Infill density
  158. When printing with a 100% infill the infill pattern will change to ZigZag for all Ultimaker print profiles
  159. * User login authentication
  160. We’ve streamlined the user login authentication by removing any restrictions, especially for strict enterprise-level IT requirements.
  161. * Other new features and improvements:
  162. - Improved TPU: top layers have large bridge distance
  163. - Add warning icon to show which extruder is causing the configuration to be 'Not Supported', contributed by fieldOfView
  164. - Show what's new pages with every Cura build
  165. - Speed up loading of settings list
  166. - Re-use vertex buffer objects in rendering
  167. - Add Build Volume Temperature value to ChangeAtZ, contributed by legend069
  168. - Allow plugins to have multiple views, contributed by Tyronnosaurus
  169. - Reduced top/bottom speed for TPU
  170. - Increased lined width for 0.3mm layer height profiles
  171. - Improved logging to allow debugging in early start-up process
  172. * Bug fixes:
  173. - Fixed a bug with surface mode will not print all layers
  174. - Fixed a bug where maximum retraction could cause a crash
  175. - Reduced flow for 100% density parts
  176. - Fixed a bug in Surface Mode where small line-segments were created
  177. - Changed the Russian translation for 'nozzle', contributed by mlapkin
  178. - Fixed a visualization bug where layer lines were rendered in weird directions
  179. - Fixed a crash when receiving incomplete cloud API responses
  180. - Add SET_RPATH option to CMake, contributed by boomanaiden154
  181. - Fixed initial layer bed and print head temperature for Snapmaker profile, contributed by prueker
  182. - Fixed shader compilation on some GPUs, contributed by fieldOfView
  183. - Fixed a bug where Cross 3D infill pattern vertical angles varies wildly
  184. - Bridge Skin Density can be set above 100%
  185. - Fixed tiny travel moves when monotonic ordering was enabled
  186. - Fix crash when using 'Select face to align to the build plate', contributed by eliadevito
  187. - Fixed a bug in fuzzy skin where sometimes it produced weird long overshoots, contributed by BagelOrb
  188. - Fixed undo and redo for support blockers
  189. - Fixed a bug where the Native CAD plugin wouldn't loading
  190. - Fixed a bug where the camera view toggle was not visible
  191. - Fixed some German translations, contributed by Sekisback
  192. - Fixed the link of the beta update message
  193. - Fixed a crash due to extruder being out of range
  194. - Fixed a bug where a disabled extruder was used
  195. - Fixed a bug where the aborted state was not reflected correctly in Monitor view
  196. - Fixed a bug in Pause at Height where it stops extruding
  197. - Fixed a bug where support blockers were included in the bounding box after loading a project file
  198. - Fixed a bug where grouped models become unslicable if the first extruder was disabled
  199. - Fixed a bug in Tree Support where the Z Distance was too big
  200. - Prevented QT plug-ins from being loaded from an insecure directory if an environment variable is set
  201. * Printer definitions, profiles and materials:
  202. - Add Eazao Zero printer definition, contributed by Hogan-Polaris
  203. - Add XYZprinting printer definitions, contributed by heed818
  204. [4.12.1]
  205. * Bug fixes
  206. - Updated Shapely to version 1.8.0 which, among other things, fixes multiplying objects on MacOS Monterey
  207. - Fixed a bug in Lightning infill where the infill was printed multiple times under certain circumstances
  208. [4.12.0]
  209. <i>For an overview of the new features in Cura 4.12, please watch <a href="https://youtu.be/CjFRT6Txn3U">our video</a>.</i>
  210. * Lightning infill
  211. 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!
  212. * Improved top surface quality
  213. 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.
  214. * Improved horizontal print quality
  215. Resulting in reduction of ringing, improving resolution and overall print quality.
  216. * App switcher
  217. 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.
  218. * Faster start-up
  219. We've shaved 10 seconds from Ultimaker Cura's start-up time by optimizing profile data caching.
  220. * Other new features:
  221. - 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
  222. - Add {material_type} and {material_name} as replacement patterns, contributed by fieldOfView
  223. - Update file name after saving
  224. - Make parking optional in all "methods" of Pause at Height, contributed by fieldOfView
  225. * Bug fixes:
  226. - Fixed a bug when combing goes through skin on Top Surface Skin Layers
  227. - Fixed a bug in one-at-a-time mode to not wait for initial layer bed temperature if the temperature stays the same
  228. - Fixed a bug where there was double infill and gap filling
  229. - Fixed a bug with monotonic ironing that causes fan speed jump to 255 for ironing pass
  230. - Fixed an engine crash when using monotonic ordering with zigzag skin pattern
  231. - Fixed missing commas in disallowed list for code injections, contributed by YuvalZilber
  232. - Fixed various typos, contributed by luzpaz
  233. - Fixed Filament Change Retract method
  234. - Fixed extra microsegments inserted from Wall Overlap Computation
  235. - Fixed inconsistent material name in the header and material selection dropdown
  236. - Fixed scaling model down after scaling it up with tool handles
  237. - Fixed single instance option when opening different files
  238. - Fixed duplicating and multiplying support blockers
  239. - Fixed a bug where a random 0 was added in end g-code
  240. - Fixed a bug in Tree support in the global and per object settings
  241. - Fixed a bug where special characters in configuration files caused a crash
  242. - Fixed a bug where infill goes through skin
  243. - Fixed a bug where ironing doesn't listen to combing mode
  244. - Fixed a bug related to the translations in the monitor tab
  245. * Printer definitions, profiles and materials:
  246. - Added Creasee CS50S pro, Creasee Skywalker and Creasee Phoenix printer definitions, contributed by ivovk9
  247. - Added Joyplace Cremaker M V1, M V2, S V1, contributed by hyu7000
  248. - Added Hellbot printer definitions, contributed by DevelopmentHellbot
  249. - Added Arjun Pro 300 printer definition, contributed by venkatkamesh
  250. - Added AtomStack printer definitions, contributed by zhpt
  251. - Added Weedo X40 printer definition, contributed by x40-Community
  252. - Added 3DI D300 printer definition, contributed by v27jain
  253. - Changed Crealiy Ender 5 Plus end g-code, contributed by mothnox
  254. - Updated definitions and extruders of Hellbot Magna 2 230/300 dual, contributed by DevelopmentHellbot
  255. - Updated Eryone Thinker printer profile, contributed by Eryone
  256. - Updated FLSUN Super Racer profiles, contritubed by Guilouz
  257. - Updated Mega S and X acceleration to firmware default, contributed by NilsRo
  258. * Known bugs with Lighting infill:
  259. - Connect infill polygons doesn't work
  260. - Infill Wipe Distance applies to every polyline
  261. - Infill mesh modifier density
  262. - Infill Overlap doesn't work
  263. - Infill before walls order doesn't respect the order when Lightning is enabled
  264. [4.11.0]
  265. <i>For an overview of the new features in Cura 4.11, please watch <a href="https://youtu.be/OcFkcDyO5DU">our video</a>.</i>
  266. * Monotonic ordering
  267. 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.
  268. * Complete UI refresh
  269. 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.
  270. * Improved digital library integration
  271. 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.
  272. * Save materials profiles to USB
  273. 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>
  274. * Notifications for beta and plugin releases
  275. Users can now set notification preferences to alert them to new Ultimaker Cura beta and plug-in releases.
  276. * Improve logging of errors in OAuth flow
  277. When helping a user with log-in problems it is easier to see where the OAuth flow goes wrong.
  278. * Search in the description in the settings visibility menu
  279. When searching in the settings visibility menu you will also search in the description of the settings.
  280. * Bug fixes:
  281. - Fixed the setting visibility button to make it easier to click
  282. - Inform the user that their webcam does not work because they are cloud connected
  283. - Inform the user that their webcam does not work if the firewall is enabled
  284. - Fixed a crash when pressing the slice button while context menu is opened
  285. - Support non-ASCII character in the Digital Library project name
  286. - Fixed integer underflow if print is less than half the initial layer height
  287. - Fixed a bug where infill mesh sometimes default to having walls or skin
  288. - Fix builds with Python 3.8, contributed by StefanBruens
  289. - Fix CC settings for PLA
  290. - Fixed memory leak in Zeroconf 0.25
  291. - Fixed connecting USB printing with detecting baud-rates, contributed by rrrlasse
  292. - Fixed crash when Cura crashes on exit
  293. - Fixed a bug where the infill goes through walls
  294. - Fixed the version upgrade of preferences file
  295. - Fixed missing icons in deprecated icons list, contributed by fieldOfView
  296. - Fixed a crash in CuraEngine when the prime tower is placed in an invalid position
  297. - Fixed a bug when user is unable to sign in on Linux if a Keyring backend is installed
  298. - Fixed the rotation direction of the 90 degrees rotation arrows, contributed by fieldOfView
  299. * Printer definitions, profiles and materials:
  300. - Added SecKit SK-Tank, SK-Go printer definitions, contributed by SecKit
  301. - Added MP Mini Delta 2 printer definition, contributed by PurpleHullPeas
  302. - Added Kingroon K3P and K3PS printer definitions, contributed by NoTaMu
  303. - Added Eryone PLA, PLA Wood, PLA Matte and PETG 1.75mm profiles, contributed by dapostol73
  304. - Added BIQU BX printer definition, contributed by looxonline
  305. - Added FLSun Super race printer definitions, contributed by thushan
  306. - Added Atom 2.0 and Atom Plus printer definitions, contributed by lin-ycv
  307. - Added PBR 3D Gen-I printer definition, contributed by pbr-research
  308. - Added Creasee 3D printer definitions, contributed by ivovk9
  309. - Updated Strateo3D profiles, contributed by ChronosTech
  310. - Added Voron V0 printer definitions, contributed by jgehrig
  311. - Updated Liquid profiles, contributed by alexgrigoras
  312. - Added Farm 2 and Farm2CE printer definitions, contributed by saliery999
  313. - Added GooFoo and Renkforce print definitions and GooFoo materials, contributed by goofoo3d
  314. *<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>
  315. [4.10]
  316. 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>.