change_log.txt 21 KB

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