ChangeLog.txt 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168
  1. [3.4.0]
  2. *Toolbox
  3. The plugin browser has been remodeled into the Toolbox. Navigation now involves graphical elements such as tiles, which can be clicked for further details.
  4. *Upgradable bundled resources
  5. It is now possible to have multiple versions of bundled resources installed: the bundled version and the downloaded upgrade. If an upgrade in the form of a package is present, the bundled version will not be loaded. If it's not present, Ultimaker Cura will revert to the bundled version.
  6. *Package manager recognizes bundled resources
  7. Bundled packages are now made visible to the CuraPackageMangager. This means the resources are included by default, as well as the "wrapping" of a package, (e.g. package.json) so that the CuraPackageManger and Toolbox recognize them as being installed.
  8. *Retraction combing max distance
  9. New setting for maximum combing travel distance. Combing travel moves longer than this value will use retraction. Contributed by smartavionics.
  10. *Infill support
  11. When enabled, infill will be generated only where it is needed using a specialized support generation algorithm for the internal support structures of a part. Contributed by BagelOrb.
  12. *Print outside perimeter before holes
  13. This prioritizes outside perimeters before printing holes. By printing holes as late as possible, there is a reduced risk of travel moves dislodging them from the build plate. This setting should only have an effect if printing outer before inner walls. Contributed by smartavionics.
  14. *Disable omitting retractions in support
  15. Previous versions had no option to disable omitting retraction moves when printing supports, which could cause issues with third-party machines or materials. An option has been added to disable this. Contributed by BagelOrb.
  16. *Support wall line count
  17. Added setting to configure how many walls to print around supports. Contributed by BagelOrb.
  18. *Maximum combing resolution
  19. Combing travel moves are kept at least 1.5 mm long to prevent buffer underruns.
  20. *Avoid supports when traveling
  21. Added setting to avoid supports when performing travel moves. This minimizes the risk of the print head hitting support material.
  22. *Rewrite cross infill
  23. Experimental setting that allows you to input a path to an image to manipulate the cross infill density. This will overlay that image on your model. Contributed by BagelOrb.
  24. *Backup and restore
  25. Added functionality to backup and restore settings and profiles to cloud using the Cura Backups plugin.
  26. *Auto-select model after import
  27. User can now set preferences for the behavior of selecting a newly imported model or not.
  28. *Settings filter timeout
  29. The settings filter is triggered on enter or after a 500ms timeout when typing a setting to filter.
  30. *Event measurements
  31. Added time measurement to logs for occurrences, including startup time, file load time, number of items on the build plate when slicing, slicing time, and time and performance when moving items on the build plate, for benchmarking purposes.
  32. *Send anonymous data
  33. Disable button on the ‘Send anonymous data’ popup has changed to a ‘more info’ button, with further options to enable/disable anonymous data messages.
  34. *Configuration error assistant
  35. Detect and show potential configuration file errors to users, e.g. incorrect files and duplicate files in material or quality profiles, there are several places to check. Information is stored and communicated to the user to prevent crashing in future.
  36. *Disable ensure models are kept apart
  37. Disable "Ensure models are kept apart" by default due to to a change in preference files.
  38. *Prepare and monitor QML files
  39. Created two separate QML files for the Prepare and Monitor stages.
  40. *Hide bed temperature
  41. Option to hide bed temperature when no heated bed is present. Contributed by ngraziano.
  42. *Reprap/Marlin GCODE flavor
  43. RepRap firmware now lists values for all extruders in the "Filament used" GCODE comment. Contributed by smartavionics.
  44. *AutoDesk Inventor integration
  45. Open AutoDesk inventor files (parts, assemblies, drawings) directly into Ultimaker Cura. Contributed by thopiekar.
  46. *Blender integration
  47. Open Blender files directly into Ultimaker Cura. Contributed by thopiekar.
  48. *OpenSCAD integration
  49. Open OpenSCAD files directly into Ultimaker Cura. Contributed by thopiekar.
  50. *FreeCAD integration
  51. Open FreeCAD files directly into Ultimaker Cura. Contributed by thopiekar.
  52. *OctoPrint plugin
  53. New version of the OctoPrint plugin for Ultimaker Cura. Contributed by fieldOfView.
  54. *Cura Backups
  55. Backup and restore your configuration, including settings, materials and plugins, for use across different systems.
  56. *MakePrintable
  57. New version of the MakePrintable plugin.
  58. *Compact Prepare sidebar
  59. Plugin that replaces the sidebar with a more compact variation of the original sidebar. Nozzle and material dropdowns are combined into a single line, the “Check compatibility” link is removed, extruder selection buttons are downsized, recommended and custom mode selection buttons are moved to a combobox at the top, and margins are tweaked. Contributed by fieldOfView.
  60. *PauseAtHeight plugin
  61. Bug fixes and improvements for PauseAtHeight plugin. Plugin now accounts for raft layers when choosing “Pause of layer no.” Now positions the nozzle at x and y values of the next layer when resuming. Contributed by JPFrancoia.
  62. *Bug fixes
  63. - Prime tower purge fix. Prime tower purge now starts away from the center, minimizing the chance of overextrusion and nozzle obstructions. Contributed by BagelOrb.
  64. - Extruder 2 temp via USB. Fixed a bug where temperatures can’t be read for a second extruder via USB. Contributed by kirilledelman.
  65. - Move to next object position before bed heat. Print one at a time mode caused waiting for the bed temperature to reach the first layer temperature while the nozzle was still positioned on the top of the last part. This has been fixed so that the nozzle moves to the location of the next part before waiting for heat up. Contributed by smartavionics.
  66. - Non-GCODE USB. Fixed a bug where the USB port doesn’t open if printer doesn't support GCODE. Contributed by ohrn.
  67. - Improved wall overlap compensation. Minimizes unexpected behavior on overlap lines, providing smoother results. Contributed by BagelOrb.
  68. - Configuration/sync. Fixes minor issues with the configuration/sync menu, such as text rendering on some OSX systems and untranslatable text. Contributed by fieldOfView.
  69. - Print job name reslice. Fixed behavior where print job name changes back to origin when reslicing.
  70. - Discard/keep. Customized settings don't give an 'discard or keep' dialog when changing material.
  71. - Message box styling. Fixed bugs related to message box styling, such as the progress bar overlapping the button in the ‘Sending Data’ popup.
  72. - Curaproject naming. Fixed bug related to two "curaprojects" in the file name when saving a project.
  73. - No support on first layers. Fixed a bug related to no support generated causing failed prints when model is floating above build plate.
  74. - False incompatible configuration. Fixed a bug where PrintCore and materials were flagged even though the configurations are compatible.
  75. - Spiralize contour overlaps. Fixed a bug related to spiralize contour overlaps.
  76. - Model saved outside build volume. Fixed a bug that would saved a model to file (GCODE) outside the build volume.
  77. - Filament diameter line width. Adjust filament diameter to calculate line width in the GCODE parser.
  78. - Holes in model surfaces. Fixed a bug where illogical travel moves leave holes in the model surface.
  79. - Nozzle legacy file variant. Fixed crashes caused by loading legacy nozzle variant files.
  80. - Brim wall order. Fixed a bug related to brim wall order. Contributed by smartavionics.
  81. - GCODE reader gaps. Fixed a GCODE reader bug that can create a gap at the start of a spiralized layer.
  82. - Korean translation. Fixed some typos in Korean translation.
  83. - ARM/Mali systems. Graphics pipeline for ARM/Mali fixed. Contributed by jwalt.
  84. - NGC Writer. Fixed missing author for NGC Writer plugin.
  85. - Support blocker legacy GPU. Fixes depth picking on older GPUs that do not support the 4.1 shading model which caused the support blocker to put cubes in unexpected locations. Contributed by fieldOfView.
  86. *Third-party printers
  87. - Felix Tec4 printer. Updated definitions for Felix Tec4. Contributed by kerog777.
  88. - Deltacomb. Updated definitions for Deltacomb. Contributed by kaleidoscopeit.
  89. - Rigid3D Mucit. Added definitions for Rigid3D Mucit. Contributed by Rigid3D.
  90. [3.3.0]
  91. *Profile for the Ultimaker S5
  92. New printer profile for the Ultimaker S5, our latest 3D printer.
  93. *Profile for Tough PLA
  94. New material profile for Tough PLA, a material that prints with the convenience of PLA but with toughness and impact strength similar to ABS.
  95. *Configuration/sync button
  96. Configuration and synchronization button now available for Ultimaker network-connected printers to easily synchronize all possible available configurations in your Cura Connect group. The name of the group host is automatically pulled from the API, and network printers and local printers are separated in the list for clarity.
  97. *Setting visibility preset
  98. Presets guide you to find the most important settings incrementally. A small menu is located next to the search bar to easily access these new setting visibility presets. Contributed by fieldOfView.
  99. *Print/save hotkey
  100. Send a print to the queue using Ctrl + P (Windows/Linux) or Cmd + P (Mac). If no printer is present on the network, it will save to file instead.
  101. *3D model assistant
  102. Models sliced to print with ABS, PC, PP or CPE+ that have a larger footprint than 150 x 150 x 150 mm will notify the user with an icon and popup of how they can achieve the best possible print quality and reliability.
  103. *Refactored machine manager
  104. Refactored machine manager resulted in less manager classes. Changing settings, materials, variants and machines is now clearer. This results in an overall speed up when making changes.
  105. *Multiply models faster
  106. Significant speed increase when multiplying models.
  107. *Auto slicing disabled by default
  108. The auto slice tool is now disabled by default. Users can still enable the feature in the user preferences dialog.
  109. *Updated fonts
  110. Default font changed to NotoSans to increase readability and consistency with Cura Connect.
  111. *Plugin browser look and feel
  112. The plugin browser has been updated with a better look and feel to bring it in line with other UI elements. The author name is clickable, which opens email for support. Plugins can now be uninstalled with an uninstall button.
  113. *Show tooltip for unavailable profile
  114. Tooltips have been added to incompatible settings, to give explanations why they are incompatible.
  115. *Empty material slots Ultimaker 3
  116. When a material is not loaded in the Ultimaker 3, it is now displayed as ‘Empty’ rather than ‘Unknown’.
  117. *Send over network confirmation
  118. When a print job is sent to a networked printer, a popup will confirm the job was sent, with a button to redirect the user to the monitor in Cura Connect.
  119. *Post processing scripts
  120. Fixed an issue where post processing scripts could be lost between sessions. Post processing scripts are now persistent between sessions.
  121. *Single extrusion mode
  122. Disable an extruder on a dual extrusion printer, so you are not limited by the other extruder’s parameters. To disable an extruder, right click it in the right panel, and select ‘Disable extruder’ to disable it. Re-enable by right clicking and selecting ‘enable extruder’. Printing profiles are optimized for the active extruder, as well as global settings, such as build plate temperature, to achieve better print quality. Using single extrusion mode also makes the ‘print one at a time’ feature available for the Ultimaker 3 and Ultimaker S5.
  123. *New UFP extension
  124. UFP (Ultimaker format package) is a new file extension that contains compressed gcode and a preview thumbnail. Using this extension enables a model preview (similar to the solid view) on the Ultimaker S5 touchscreen and in Cura Connect.
  125. *Compressed Gcode
  126. Gcode saved from Ultimaker Cura using the Ultimaker 3 profile is compressed (using gzip) to save space on printers.
  127. *Circular prime tower
  128. Prime towers are now circular, resulting in a less jerky print head action, a more robust structure, better layer adhesion, and better build plate adhesion compared to square prime towers, reducing the chance of prime tower failure mid-print.
  129. *Connected infill lines
  130. Grid and triangular infill patterns now have connected lines for a more constant flow, better model rigidity, and reduced impact on the quality of the outer wall.
  131. *Support blocker - fieldOfView
  132. Generate a cube mesh to prevent support material generation in specific areas of a model. Each cube can be scaled, rotated, and moved with the standard adjustment tools to fit your requirements. When the support blocker tool is selected, single click in the area you want to block support to generate a mesh. If it is positioned by accident, click it again to remove it.
  133. *Real bridging - smartavionics
  134. New experimental feature that detects bridges, adjusting the print speed, slow and fan speed to enhance print quality on bridging parts.
  135. *Updated CuraEngine executable - thopiekar & Ultimaker B.V.
  136. The CuraEngine executable contains a dedicated icon, author and license info on Windows now. The icon has been designed by Ultimaker B.V.
  137. *Use RapidJSON and ClipperLib from system libraries
  138. Application updated to use verified copies of libraries, reducing maintenance time keeping them up to date (the operating system is now responsible), as well as reducing the amount of code shipped (as necessary code is already on the user’s system).
  139. *Initial layer flow
  140. New setting in the ‘material’ category where the initial layer flow can be adjusted.
  141. *Initial travel move retraction - smartavionics
  142. Retraction has been added to the initial travel move, reducing the chance of prime blobs getting dragged into parts before brim/skirts are printed.
  143. *Unnecessary retractions in spiralize - smartavionics
  144. Removes retractions on layer change in spiralize mode, improving model quality.
  145. *Faster travel paths - smartavionics
  146. Until now, the path order optimizer worked on the basis that the shortest possible route could be taken from any one point to another. When combing is used, any route may longer, due to the need to route around obstacles. Now, it can use the combed distances to give more consistent results.
  147. *New plugins - Pheneeny
  148. Three new plugins have been added to Ultimaker Cura: Scalable extra prime, Print temperature offset, and Enclosure fan.
  149. *Pre-heat extruders - fieldOfView
  150. This new feature allows to preheat the extruders in the printer monitor.
  151. *Renamed TweakAtZ to ‘ChangeAtZ’
  152. This script has been renamed to be more consistent with other scripts.
  153. *Import XML material profile checks
  154. XML material profile files are now checked before import in Ultimaker Cura to avoid potential issues. Contributed by fieldOfView.
  155. *Bug fixes
  156. - Slice engine crash default temperature 0. Fixed an issue where the slicing engine could crash when slicing with a material at 0°C.
  157. - Network printer reconnect. Fixed an issue where the user could not connect to the printer after losing connection.
  158. - Pause at height ‘redo layers’ broken. Fixed an issue where setting ‘pause at height redo layers’ to 1 or more would cause failed prints.
  159. - Reset icon fix. Fixed an issue where manually reverting a default print profile value instead of using the reset button would cause the reset icon to remain.
  160. - Infill density for all extruders. The infill density in the recommended mode now applies to all extruders instead of extruder 1.
  161. - Polypropylene 0.25mm print profile. Fixed the maximum number of allowed extrusions for all 0.25mm Polypropylene profile prints.
  162. - SolidWorks plugin. Replaced comtypes module with win32com to fix issues.
  163. - Font rendering issues. Fixed font rendering issues on Max OSX.
  164. - Slice engine avoids broken wall segments. Fixed an issue where narrow walls created broken line segments by testing for such situations and using slightly narrow lines in those cases.
  165. *Third party printers
  166. - FABtotum TPU profiles. Added third-party material profiles for TPU. Contributed by krios-fabteam.
  167. - Dagoma profiles. Updated printer profiles contributed by dagoma3d.
  168. - uBuild profile. Updated printer profiles contributed by uBuild-3D.
  169. - Cartesio printer updates. Updated profiles contributed by maukcc.
  170. - Printrbot Simple Maker's Kit 1405. Profiles contributed by timur-tabi.
  171. - Added SeeMeCNC. Profiles contributed by pouncingiguana.
  172. - Velleman Vertex. Updated printer and quality profiles contributed by velbn.
  173. - gMax 1.5. Profiles contributed by gordo3di.
  174. [3.2.1]
  175. *Bug fixes
  176. - Fixed issues where Cura crashes on startup and loading profiles
  177. - Updated translations
  178. - Fixed an issue where the text would not render properly
  179. [3.2.0]
  180. *Tree support
  181. Experimental tree-like support structure that uses ‘branches’ to support prints. Branches ‘grow’ and multiply towards the model, with fewer contact points than alternative support methods. This results in better surface finishes for organic-shaped prints.
  182. *Adaptive layers
  183. Prints with a variable layer thickness which adapts to the angle of the model’s surfaces. The result is high-quality surface finishes with a marginally increased print time. This setting can be found under the experimental category.
  184. *Faster startup
  185. Printer definitions are now loaded when adding a printer, instead of loading all available printers on startup.
  186. *Backface culling in layer view
  187. Doubled frame rate by only rendering visible surfaces of the model in the layer view, instead of rendering the entire model. Good for lower spec GPUs as it is less resource-intensive.
  188. *Multi build plate
  189. Experimental feature that creates separate build plates with shared settings in a single session, eliminating the need to clear the build plate multiple times. Multiple build plates can be sliced and sent to a printer or printer group in Cura Connect. This feature must be enabled manually in the preferences ‘general’ tab.
  190. *Improved mesh type selection
  191. New button in the left toolbar to edit per model settings, giving the user more control over where to place support. Objects can be used as meshes, with a drop down list where ‘Print as support’, ‘Don't overlap support with other models’, ‘Modify settings for overlap with other models’, or ‘Modify settings for infill of other models’ can be specified. Contributed by fieldOfView.
  192. *View optimization
  193. Quick camera controls introduced in version 3.1 have been revised to create more accurate isometric, front, left, and right views.
  194. *Updated sidebar to QtQuick 2.0
  195. Application framework updated to increase speed, achieve a better width and style fit, and gives users dropdown menus that are styled to fit the enabled Ultimaker Cura theme, instead of the operating system’s theme.
  196. *Hide sidebar
  197. The sidebar can now be hidden/shown by selecting View > Expand/Collapse Sidebar, or with the hotkey CMD + E (Mac) or CTRL + E (PC and Linux).
  198. *Disable ‘Send slice information’
  199. A shortcut to disable ‘Send slice information’ has been added to the first launch to make it easier for privacy-conscious users to keep slice information private.
  200. *Signed binaries (Windows)
  201. For security-conscious users, the Windows installer and Windows binaries have been digitally signed to prevent “Unknown application” warnings and virus scanner false-positives.
  202. *Start/end gcode script per extruder
  203. Variables from both extruders in the start and end gcode snippets can now be accessed and edited, creating uniformity between profiles in different slicing environments. Contributed by fieldOfView.
  204. *OctoPrint plugin added to plugin browser
  205. This plugin enables printers managed with OctoPrint to print via Ultimaker Cura interface (version 3.2 or later).
  206. *Bugfixes
  207. - Fixed a bug where the mirror tool and center model options when used together would reset the model transformations
  208. - Updated config file path to fix crashes caused by user config files that are located on remote drives
  209. - Updated Arduino drivers to fix triggering errors during OTA updates in shared environments. This also fixes an issue when upgrading the firmware of the Ultimaker Original.
  210. - Fixed an issue where arranging small models would fail, due to conflict with small model files combined with the “Ensure models are kept apart” option
  211. [3.1.0]
  212. *Profile added for 0.25 mm print core
  213. This new print core gives extra fine line widths which gives prints extra definition and surface quality.
  214. *Profile added for Breakaway material
  215. New material profile for Breakaway material, a new dry post processing support material, which can be used for models with flat surface area overhangs.
  216. *Layer view
  217. The existing Layer View has been updated in order to see a live simulation of all the paths within a layer.
  218. *Quick camera controls
  219. New buttons have been added to the interface that can quickly reposition the camera view of the buildplate.
  220. *Lock model on platform
  221. The move tool has a new option to lock a selected model to the platform.
  222. *Faster profile switching speed
  223. Duplicating and removing a profile could take Ultimaker Cura quite some time, it now happens instantly.
  224. *Faster printer selection
  225. Removing a printer from the library is now instant. No more unresponsive screens.
  226. *Faster processing speed
  227. A 5 - 10 % speed increase when calculating normals, loading models, and slicing.
  228. *Feedrate visualization
  229. Feedrate visualization has been added to the Layer view. Using this gives the user an idea of the print speeds per model part, allowing for better control over prints.
  230. *Jogging
  231. It allows the printhead to be moved with on-screen controls. Contributed by fieldOfView.
  232. *Large model loading
  233. A new feature has been added which unloads the layer view when switching to solid mode, speeding Ultimaker Cura back up without losing your G-code/layer view information.
  234. *Scripts folder
  235. A scripts folder is now available in the Ultimaker Cura configuration folder. This folder can be loaded with post processing plugins scripts, which will automatically show in Ultimaker Cura. Contributed by fieldOfView.
  236. *Optimized workflow for crash reporting
  237. Crash reports are automatically generated and allow the user, in case of a crash, to easily send their report with a description to developers.
  238. *Floating models enabled
  239. In previous releases, models were dropped to the build plate when support was disabled. Models now float when the setting is enabled (even if creates an impossible-to-print situation). This can be used to stack separate models on top of each other.
  240. *Slicing tolerance
  241. A new setting that affects the intersect point to influence the dimensional accuracy for diagonal surfaces. The user can select the behaviour: ‘Inclusive’ makes gaps narrower, ‘Exclusive’ makes gaps wider, and ‘Middle’ is the fastest to process. This can be used to create better tolerances for printed screw holes. Contributed by BagelOrb.
  242. *Optimized zig zag patterns
  243. Zig zag patterns now print more consistently. Lines now have a 5 micron tolerance in which they are printed any way, resulting in longer connected lines. Contributed by smartavionics.
  244. *Aligned z-seam inner wall moves
  245. Inner wall travel moves are aligned with the z-seam. This reduces the number of travel moves and reduces the chance of more unwanted seams.
  246. *Relative positioning of infill patterns
  247. Infill patterns are now positioned relative to the center of loaded models and an offset can be applied to control the infill more precisely and adjust it to preference or strength. Contributed by smartavionics.
  248. *Line resolution
  249. Enables the user to specify the minimum allowed distance value between two points in G-code to create lower or higher resolution polygons.
  250. *Custom mode changes
  251. If profile settings have been modified in recommended mode under custom mode, a reset icon will appear to notify the user. Click the icon to show the changes that have been made, and revert back to the default profile settings.
  252. *Bugfixes
  253. - Fix for layer numbers being displayed incorrectly when switching between solid and layer mode
  254. - Fix for Ultimaker Cura engine crashes on certain models
  255. - Fix for Uninstalling previous versions of Cura on Windows platforms
  256. - Fix for displaying visible settings
  257. - Fix for importing legacy .ini files
  258. - Prevent skipping user agreement dialog by pressing escape
  259. [3.0.4]
  260. *Bug fixes
  261. - Fixed OpenGL issue that prevents Cura from starting.
  262. *License agreement on the first startup has been added
  263. [3.0.3]
  264. *Bug fixes
  265. - Add missing libraries for the MakePrintable plugin.
  266. [3.0.0]
  267. *Faster start-up
  268. Start-up speed has been cut in half compared to the previous version.
  269. *New color scheme
  270. Color scheme has been updated to reflect Ultimaker Cura rebrand.
  271. *Updated UX design
  272. The Ultimaker Cura logo has moved from the bottom to the top of the interface. Print status icons have been updated and repositioned.
  273. *Redesigned splash screen
  274. A new splash screen on Ultimaker Cura startup has been added.
  275. *Top navigation bar improvements
  276. The width of tab functionality changes accordingly to the word space (multilingual).
  277. *Print quality slider
  278. A slider can now be used to control the quality profile in recommended mode.
  279. *Infill slider
  280. Model infill can now be changed using a slider in recommended mode.
  281. *Changed layer view
  282. Layer view icon, panel and slider have moved to top-right of interface.
  283. *Rasterized build plate
  284. The build plate now shows graduations of 10 mm and 1 mm for easy model positioning.
  285. *Changed row of extruder buttons
  286. Extruder tabs have become buttons and icons have been updated.
  287. *Add an "Export to Cura" button in SOLIDWORKS
  288. A macro can be added to your SOLIDWORKS installation that loads your model into Ultimaker Cura.
  289. *Siemens NX macro
  290. When a user updates models in Siemens NX and clicks the button, the updated models replace the models opened in Ultimaker Cura.
  291. *Skin removal width
  292. Remove thin strips of skin from a model to prevent print head zigzagging, in turn preventing vibrations.
  293. *Skin expand distance
  294. Cutting away skins on steep overhangs makes prints less sturdy. By expanding skins with the thickness of walls, features will be better supported. In addition, features such as towers on top of infill will be stronger.
  295. *Extra skin wall count
  296. Printing extra skin directly on top of infill can lead to gaps, curling and pillowing. This is reduced by printing a wall around the skin first, and also improves the printing speed.
  297. *Minimum extrusion for skin
  298. Will prevent filling small gaps that are probably filled already, resulting in less strings, better top details and faster prints.
  299. *PVA retractions
  300. PVA (switch) retraction length is increased, minimum travel distance for retraction is decreased and max count is slightly increased, this reduces stringing by a lot at the cost of slightly increased print time.
  301. *Z seam options
  302. Gives the user control over where to place the seam - hide it in convex corners or in easy to remove locations such as concave corners. Don’t let corner angles influence the seam position.
  303. *Quarter cubic infill
  304. Similar to tetrahedral (octet) infill, but half of the lines are shifted half of the period up. This pattern sacrifices some rigidity of octet infill for greater toughness.
  305. *Cross infill
  306. A fractal pattern infill that requires fewer retractions than other infill types. This is useful for flexible materials as it causes less material elongation. The internal structure given by this infill also assists flexible models having more resistance, while retaining ‘soft’ properties in all directions.
  307. *Layer start negative position
  308. Layer start X/Y values can be less than 0 when the machine centre is zero.
  309. *PostProcessing stretch script
  310. This new script performs "post stretch" algorithm to fix the problem of insufficient inner and outer diameters. Thanks to electrocbd for contributing.
  311. *Ironing speed settings
  312. Ironing speed settings have been moved to experimental category.
  313. *Doodle3D plugin
  314. Update Doodle3D plugin to connect with printers. Thanks to mith for contributing.
  315. *Bug fixes
  316. - Customized profiles are not sent when connecting to a printer
  317. - Sync z-hop with layer changes, thanks to smartavionics for contributing
  318. - Memory leaks on MacOS
  319. - Printer name not loaded when project file is opened
  320. - Doodle3D Wifi box was selected by default on non-UM3 printers
  321. [2.7.0]
  322. *Top surface skin
  323. Specify print settings of the top-most layers separately in order to improve print duration and achieve higher quality top surfaces.
  324. *Print thin walls
  325. An experimental function that enables features to be printed up to two times smaller than the nozzle size.
  326. *Ironing (a.k.a. Neosanding)
  327. An experimental function that enables the heated nozzle to travel over printed top layers without extrusion to create a smooth finish. Made after an idea by Neotko.
  328. *Gradual support infill
  329. Supports will print faster and with less material while improving overhang quality.
  330. *Support infill layer thickness
  331. Users are able to configure “Support infill layer thickness” for thicker support layers.
  332. *Relative Z seam
  333. A function that positions the Z seam relative to the bounding box of the model, so that the seam stays at the same location no matter what the position of the object is.
  334. *Prime tower purge
  335. In order to prevent under extrusion when printing a prime tower, and to prevent a prime tower failing half way through a job, a feature has been added to wipe off oozed/purged material in the middle of a hollow prime tower before starting to print the next layer of it. The amount of material to purge can be specified in the “Prime Tower Purge Volume” setting.
  336. *First layer line width
  337. A multiplier setting for the line width of the first layer of a print. Multiplying line width gives fewer lines but with greater width, which improves build plate adhesion.
  338. *Pause standby and resume temperature
  339. Turn off the nozzle when printing with extended pauses to prevent burned filament and nozzle clogging. At the end of a pause, the nozzle will reach printing temperature before resuming a print.
  340. *Extruder per feature
  341. Assign specific print features (walls, infill, skin, etc.) to a specific nozzle. A possible application of this would be to print an outer shell of an object with a fine nozzle at a greater level of detail while using a larger second nozzle to print infill faster.
  342. *Dark theme
  343. A dark theme for Cura. Select this theme to reduce eyestrain when working in dark environments. Activate it by selecting “Preferences > Themes > Dark".
  344. *Top navigation bar redesign
  345. The top bar user interface been improved so that “Prepare” and “Print” have moved from the right side of the interface to the left side.
  346. *New keyboard shortcuts
  347. Models can now be manipulated on the build plate using hotkeys Q, A, Z, W, and tab keys. Q selects “move”, A selects “scale”, Z selects “rotate”, and W selects “mirror”. Use the tab key to navigate between settings.
  348. *Plugin browser
  349. Easily download and install plugins using an integrated plugin browser. Go to “Extensions > Plugin Browser > Browse plugins” to select it.
  350. *Import SolidWorks files as STL
  351. A new plugin that enables SolidWorks compatible .SLDPRT files to be imported directly into Cura, where they are automatically converted to .STL format. This plugin can be found in the plugin browser.
  352. *Zoom towards mouse cursor position
  353. Cura preferences now include an option to zoom towards the cursor position on screen.
  354. *Increased scroll speed in setting lists
  355. The scroll speed in the setting lists is now three times faster than previous versions.
  356. *Extra tooltips
  357. Extra tooltips have been added to clarify the machine settings.
  358. *Polish now supported
  359. Polish language support added. This can be selected in the preferences menu.
  360. *Chinese now supported
  361. Chinese language support added. This can be selected in the preferences menu.
  362. *Bug fixes
  363. - Cura project Mac extensions
  364. - Crashes when adding printers
  365. - Jerk fixes
  366. - Z-hop over-extrusion
  367. - Material diameter in machine settings
  368. *3rd party printers
  369. - Peopoly Moai
  370. - DiscoEasy200
  371. - Cartesio
  372. - EasyArt Ares
  373. - 3Dator
  374. - Rigid3D
  375. - Type A Series 1
  376. - HelloBEEPrusa
  377. [2.6.2]
  378. *Bug fixes
  379. - Fixed an issue with Cura crashing on older versions of MacOS.
  380. [2.6.1]
  381. *New profiles
  382. The Polypropylene material is added and supported with the Ultimaker 3. Support for CPE+ and PC with 0.8mm nozzles is added as well.
  383. [2.6.0]
  384. *Cura versions
  385. Cura 2.6 has local version folders, which means the new version won’t overwrite the existing configuration and profiles from older versions, but can create a new folder instead. You can now safely check out new beta versions and, if necessary, start up an older version without the danger of losing your profiles.
  386. *Better support adhesion
  387. We’ve added extra support settings to allow the creation of improved support profiles with better PVA/PLA adhesion. The Support Interface settings, such as speed and density, are now split up into Support Roof and Support Floor settings.
  388. *Multi-extrusion support for custom FDM printers
  389. Custom third-party printers and Ultimaker modifications now have multi-extrusion support. Thanks to Aldo Hoeben for this feature.
  390. *Model auto-arrange
  391. We’ve improved placing multiple models or multiplying the same ones, making it easier to arrange your build plate. If there’s not enough build plate space or the model is placed beyond the build plate, you can rectify this by selecting ‘Arrange all models’ in the context menu or by pressing Command+R (MacOS) or Ctrl+R (Windows and Linux). Cura 2.6 will then find a better solution for model positioning.
  392. *Gradual infill
  393. You can now find the Gradual Infill button in Recommended mode. This setting makes the infill concentrated near the top of the model – so that we can save time and material for the lower parts of the model. This functionality is especially useful when printing with flexible materials.
  394. *Support meshes
  395. It’s now possible to load an extra model that will be used as a support structure.
  396. *Mold
  397. This is a bit of an experimental improvement. Users can use it to print a mold from a 3D model, which can be cast afterwards with the material that you would like your model to have.
  398. *Towers for tiny overhangs
  399. We’ve added a new support option allowing users to achieve more reliable results by creating towers to support even the smallest overhangs.
  400. *Cutting meshes
  401. Easily transform any model into a dual-extrusion print by applying a pattern for the second extruder. All areas of the original model, which also fall inside the pattern model, will be printed by the extruder selected for the pattern.
  402. *Extruder per model selection via the context menu or extruder buttons
  403. You can now select the necessary extruder in the right-click menu or extruder buttons. This is a quicker and more user-friendly process. The material color for each extruder will also be represented in the extruder icons.
  404. *Custom toggle
  405. We have made the interface a little bit cleaner and more user-friendly for switching from Recommended to Custom mode.
  406. *Plugin installer
  407. It used to be fairly tricky to install new plugins. We have now added a button to select and install new plugins with ease – you will find it in Preferences.
  408. *Project-based menu
  409. It’s a lot simpler to save and open files, and Cura will know if it’s a project, model, or gcode.
  410. *Theme picker
  411. If you have a custom theme, you can now apply it more easily in the preferences screen.
  412. *Time estimates per feature
  413. You can hover over the print time estimate in the lower right corner to see how the printing time is divided over the printing features (walls, infill, etc.). Thanks to 14bitVoid for this feature.
  414. *Invert the direction of camera zoom
  415. We’ve added an option to invert mouse direction for a better user experience.
  416. *Olsson block upgrade
  417. Ultimaker 2 users can now specify if they have the Olsson block installed on their machine. Thanks to Aldo Hoeben for this feature.
  418. *OctoPrint plugin
  419. Cura 2.6 allows users to send prints to OctoPrint. Thanks to Aldo Hoeben for this feature.
  420. *Bug fixes
  421. - Post Processing plugin
  422. - Font rendering
  423. - Progress bar
  424. - Support Bottom Distance issues
  425. *3rd party printers
  426. - MAKEIT
  427. - Alya
  428. - Peopoly Moai
  429. - Rigid3D Zero
  430. - 3D maker
  431. [2.5.0]
  432. *Improved speed
  433. We’ve made changing printers, profiles, materials, and print cores even faster. 3MF processing is also much faster now. Opening a 3MF file now takes one tenth of the time.
  434. *Speedup engine – Multithreading
  435. Cura can process multiple operations at the same time during slicing. Supported by Windows and Linux operating systems only.
  436. *Preheat the build plate (with a connected printer)
  437. Users can now set the Ultimaker 3 to preheat the build plate, which reduces the downtime, allowing to manually speed up the printing workflow.
  438. *Better layout for 3D layer view options
  439. An improved layer view has been implemented for computers that support OpenGL 4.1. For OpenGL 2.0 to 4.0, we will automatically switch to the old layer view.
  440. *Disable automatic slicing
  441. An option to disable auto-slicing has been added for the better user experience.
  442. *Auto-scale off by default
  443. This change speaks for itself.
  444. *Print cost calculation
  445. The latest version of Cura now contains code to help users calculate the cost of their prints. To do so, users need to enter a cost per spool and an amount of materials per spool. It is also possible to set the cost per material and gain better control of the expenses. Thanks to our community member Aldo Hoeben for adding this feature.
  446. *G-code reader
  447. The g-code reader has been reintroduced, which means users can load g-code from file and display it in layer view. Users can also print saved g-code files with Cura, share and re-use them, as well as preview the printed object via the g-code viewer. Thanks to AlephObjects for this feature.
  448. *Discard or Keep Changes popup
  449. We’ve changed the popup that appears when a user changes a printing profile after setting custom printing settings. It is now more informative and helpful.
  450. *Bug fixes
  451. - Window overflow: On some configurations (OS and screen dependant), an overflow on the General (Preferences) panel and the credits list on the About window occurred. This is now fixed.
  452. - “Center camera when the item is selected”: This is now set to ‘off’ by default.
  453. - Removal of file extension: When users save a file or project (without changing the file type), no file extension is added to the name. It’s only when users change to another file type that the extension is added.
  454. - Ultimaker 3 Extended connectivity. Selecting Ultimaker 3 Extended in Cura let you connect and print with Ultimaker 3, without any warning. This now has been fixed.
  455. - Different Y / Z colors: Y and Z colors in the tool menu are now similar to the colors on the build plate.
  456. - No collision areas: No collision areas used to be generated for some models when "keep models apart" was activated. This is now fixed.
  457. - Perimeter gaps: Perimeter gaps are not filled often enough; we’ve now amended this.
  458. - File location after restart: The old version of Cura didn’t remember the last opened file location after it’s been restarted. Now it has been fixed.
  459. - Project name: The project name changes after the project is opened. This now has been fixed.
  460. - Slicing when error value is given (print core 2): When a support is printed with the Extruder 2 (PVA), some support settings will trigger a slice when an error value is given. We’ve now sorted this out.
  461. - Support Towers: Support Towers can now be disabled.
  462. - Support bottoms: When putting one object on top of another with some space in between, and selecting support with support bottom interface, no support bottom is printed. This has now been resolved.
  463. - Summary box size: We’ve enlarged the summary box when saving the project.
  464. - Cubic subdivision infill: In the past, the cubic subdivision infill sometimes didn’t produce the infill (WIN) – this has now been addressed.
  465. - Spiralize outer contour and fill small gaps: When combining Fill Gaps Between Walls with Spiralize Outer Contour, the model gets a massive infill.
  466. - Experimental post-processing plugin: Since the TweakAtZ post-processing plugin is not officially supported, we added the ‘Experimental’ tag.
  467. *3rd party printers (bug fixes)
  468. - Folgertech printer definition has been added.
  469. - Hello BEE Prusa printer definition has been added.
  470. - Velleman Vertex K8400 printer definitions have been added for both single-extrusion and dual-extrusion versions.
  471. - Material profiles for Cartesio printers have been updated.
  472. [2.4.0]
  473. *Project saving & opening
  474. You can now save your build plate configuration - with all your active machine’s meshes and settings. When you reopen the project file, you’ll find that the build plate configuration and all settings will be exactly as you last left them when you saved the project.
  475. *Setting search
  476. You can now search the custom settings directly from the side panel, which means you can easily locate the setting you need to tweak. Thanks to community member Aldo Hoeben & LulzBot for this feature.
  477. *Editing start g-code and end g-code
  478. Aldo Hoeben also added this feature, enabling you to alter both start and end code g-code settings for single extrusion machines.
  479. *Multiply object function
  480. By right-clicking on an object, you can multiply it by a variable amount, rather than duplicating multiple times. Thanks again to Aldo Hoeben for this feature.
  481. *Ultimaker 3 single extrusion prints
  482. Dual extrusion printers now allow for single extrusion prints in a larger printable area.
  483. *Streaming printer monitor view
  484. Ultimaker 3’s camera views no longer only show snapshots. They now show a live stream.
  485. *Explain why slicing is disabled
  486. When slicing is blocked by settings with error values, a message now appears, clearly indicating which settings need to be changed.
  487. *Ultimaker 3 print profiles
  488. The initial and final printing temperatures reduce the amount of oozing during PLA-PLA, PLA-PVA and Nylon-PVA prints. This means printing a prime tower is now optional (except for CPE and ABS at the moment). The new Ultimaker 3 printing profiles ensure increased reliability and shorter print time.
  489. *Initial Layer Printing Temperature
  490. Initial and final printing temperature settings have been tuned for higher quality results. For all materials the initial print temperature is 5 degrees above the default value.
  491. *Printing temperature of the materials
  492. The printing temperature of the materials in the material profiles is now the same as the printing temperature for the Fine profile.
  493. *Improved PLA-PVA layer adhesion
  494. The PVA jerk and acceleration have been optimized to improve the layer adhesion between PVA and PLA.
  495. *Default build plate adhesion type for Nylon
  496. The default build plate adhesion type for Nylon prints has been changed from raft to brim.
  497. *Support Interface Thickness
  498. The Support Roof Thickness is now 0.8 mm and PVA support infill has been slightly decreased to lower the printing time.
  499. *Ultimaker 2+ PC prints
  500. In the polycarbonate profiles, the raft settings for the 0.25 mm and 0.4 mm nozzles are tweaked for less warping.
  501. *Hollow prime tower
  502. Print the prime tower hollow to minimize material use while maintaining stability. Wiping the oozed material on the prime tower is now done from the inside, which means the excess material is contained within the prime tower.
  503. *Precooling and prewarming
  504. Printing now starts at a lower temperature, before increasing swiftly to the normal printing temperature. Cooling also starts earlier than the last extrusion (with that print core). This minimizes the material’s heat absorption, which decreases the amount of degradation of the PVA material. This reduces the risk of clogging your nozzles.
  505. *Remove Mesh Intersection
  506. You are now able to turn off resolving of overlapping meshes. Models can now overlap, so you can perform build plate color mixing, by placing meshes over one another and lowering their flow.
  507. *Alternate Mesh Removal
  508. For areas where two models overlap, let each layer of the overlapping volume alternate (depending on which object the overlapping area of that layer belongs to). This improves the bonding between dual color models and allows for more controlled build plate color mixing.
  509. *Hollow Object
  510. Remove the infill from a mesh and treat internal cavities as overhangs, so as to create support in the model’s interior. This experimental setting greatly reduces the amount of material needed on the inside of the print.
  511. *Fill Gaps Between Walls
  512. Fill up small gaps between consecutive walls, making thin pieces in your model dense, rather than hollow. This feature makes the thin pieces stronger.
  513. *Cubic subdivision infill
  514. This experimental new infill pattern is similar to cubic infill, but generates bigger cubes farther inside the mesh. This greatly reduces print times and material use, while maintaining structural integrity. Thanks to community members Martin Boerwinckle and Nicholas Seward for this feature.
  515. *Concentric 3D infill
  516. This new infill pattern is similar to concentric infill, but touches the shell every X layers, creating better support for the top layers.
  517. * Printing Temperature Initial Layer
  518. Nozzle temperature to be used during the first layer.
  519. *Build Plate Temperature Initial Layer
  520. Bed temperature to be used during the first layer.
  521. *Initial Fan Speed
  522. Fan speed to be used during the first layer.
  523. *Retract at Layer Change
  524. Retract each time the printer progresses to the next layer.
  525. *Outer Wall Wipe Distance
  526. Wipe the nozzle after printing the outer wall.
  527. *Set X-Y coordinate of z-seam
  528. Select where to place the Z seam.
  529. *Start Layers with the Same Part
  530. Start each layer with the part closest to a given location.
  531. *Turn off nozzle after last use
  532. Turn off the nozzle after its last use, while other nozzles are still in use.
  533. *Option for no build plate adhesion
  534. Select not to print any build plate adhesion helper parts.
  535. *Anti-overhang and support meshes
  536. Use a mesh to specify a volume within which to classify nothing as overhang for support or specify a volume within which to print support.
  537. *Delta printer support
  538. This release adds support for printers with elliptic buildplates. This feature has not been extensively tested so please let us know if it works or get involved in improving it.
  539. *AppImage for Linux
  540. The Linux distribution is now in AppImage format, which makes Cura easier to install.
  541. *bugfixes
  542. The user is now notified when a new version of Cura is available.
  543. When searching in the setting visibility preferences, the category for each setting is always displayed.
  544. 3MF files are now saved and loaded correctly.
  545. Dragging a profile onto Cura now loads it automatically.
  546. You can now view which print cores and materials are currently in your Ultimaker 3, via the machine manager.
  547. You can now add the heated bed upgrade etc. from the machine manager.
  548. Print core and material is now arranged under extruder tabs.
  549. Cura now remembers all printers and profiles when you open just after closing it.
  550. You can now duplicate the standard profiles.
  551. Layer view now doesn’t use as much RAM.
  552. It’s now quicker to change the value of the Support Enable setting.
  553. Changing a setting updates all dependent settings more quickly.
  554. Having errors in your setting values now always blocks slicing.
  555. Selecting a model with any active tool no longer causes a reslice.
  556. The prime poop now introduces a separate area where you cannot print.
  557. Support Extruder setting is now near the support settings.
  558. Build Plate Adhesion Extruder setting is now near the build plate adhesion settings.
  559. Z hop settings have been moved to the Travel category.
  560. Inactive nozzle wiping on the prime tower is re-enabled.
  561. There are no more unnecessary retractions in support.
  562. Each layer now has less extruder switches than the machine has extruders.
  563. Concentric infill doesn’t generate the first infill perimeter next to the walls.
  564. Extruder priming now always happens on the first layer.
  565. Raising the build plate of the Ultimaker 2 now has the proper speed again.
  566. Changing material while the Ultimaker 2 is paused works again.
  567. [2.3.1]
  568. *Layer Height in Profile Selection
  569. Added the layer height to the profile selection menu.
  570. *Bug fixes
  571. Fixed the option to import g-code from related machines as a profile
  572. Fixed a bug where editing material settings has no effect on 3D prints
  573. Fixed an issue with automatic profile importing on Cura 2.1 on Mac OSX
  574. Fixed an inheritance issue for dual extrusion
  575. Fixed an issue with "i" symbol updates
  576. Fixed a freeze that can occur while printing via Wi-Fi
  577. [2.3.0]
  578. *Multi Extrusion Support
  579. Machines with multiple extruders are now supported. Ultimaker 3 printers and Ultimaker Original printers with dual extrusion upgrade kit are currently supported.
  580. *Network Printing for Ultimaker 3
  581. Sending a print to an Ultimaker 3 remotely via the network is now possible. Requires Wi-Fi or LAN to connect to the printer.
  582. *Print Monitoring for Ultimaker 3
  583. You can monitor your print on an Ultimaker 3 with a live camera feed. Requires Wi-Fi or LAN to connect to the printer.
  584. *Material and Print Core Synchronization
  585. Connecting to an Ultimaker 3 now gives you the option to synchronize the materials in Cura with what is loaded in the printer.
  586. *Speed improvements
  587. The first thing you will notice is the speed. STL loading is now 10 to 20 times faster, layer view is significantly faster and slicing speed is slightly improved.
  588. *Improved Position Tool
  589. Place objects precisely where you want them by manually entering the values for the position.
  590. *Custom Machine Support
  591. It’s now much easier to use Cura with custom machines. You can edit the machine settings when you load a new custom machine.
  592. *Improved Grouping
  593. It's now possible to transform objects that are already grouped.
  594. Select an individual item in a group or merged object and edit as usual. Just Ctrl + Click and edit away.
  595. *Enhanced Profile Management
  596. Profile management is improved. You can now easily see and track changes made to your profiles.
  597. *Improved Setting Visibility
  598. Make multiple settings visible at the same time with a checkbox. The Visibility Overview setting indicates why a setting is not shown in the sidebar even if it is enabled.
  599. *Improved time estimation
  600. Time estimations are more accurate. Based on our test time estimations should be within 5% accuracy for Ultimaker printers.
  601. *Optional G-code Machine Prefix
  602. Disable the g-code prefix in Preferences. No more UM2_ on your printer display!
  603. *Print Weight Estimates
  604. Cura now estimates print weight as well as length.
  605. *Automatic Import Configuration
  606. Configurations from older installations of Cura 2.1 are automatically imported into the newest installation.
  607. *Slicing features
  608. *Infill Types
  609. Two new infill types are now introduced: Tetrahedral and Cubic. They change along with the Z-axis for more uniform strength in all directions. There are now seven infill types to choose from.
  610. *Gradual Infill
  611. Gradual infill lets users adjust infill density, based on the distance from the top layers. This offers faster printing and reduced material requirements, whilst maintaining surface quality.
  612. *Set Acceleration and Jerk by Feature
  613. You can now set Jerk and Acceleration by feature-type (infill, walls, top/bottom, etc), for more precision.
  614. *Outer Wall Offset
  615. If your outer wall line width is smaller than your nozzle size, move the nozzle a bit inward when printing the outer wall, to improve surface quality.
  616. *Enhanced Combing
  617. The “No Skin” option allows you to comb over infill only to avoid scars on top surfaces.
  618. *Z Hop
  619. Can’t avoid previously printed parts by horizontal moves? The Z Hop Only Over Printed Parts gives you the ability to Z Hop to avoid collisions for better surface quality.
  620. *Skin and Wall Overlap
  621. The Skin Overlap setting allows you to overlap the skin lines with the walls for better adhesion.
  622. *Adjust Initial Layer Travel Speed
  623. Set the travel speed of the initial layer(s) to reduce risk of extruder pulling the print from the bed.
  624. *Support Interface
  625. It is now possible to print a support bottom as well as a support roof. Support bottoms are placed where the support rests on the model. Printing the support interface with PVA leads to improved surface quality.
  626. *Bug fixes
  627. Deleting grouped objects
  628. Duplicating groups
  629. Bridging
  630. Drag and drop (first Windows run)
  631. Unretraction speeds
  632. Bottom layer in Spiralize mode
  633. Overlap Compensation
  634. Raft retractions
  635. Retractions now occur after each object printed in one-at-a-time mode
  636. Rafts are no longer printed outside of build area
  637. Spiralize no longer limited to the first printed segment only
  638. Line distance is now the actual line distance
  639. Enabling raft doesn’t influence at which height the model is sliced any more
  640. Brim is now always printed just once
  641. Support roofs now only occur just below overhang
  642. *Minor changes
  643. Message display time increased to 30 seconds
  644. Notification if you try to save to a locked SD card
  645. Engine log now included in the application log
  646. Undo and Redo now function with multiple operations
  647. The last used folder is now remembered rather than defaulting to home folder
  648. Import X3D files
  649. Made it possible to add multiple Per Model Settings at once
  650. Bed Level and Checkup procedures for UMO+ can be performed without re-adding machine
  651. Combing applied in more cases and results in better paths
  652. Infill thickness now supports Grid infill also for even multiples of the layer height
  653. Support is no longer removed by unprintable thin parts of the model
  654. Support generated on each appropriate layer
  655. Support no longer goes outside overhang areas
  656. Support no longer removes brim around the object
  657. Brim is now also generated under the support
  658. Draft and Ooze shield get their own brim or raft
  659. Settings shared between skirt and brim now also activate when brim is selected
  660. Compensate overlapping wall parts now also works for inner walls
  661. Bed lowering speed can be adjusted for each layer
  662. [2.1.3]
  663. *Material Profiles
  664. New material profiles for CPE+, PC, Nylon and TPU for the Ultimaker 2+ family.
  665. [2.1.2]
  666. Cura has been completely reengineered from the ground up for an even more seamless integration between hardware, software and materials. Together with its intuitive new user interface, it’s now also ready for any future developments. For the beginner Cura makes 3D printing incredibly easy, and for more advanced users, there are over 200 customizable settings.
  667. *Select Multiple Objects
  668. You now have the freedom to select and manipulate multiple objects at the same time.
  669. *Grouping
  670. You can now group objects together to make it easier to manipulate multiple objects.
  671. *Undo/Redo
  672. You can now undo and redo your actions, like moving an object or scaling.
  673. *Setting Profiles
  674. The new GUI allows custom profiles to load easily and intuitively, directly from Cura.
  675. *3MF File Loading Support
  676. We’re happy to report we now support loading 3MF files. This is a new file format similar to AMF, but freely available.
  677. *Intuitive Cut-Off Object Bottom
  678. We’ve added a feature that allows you to move objects below the build plate. You can either correct a model with a rough bottom, or print only a part of an object. Please note that the implementation differs greatly from the old one when it was just a setting.
  679. *64-bit Windows Builds
  680. An optimized 64-bit Windows Cura version is now available. This allows you to load larger model files.
  681. *Automatic calculations
  682. Cura allows you to set a number of lines/layers instead of millimeters. The engine automatically calculates the right settings.
  683. *Per-Object Settings
  684. Per-object settings allow you to override individual profile settings per object.
  685. *Engine Features
  686. *Line Width
  687. Line width settings added per feature: Global, Walls, Top/Bottom, Infill, Skirt, Support.
  688. *Pattern Settings
  689. Pattern settings improved per feature: Top/Bottom, Infill, Support.
  690. *Shell
  691. *Alternate Skin Rotation
  692. Helps to combat the pillowing problem on top layers.
  693. *Alternate Extra Wall
  694. For better infill adhesion.
  695. *Horizontal Expansion
  696. Allows to compensate model x,y-size to get a 1:1 result.
  697. *Travel
  698. *Avoid Printed Parts
  699. When moving to the next part to print, avoid collisions between the nozzle and other parts which are already printed.
  700. *Support
  701. *Stair Step Height
  702. Sets the balance between sturdy and hard to remove support. By setting steps of the stair-like bottom of the support resting on the model.
  703. *ZigZag
  704. A new, infill type that’s easily breakable, introduced specially for support.
  705. *Support Roofs
  706. A new sub-feature to reduce scars the support leaves on overhangs.
  707. *Support Towers
  708. Specialized support for tiny overhang areas.
  709. *Special Modes
  710. *Surface Mode
  711. This mode will print the surface of the mesh instead of the enclosed volume. This used to be called ‘Only follow mesh surface’. In addition to the ‘surface mode’ and ‘normal’, a ‘both’ mode has now been added. This ensures all closed volumes are printed as normal and all loose geometry as single walls.
  712. *Experimental Features
  713. *Conical Support
  714. An experimental filament, cost-reduction feature, for support.
  715. *Draft Shield
  716. Prints a protective wall at a set distance around the object that prevents air from hitting the print, reducing warping.
  717. *Fuzzy Skin
  718. Prints the outer walls with a jittering motion to give your object a diffuse finish.
  719. *Wire Printing
  720. The object is printed with a mid-air / net-like structure, following the mesh surface. The build plate will move up and down during diagonal segments. Though not visible in layer view, you can view the result in other software, such as Repetier Host or http://chilipeppr.com/tinyg.
  721. [15.06 Beta]
  722. Cura 15.06 is a new release built from the ground up on a completely new
  723. framework called Uranium. This framework has been designed to make it easier to
  724. extend Cura with additional functionality as well as provide a cleaner UI.
  725. [15.05.95]
  726. * Fixed: Selection ghost remains visible after deleting an object
  727. * Fixed: Window does not show up immediately after starting application on OSX
  728. * Fixed: Added display of rotation angle during rotation
  729. * Fixed: Object changes position while rotating/scaling
  730. * Fixed: Loading improvements in the layer view
  731. * Fixed: Added application icons
  732. * Fixed: Improved feedback when loading models
  733. * Fixed: Eject device on MacOSX now provides proper feedback
  734. * Fixed: Make it possible to show retraction settings for UM2
  735. * Fixed: Opening the machine preferences page will switch to the first available machine
  736. * Fixed: Improved tool handle hit area size
  737. * Fixed: Render lines with a thickness based on screen DPI
  738. [15.05.94]
  739. * Added Russian translations
  740. * Fixed: Infill not displayed in layer view
  741. * Fixed: Cannot select/scale/rotate when first activating the tool and then trying to select a model.
  742. * Fixed: Improved font rendering on Windows
  743. * Fixed: Help > Show Documentation crashes Cura on Windows
  744. * Fixed: "There is no disk in the drive" repeating messages on Windows
  745. * Fixed: Retraction settings not visible for Ultimaker2
  746. * Fixed: Display rotation angle when rotating an object
  747. * Fixed: Time/Quality slider values are properly rounded
  748. * Fixed: Improved clarity of buttons and text
  749. * Fixed: No indication that anything is happening when loading a model
  750. * Fixed: Eject device now works on Windows
  751. [15.05.93]
  752. * Fixed: No shortcuts for moving up/down layers in layer view.
  753. * Fixed: Last view layers could not be scrolled through in layer view.
  754. * Fixed: Files provided on command line would not actually show up on the build
  755. platform.
  756. * Fixed: Render a ghost of the selection in Layer view to make the actual object
  757. position clear.
  758. * Fixed: Showing a menu would clear the selection.
  759. * Fixed: Size and scaling factor display for scale tool.
  760. * Fixed: Missing background for additional tool controls.
  761. * Fixed: Loading message times out when loading large files.
  762. * Fixed: Show recent files in the file menu.
  763. * Fixed: Windows installer will now install MSVC 2010 redistributable, to
  764. prevent issues with missing DLL's.
  765. * Fixed: Collapsed/expanded state of setting categories not stored.
  766. [15.05.91]
  767. * There is now a working MacOSX version. Currently it supports OSX 10.7 and
  768. higher.
  769. * Fixed: Need to deselect before selecting a different object.
  770. * Fixed: Object can be moved on Z axis.
  771. * Fixed: Error values should be considered invalid values and will not trigger a
  772. slice.
  773. * Fixed: Text fields used a locale-aware validator while the underlying code did
  774. not.
  775. * Fixed: Text fields will trigger a slice on text change, not only after focus
  776. change/enter press.
  777. * Fixed: Rotate Tool snaps to incorrect value.
  778. * Fixed: Object Collision would only moved objects to the right.
  779. * Fixed: Object Collision would move the selected object when it should not.
  780. * Fixed: Camera panning now works correctly instead of doing nothing.
  781. * Fixed: Camera would flip around center point at maximum rotation.
  782. * Fixed: Build platform grid blocked view from below objects.
  783. * Fixed: Viewport on MacOSX with high-DPI screens was only taking 1/4th of the
  784. window
  785. [15.05.90]
  786. * Fixed: Additional UI elements for tools and views not loading.
  787. * Fixed: Double click needed to change setting dialog page.
  788. * Fixed: Context menu entries (reload, center object, etc.) not working.
  789. * Fixed: "Open With" or passing files from command line not working.
  790. * Fixed: "Reload All" would not reload files.
  791. In addition, a lot of work has gone into getting a usable Mac OSX version.
  792. New Features
  793. ------------
  794. * Plugin based system
  795. The Uranium framework provides us with a plugin-based system
  796. that provides additional flexibility when extending Cura. Think
  797. of new views, tools, file formats, etc. This is probably the
  798. biggest new feature.
  799. * Improved UI
  800. The UI has received a complete overhaul.
  801. * Time-Quality Slider
  802. The 4 static quick print profiles have been replaced with
  803. a slider that should make it easier to find the right spot
  804. between print time and print quality.
  805. * More Settings
  806. The Advanced mode is now configurable and can show many
  807. additional settings that were previously not available, while at
  808. the same time not overwhelming new users with too many settings.
  809. Custom set of visible settings can be created by the user.
  810. * Support for high-DPI screens
  811. The refreshed UI has been designed with high-DPI screens in
  812. mind which should improve the experience of Cura on such
  813. devices.
  814. * Improved language support
  815. (Not yet available for the Beta release.)
  816. * Improved support structure generation
  817. The new version of the CuraEngine now features improved
  818. support generation algorithms and additional options for support
  819. structure generation.
  820. * Experimental Feature: Wire Printing
  821. Wire Printing has been added as an experimental new feature. It
  822. will print objects as a structure of lines. It can be enabled by
  823. from Advanced Mode -> Fixes -> Wire Printing.
  824. * Undo/Redo
  825. It is now possible to undo and redo most scene operations, like
  826. moving or rotating objects.
  827. Features from earlier versions not (yet) in this release
  828. --------------------------------------------------------
  829. * The All-at-once/One-at-a-time toggle is not available.
  830. We are working on an improved implementation of this mechanism
  831. but it will not be available for this release.
  832. * No dual extrusion features are available yet.
  833. We are working on a completely new workflow for this but this
  834. needs additional time.
  835. * “Lay Flat” has been removed.
  836. The existing implementation was unfortunately not salvageable.
  837. We will be looking into an improved implementation for this
  838. feature.
  839. * "Split Object Into Parts" has been removed.
  840. Due to the same reason as Lay Flat.
  841. * Support for AMF and DAE file formats has been removed.
  842. Both of these will be implemented as plugins in the future.
  843. * Support for directly loading a GCode file is not yet available.
  844. This will be implemented as a plugin in the future.
  845. * Support for PNG, JPG and other image formats has been removed.
  846. These can be supported by a plugin with an improved UI.
  847. * Support for loading Minecraft levels has been removed.
  848. This can be implemented as a plugin.
  849. * Windows XP support has been dropped.
  850. Microsoft is no longer supporting xp, so they no longer back
  851. port certain features that we require.
  852. * X-Ray view is missing.
  853. Will be implemented as a (you might have guessed it) plugin.
  854. * Fixes: Follow Mesh Surface
  855. Has been removed from the engine, the same result can be
  856. achieved using no infill or top/bottom layers.
  857. Known Issues
  858. ------------
  859. * Some OBJ files are rendered as black objects due to missing
  860. normals.
  861. * Disabling plugins does not work correctly yet.
  862. * Unicorn occasionally still requires feeding. Do not feed it
  863. after midnight.