ChangeLog.txt 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  1. [3.3.0]
  2. *Profile for the Ultimaker S5
  3. New printer profile for the Ultimaker S5, our latest 3D printer.
  4. *Profile for Tough PLA
  5. New material profile for Tough PLA, a material that prints with the convenience of PLA but with toughness and impact strength similar to ABS.
  6. *Configuration/sync button
  7. 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.
  8. *Setting visibility preset
  9. 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.
  10. *Print/save hotkey
  11. 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.
  12. *3D model assistant
  13. 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.
  14. *Refactored machine manager
  15. 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.
  16. *Multiply models faster
  17. Significant speed increase when multiplying models.
  18. *Auto slicing disabled by default
  19. The auto slice tool is now disabled by default. Users can still enable the feature in the user preferences dialog.
  20. *Updated fonts
  21. Default font changed to NotoSans to increase readability and consistency with Cura Connect.
  22. *Plugin browser look and feel
  23. 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.
  24. *Show tooltip for unavailable profile
  25. Tooltips have been added to incompatible settings, to give explanations why they are incompatible.
  26. *Empty material slots Ultimaker 3
  27. When a material is not loaded in the Ultimaker 3, it is now displayed as ‘Empty’ rather than ‘Unknown’.
  28. *Send over network confirmation
  29. 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.
  30. *Post processing scripts
  31. Fixed an issue where post processing scripts could be lost between sessions. Post processing scripts are now persistent between sessions.
  32. *Single extrusion mode
  33. 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.
  34. *New UFP extension
  35. 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.
  36. *Compressed Gcode
  37. Gcode saved from Ultimaker Cura using the Ultimaker 3 profile is compressed (using gzip) to save space on printers.
  38. *Circular prime tower
  39. 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.
  40. *Connected infill lines
  41. 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.
  42. *Support blocker - fieldOfView
  43. 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.
  44. *Real bridging - smartavionics
  45. New experimental feature that detects bridges, adjusting the print speed, slow and fan speed to enhance print quality on bridging parts.
  46. *Updated CuraEngine executable - thopiekar
  47. The CuraEngine executable now contains a dedicated icon, author information and a license.
  48. *Use RapidJSON and ClipperLib from system libraries
  49. 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).
  50. *Initial layer flow
  51. New setting in the ‘material’ category where the initial layer flow can be adjusted.
  52. *Initial travel move retraction - smartavionics
  53. Retraction has been added to the initial travel move, reducing the chance of prime blobs getting dragged into parts before brim/skirts are printed.
  54. *Unnecessary retractions in spiralize - smartavionics
  55. Removes retractions on layer change in spiralize mode, improving model quality.
  56. *Faster travel paths - smartavionics
  57. 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.
  58. *New plugins - Pheneeny
  59. Three new plugins have been added to Ultimaker Cura: Scalable extra prime, Print temperature offset, and Enclosure fan.
  60. *Pre-heat extruders - fieldOfView
  61. This new feature allows to preheat the extruders in the printer monitor.
  62. *Renamed TweakAtZ to ‘ChangeAtZ’
  63. This script has been renamed to be more consistent with other scripts.
  64. *Import XML material profile checks
  65. XML material profile files are now checked before import in Ultimaker Cura to avoid potential issues. Contributed by fieldOfView.
  66. *Bug fixes
  67. - Slice engine crash default temperature 0. Fixed an issue where the slicing engine could crash when slicing with a material at 0°C.
  68. - Network printer reconnect. Fixed an issue where the user could not connect to the printer after losing connection.
  69. - Pause at height ‘redo layers’ broken. Fixed an issue where setting ‘pause at height redo layers’ to 1 or more would cause failed prints.
  70. - 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.
  71. - Infill density for all extruders. The infill density in the recommended mode now applies to all extruders instead of extruder 1.
  72. - Polypropylene 0.25mm print profile. Fixed the maximum number of allowed extrusions for all 0.25mm Polypropylene profile prints.
  73. - SolidWorks plugin. Replaced comtypes module with win32com to fix issues.
  74. - Font rendering issues. Fixed font rendering issues on Max OSX.
  75. - 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.
  76. *Third party printers
  77. - FABtotum TPU profiles. Added third-party material profiles for TPU. Contributed by krios-fabteam.
  78. - Dagoma profiles. Updated printer profiles contributed by dagoma3d.
  79. - uBuild profile. Updated printer profiles contributed by uBuild-3D.
  80. - Cartesio printer updates. Updated profiles contributed by maukcc.
  81. - Printrbot Simple Maker's Kit 1405. Profiles contributed by timur-tabi.
  82. - Added SeeMeCNC. Profiles contributed by pouncingiguana.
  83. - Velleman Vertex. Updated printer and quality profiles contributed by velbn.
  84. - gMax 1.5. Profiles contributed by gordo3di.
  85. [3.2.1]
  86. *Bug fixes
  87. - Fixed issues where Cura crashes on startup and loading profiles
  88. - Updated translations
  89. - Fixed an issue where the text would not render properly
  90. [3.2.0]
  91. *Tree support
  92. 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.
  93. *Adaptive layers
  94. 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.
  95. *Faster startup
  96. Printer definitions are now loaded when adding a printer, instead of loading all available printers on startup.
  97. *Backface culling in layer view
  98. 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.
  99. *Multi build plate
  100. 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.
  101. *Improved mesh type selection
  102. 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.
  103. *View optimization
  104. Quick camera controls introduced in version 3.1 have been revised to create more accurate isometric, front, left, and right views.
  105. *Updated sidebar to QtQuick 2.0
  106. 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.
  107. *Hide sidebar
  108. 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).
  109. *Disable ‘Send slice information’
  110. 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.
  111. *Signed binaries (Windows)
  112. For security-conscious users, the Windows installer and Windows binaries have been digitally signed to prevent “Unknown application” warnings and virus scanner false-positives.
  113. *Start/end gcode script per extruder
  114. 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.
  115. *OctoPrint plugin added to plugin browser
  116. This plugin enables printers managed with OctoPrint to print via Ultimaker Cura interface (version 3.2 or later).
  117. *Bugfixes
  118. - Fixed a bug where the mirror tool and center model options when used together would reset the model transformations
  119. - Updated config file path to fix crashes caused by user config files that are located on remote drives
  120. - 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.
  121. - 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
  122. [3.1.0]
  123. *Profile added for 0.25 mm print core
  124. This new print core gives extra fine line widths which gives prints extra definition and surface quality.
  125. *Profile added for Breakaway material
  126. New material profile for Breakaway material, a new dry post processing support material, which can be used for models with flat surface area overhangs.
  127. *Layer view
  128. The existing Layer View has been updated in order to see a live simulation of all the paths within a layer.
  129. *Quick camera controls
  130. New buttons have been added to the interface that can quickly reposition the camera view of the buildplate.
  131. *Lock model on platform
  132. The move tool has a new option to lock a selected model to the platform.
  133. *Faster profile switching speed
  134. Duplicating and removing a profile could take Ultimaker Cura quite some time, it now happens instantly.
  135. *Faster printer selection
  136. Removing a printer from the library is now instant. No more unresponsive screens.
  137. *Faster processing speed
  138. A 5 - 10 % speed increase when calculating normals, loading models, and slicing.
  139. *Feedrate visualization
  140. 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.
  141. *Jogging
  142. It allows the printhead to be moved with on-screen controls. Contributed by fieldOfView.
  143. *Large model loading
  144. 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.
  145. *Scripts folder
  146. 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.
  147. *Optimized workflow for crash reporting
  148. Crash reports are automatically generated and allow the user, in case of a crash, to easily send their report with a description to developers.
  149. *Floating models enabled
  150. 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.
  151. *Slicing tolerance
  152. 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.
  153. *Optimized zig zag patterns
  154. 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.
  155. *Aligned z-seam inner wall moves
  156. 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.
  157. *Relative positioning of infill patterns
  158. 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.
  159. *Line resolution
  160. Enables the user to specify the minimum allowed distance value between two points in G-code to create lower or higher resolution polygons.
  161. *Custom mode changes
  162. 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.
  163. *Bugfixes
  164. - Fix for layer numbers being displayed incorrectly when switching between solid and layer mode
  165. - Fix for Ultimaker Cura engine crashes on certain models
  166. - Fix for Uninstalling previous versions of Cura on Windows platforms
  167. - Fix for displaying visible settings
  168. - Fix for importing legacy .ini files
  169. - Prevent skipping user agreement dialog by pressing escape
  170. [3.0.4]
  171. *Bug fixes
  172. - Fixed OpenGL issue that prevents Cura from starting.
  173. *License agreement on the first startup has been added
  174. [3.0.3]
  175. *Bug fixes
  176. - Add missing libraries for the MakePrintable plugin.
  177. [3.0.0]
  178. *Faster start-up
  179. Start-up speed has been cut in half compared to the previous version.
  180. *New color scheme
  181. Color scheme has been updated to reflect Ultimaker Cura rebrand.
  182. *Updated UX design
  183. The Ultimaker Cura logo has moved from the bottom to the top of the interface. Print status icons have been updated and repositioned.
  184. *Redesigned splash screen
  185. A new splash screen on Ultimaker Cura startup has been added.
  186. *Top navigation bar improvements
  187. The width of tab functionality changes accordingly to the word space (multilingual).
  188. *Print quality slider
  189. A slider can now be used to control the quality profile in recommended mode.
  190. *Infill slider
  191. Model infill can now be changed using a slider in recommended mode.
  192. *Changed layer view
  193. Layer view icon, panel and slider have moved to top-right of interface.
  194. *Rasterized build plate
  195. The build plate now shows graduations of 10 mm and 1 mm for easy model positioning.
  196. *Changed row of extruder buttons
  197. Extruder tabs have become buttons and icons have been updated.
  198. *Add an "Export to Cura" button in SOLIDWORKS
  199. A macro can be added to your SOLIDWORKS installation that loads your model into Ultimaker Cura.
  200. *Siemens NX macro
  201. When a user updates models in Siemens NX and clicks the button, the updated models replace the models opened in Ultimaker Cura.
  202. *Skin removal width
  203. Remove thin strips of skin from a model to prevent print head zigzagging, in turn preventing vibrations.
  204. *Skin expand distance
  205. 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.
  206. *Extra skin wall count
  207. 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.
  208. *Minimum extrusion for skin
  209. Will prevent filling small gaps that are probably filled already, resulting in less strings, better top details and faster prints.
  210. *PVA retractions
  211. 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.
  212. *Z seam options
  213. 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.
  214. *Quarter cubic infill
  215. 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.
  216. *Cross infill
  217. 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.
  218. *Layer start negative position
  219. Layer start X/Y values can be less than 0 when the machine centre is zero.
  220. *PostProcessing stretch script
  221. This new script performs "post stretch" algorithm to fix the problem of insufficient inner and outer diameters. Thanks to electrocbd for contributing.
  222. *Ironing speed settings
  223. Ironing speed settings have been moved to experimental category.
  224. *Doodle3D plugin
  225. Update Doodle3D plugin to connect with printers. Thanks to mith for contributing.
  226. *Bug fixes
  227. - Customized profiles are not sent when connecting to a printer
  228. - Sync z-hop with layer changes, thanks to smartavionics for contributing
  229. - Memory leaks on MacOS
  230. - Printer name not loaded when project file is opened
  231. - Doodle3D Wifi box was selected by default on non-UM3 printers
  232. [2.7.0]
  233. *Top surface skin
  234. Specify print settings of the top-most layers separately in order to improve print duration and achieve higher quality top surfaces.
  235. *Print thin walls
  236. An experimental function that enables features to be printed up to two times smaller than the nozzle size.
  237. *Ironing (a.k.a. Neosanding)
  238. 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.
  239. *Gradual support infill
  240. Supports will print faster and with less material while improving overhang quality.
  241. *Support infill layer thickness
  242. Users are able to configure “Support infill layer thickness” for thicker support layers.
  243. *Relative Z seam
  244. 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.
  245. *Prime tower purge
  246. 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.
  247. *First layer line width
  248. 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.
  249. *Pause standby and resume temperature
  250. 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.
  251. *Extruder per feature
  252. 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.
  253. *Dark theme
  254. A dark theme for Cura. Select this theme to reduce eyestrain when working in dark environments. Activate it by selecting “Preferences > Themes > Dark".
  255. *Top navigation bar redesign
  256. 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.
  257. *New keyboard shortcuts
  258. 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.
  259. *Plugin browser
  260. Easily download and install plugins using an integrated plugin browser. Go to “Extensions > Plugin Browser > Browse plugins” to select it.
  261. *Import SolidWorks files as STL
  262. 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.
  263. *Zoom towards mouse cursor position
  264. Cura preferences now include an option to zoom towards the cursor position on screen.
  265. *Increased scroll speed in setting lists
  266. The scroll speed in the setting lists is now three times faster than previous versions.
  267. *Extra tooltips
  268. Extra tooltips have been added to clarify the machine settings.
  269. *Polish now supported
  270. Polish language support added. This can be selected in the preferences menu.
  271. *Chinese now supported
  272. Chinese language support added. This can be selected in the preferences menu.
  273. *Bug fixes
  274. - Cura project Mac extensions
  275. - Crashes when adding printers
  276. - Jerk fixes
  277. - Z-hop over-extrusion
  278. - Material diameter in machine settings
  279. *3rd party printers
  280. - Peopoly Moai
  281. - DiscoEasy200
  282. - Cartesio
  283. - EasyArt Ares
  284. - 3Dator
  285. - Rigid3D
  286. - Type A Series 1
  287. - HelloBEEPrusa
  288. [2.6.2]
  289. *Bug fixes
  290. - Fixed an issue with Cura crashing on older versions of MacOS.
  291. [2.6.1]
  292. *New profiles
  293. The Polypropylene material is added and supported with the Ultimaker 3. Support for CPE+ and PC with 0.8mm nozzles is added as well.
  294. [2.6.0]
  295. *Cura versions
  296. 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.
  297. *Better support adhesion
  298. 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.
  299. *Multi-extrusion support for custom FDM printers
  300. Custom third-party printers and Ultimaker modifications now have multi-extrusion support. Thanks to Aldo Hoeben for this feature.
  301. *Model auto-arrange
  302. 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.
  303. *Gradual infill
  304. 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.
  305. *Support meshes
  306. It’s now possible to load an extra model that will be used as a support structure.
  307. *Mold
  308. 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.
  309. *Towers for tiny overhangs
  310. We’ve added a new support option allowing users to achieve more reliable results by creating towers to support even the smallest overhangs.
  311. *Cutting meshes
  312. 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.
  313. *Extruder per model selection via the context menu or extruder buttons
  314. 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.
  315. *Custom toggle
  316. We have made the interface a little bit cleaner and more user-friendly for switching from Recommended to Custom mode.
  317. *Plugin installer
  318. 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.
  319. *Project-based menu
  320. It’s a lot simpler to save and open files, and Cura will know if it’s a project, model, or gcode.
  321. *Theme picker
  322. If you have a custom theme, you can now apply it more easily in the preferences screen.
  323. *Time estimates per feature
  324. 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.
  325. *Invert the direction of camera zoom
  326. We’ve added an option to invert mouse direction for a better user experience.
  327. *Olsson block upgrade
  328. Ultimaker 2 users can now specify if they have the Olsson block installed on their machine. Thanks to Aldo Hoeben for this feature.
  329. *OctoPrint plugin
  330. Cura 2.6 allows users to send prints to OctoPrint. Thanks to Aldo Hoeben for this feature.
  331. *Bug fixes
  332. - Post Processing plugin
  333. - Font rendering
  334. - Progress bar
  335. - Support Bottom Distance issues
  336. *3rd party printers
  337. - MAKEIT
  338. - Alya
  339. - Peopoly Moai
  340. - Rigid3D Zero
  341. - 3D maker
  342. [2.5.0]
  343. *Improved speed
  344. 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.
  345. *Speedup engine – Multithreading
  346. Cura can process multiple operations at the same time during slicing. Supported by Windows and Linux operating systems only.
  347. *Preheat the build plate (with a connected printer)
  348. Users can now set the Ultimaker 3 to preheat the build plate, which reduces the downtime, allowing to manually speed up the printing workflow.
  349. *Better layout for 3D layer view options
  350. 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.
  351. *Disable automatic slicing
  352. An option to disable auto-slicing has been added for the better user experience.
  353. *Auto-scale off by default
  354. This change speaks for itself.
  355. *Print cost calculation
  356. 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.
  357. *G-code reader
  358. 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.
  359. *Discard or Keep Changes popup
  360. 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.
  361. *Bug fixes
  362. - 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.
  363. - “Center camera when the item is selected”: This is now set to ‘off’ by default.
  364. - 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.
  365. - 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.
  366. - Different Y / Z colors: Y and Z colors in the tool menu are now similar to the colors on the build plate.
  367. - No collision areas: No collision areas used to be generated for some models when "keep models apart" was activated. This is now fixed.
  368. - Perimeter gaps: Perimeter gaps are not filled often enough; we’ve now amended this.
  369. - 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.
  370. - Project name: The project name changes after the project is opened. This now has been fixed.
  371. - 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.
  372. - Support Towers: Support Towers can now be disabled.
  373. - 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.
  374. - Summary box size: We’ve enlarged the summary box when saving the project.
  375. - Cubic subdivision infill: In the past, the cubic subdivision infill sometimes didn’t produce the infill (WIN) – this has now been addressed.
  376. - Spiralize outer contour and fill small gaps: When combining Fill Gaps Between Walls with Spiralize Outer Contour, the model gets a massive infill.
  377. - Experimental post-processing plugin: Since the TweakAtZ post-processing plugin is not officially supported, we added the ‘Experimental’ tag.
  378. *3rd party printers (bug fixes)
  379. - Folgertech printer definition has been added.
  380. - Hello BEE Prusa printer definition has been added.
  381. - Velleman Vertex K8400 printer definitions have been added for both single-extrusion and dual-extrusion versions.
  382. - Material profiles for Cartesio printers have been updated.
  383. [2.4.0]
  384. *Project saving & opening
  385. 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.
  386. *Setting search
  387. 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.
  388. *Editing start g-code and end g-code
  389. Aldo Hoeben also added this feature, enabling you to alter both start and end code g-code settings for single extrusion machines.
  390. *Multiply object function
  391. 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.
  392. *Ultimaker 3 single extrusion prints
  393. Dual extrusion printers now allow for single extrusion prints in a larger printable area.
  394. *Streaming printer monitor view
  395. Ultimaker 3’s camera views no longer only show snapshots. They now show a live stream.
  396. *Explain why slicing is disabled
  397. When slicing is blocked by settings with error values, a message now appears, clearly indicating which settings need to be changed.
  398. *Ultimaker 3 print profiles
  399. 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.
  400. *Initial Layer Printing Temperature
  401. 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.
  402. *Printing temperature of the materials
  403. The printing temperature of the materials in the material profiles is now the same as the printing temperature for the Fine profile.
  404. *Improved PLA-PVA layer adhesion
  405. The PVA jerk and acceleration have been optimized to improve the layer adhesion between PVA and PLA.
  406. *Default build plate adhesion type for Nylon
  407. The default build plate adhesion type for Nylon prints has been changed from raft to brim.
  408. *Support Interface Thickness
  409. The Support Roof Thickness is now 0.8 mm and PVA support infill has been slightly decreased to lower the printing time.
  410. *Ultimaker 2+ PC prints
  411. In the polycarbonate profiles, the raft settings for the 0.25 mm and 0.4 mm nozzles are tweaked for less warping.
  412. *Hollow prime tower
  413. 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.
  414. *Precooling and prewarming
  415. 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.
  416. *Remove Mesh Intersection
  417. 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.
  418. *Alternate Mesh Removal
  419. 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.
  420. *Hollow Object
  421. 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.
  422. *Fill Gaps Between Walls
  423. Fill up small gaps between consecutive walls, making thin pieces in your model dense, rather than hollow. This feature makes the thin pieces stronger.
  424. *Cubic subdivision infill
  425. 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.
  426. *Concentric 3D infill
  427. This new infill pattern is similar to concentric infill, but touches the shell every X layers, creating better support for the top layers.
  428. * Printing Temperature Initial Layer
  429. Nozzle temperature to be used during the first layer.
  430. *Build Plate Temperature Initial Layer
  431. Bed temperature to be used during the first layer.
  432. *Initial Fan Speed
  433. Fan speed to be used during the first layer.
  434. *Retract at Layer Change
  435. Retract each time the printer progresses to the next layer.
  436. *Outer Wall Wipe Distance
  437. Wipe the nozzle after printing the outer wall.
  438. *Set X-Y coordinate of z-seam
  439. Select where to place the Z seam.
  440. *Start Layers with the Same Part
  441. Start each layer with the part closest to a given location.
  442. *Turn off nozzle after last use
  443. Turn off the nozzle after its last use, while other nozzles are still in use.
  444. *Option for no build plate adhesion
  445. Select not to print any build plate adhesion helper parts.
  446. *Anti-overhang and support meshes
  447. 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.
  448. *Delta printer support
  449. 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.
  450. *AppImage for Linux
  451. The Linux distribution is now in AppImage format, which makes Cura easier to install.
  452. *bugfixes
  453. The user is now notified when a new version of Cura is available.
  454. When searching in the setting visibility preferences, the category for each setting is always displayed.
  455. 3MF files are now saved and loaded correctly.
  456. Dragging a profile onto Cura now loads it automatically.
  457. You can now view which print cores and materials are currently in your Ultimaker 3, via the machine manager.
  458. You can now add the heated bed upgrade etc. from the machine manager.
  459. Print core and material is now arranged under extruder tabs.
  460. Cura now remembers all printers and profiles when you open just after closing it.
  461. You can now duplicate the standard profiles.
  462. Layer view now doesn’t use as much RAM.
  463. It’s now quicker to change the value of the Support Enable setting.
  464. Changing a setting updates all dependent settings more quickly.
  465. Having errors in your setting values now always blocks slicing.
  466. Selecting a model with any active tool no longer causes a reslice.
  467. The prime poop now introduces a separate area where you cannot print.
  468. Support Extruder setting is now near the support settings.
  469. Build Plate Adhesion Extruder setting is now near the build plate adhesion settings.
  470. Z hop settings have been moved to the Travel category.
  471. Inactive nozzle wiping on the prime tower is re-enabled.
  472. There are no more unnecessary retractions in support.
  473. Each layer now has less extruder switches than the machine has extruders.
  474. Concentric infill doesn’t generate the first infill perimeter next to the walls.
  475. Extruder priming now always happens on the first layer.
  476. Raising the build plate of the Ultimaker 2 now has the proper speed again.
  477. Changing material while the Ultimaker 2 is paused works again.
  478. [2.3.1]
  479. *Layer Height in Profile Selection
  480. Added the layer height to the profile selection menu.
  481. *Bug fixes
  482. Fixed the option to import g-code from related machines as a profile
  483. Fixed a bug where editing material settings has no effect on 3D prints
  484. Fixed an issue with automatic profile importing on Cura 2.1 on Mac OSX
  485. Fixed an inheritance issue for dual extrusion
  486. Fixed an issue with "i" symbol updates
  487. Fixed a freeze that can occur while printing via Wi-Fi
  488. [2.3.0]
  489. *Multi Extrusion Support
  490. Machines with multiple extruders are now supported. Ultimaker 3 printers and Ultimaker Original printers with dual extrusion upgrade kit are currently supported.
  491. *Network Printing for Ultimaker 3
  492. Sending a print to an Ultimaker 3 remotely via the network is now possible. Requires Wi-Fi or LAN to connect to the printer.
  493. *Print Monitoring for Ultimaker 3
  494. You can monitor your print on an Ultimaker 3 with a live camera feed. Requires Wi-Fi or LAN to connect to the printer.
  495. *Material and Print Core Synchronization
  496. Connecting to an Ultimaker 3 now gives you the option to synchronize the materials in Cura with what is loaded in the printer.
  497. *Speed improvements
  498. 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.
  499. *Improved Position Tool
  500. Place objects precisely where you want them by manually entering the values for the position.
  501. *Custom Machine Support
  502. It’s now much easier to use Cura with custom machines. You can edit the machine settings when you load a new custom machine.
  503. *Improved Grouping
  504. It's now possible to transform objects that are already grouped.
  505. Select an individual item in a group or merged object and edit as usual. Just Ctrl + Click and edit away.
  506. *Enhanced Profile Management
  507. Profile management is improved. You can now easily see and track changes made to your profiles.
  508. *Improved Setting Visibility
  509. 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.
  510. *Improved time estimation
  511. Time estimations are more accurate. Based on our test time estimations should be within 5% accuracy for Ultimaker printers.
  512. *Optional G-code Machine Prefix
  513. Disable the g-code prefix in Preferences. No more UM2_ on your printer display!
  514. *Print Weight Estimates
  515. Cura now estimates print weight as well as length.
  516. *Automatic Import Configuration
  517. Configurations from older installations of Cura 2.1 are automatically imported into the newest installation.
  518. *Slicing features
  519. *Infill Types
  520. 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.
  521. *Gradual Infill
  522. 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.
  523. *Set Acceleration and Jerk by Feature
  524. You can now set Jerk and Acceleration by feature-type (infill, walls, top/bottom, etc), for more precision.
  525. *Outer Wall Offset
  526. 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.
  527. *Enhanced Combing
  528. The “No Skin” option allows you to comb over infill only to avoid scars on top surfaces.
  529. *Z Hop
  530. 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.
  531. *Skin and Wall Overlap
  532. The Skin Overlap setting allows you to overlap the skin lines with the walls for better adhesion.
  533. *Adjust Initial Layer Travel Speed
  534. Set the travel speed of the initial layer(s) to reduce risk of extruder pulling the print from the bed.
  535. *Support Interface
  536. 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.
  537. *Bug fixes
  538. Deleting grouped objects
  539. Duplicating groups
  540. Bridging
  541. Drag and drop (first Windows run)
  542. Unretraction speeds
  543. Bottom layer in Spiralize mode
  544. Overlap Compensation
  545. Raft retractions
  546. Retractions now occur after each object printed in one-at-a-time mode
  547. Rafts are no longer printed outside of build area
  548. Spiralize no longer limited to the first printed segment only
  549. Line distance is now the actual line distance
  550. Enabling raft doesn’t influence at which height the model is sliced any more
  551. Brim is now always printed just once
  552. Support roofs now only occur just below overhang
  553. *Minor changes
  554. Message display time increased to 30 seconds
  555. Notification if you try to save to a locked SD card
  556. Engine log now included in the application log
  557. Undo and Redo now function with multiple operations
  558. The last used folder is now remembered rather than defaulting to home folder
  559. Import X3D files
  560. Made it possible to add multiple Per Model Settings at once
  561. Bed Level and Checkup procedures for UMO+ can be performed without re-adding machine
  562. Combing applied in more cases and results in better paths
  563. Infill thickness now supports Grid infill also for even multiples of the layer height
  564. Support is no longer removed by unprintable thin parts of the model
  565. Support generated on each appropriate layer
  566. Support no longer goes outside overhang areas
  567. Support no longer removes brim around the object
  568. Brim is now also generated under the support
  569. Draft and Ooze shield get their own brim or raft
  570. Settings shared between skirt and brim now also activate when brim is selected
  571. Compensate overlapping wall parts now also works for inner walls
  572. Bed lowering speed can be adjusted for each layer
  573. [2.1.3]
  574. *Material Profiles
  575. New material profiles for CPE+, PC, Nylon and TPU for the Ultimaker 2+ family.
  576. [2.1.2]
  577. 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.
  578. *Select Multiple Objects
  579. You now have the freedom to select and manipulate multiple objects at the same time.
  580. *Grouping
  581. You can now group objects together to make it easier to manipulate multiple objects.
  582. *Undo/Redo
  583. You can now undo and redo your actions, like moving an object or scaling.
  584. *Setting Profiles
  585. The new GUI allows custom profiles to load easily and intuitively, directly from Cura.
  586. *3MF File Loading Support
  587. We’re happy to report we now support loading 3MF files. This is a new file format similar to AMF, but freely available.
  588. *Intuitive Cut-Off Object Bottom
  589. 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.
  590. *64-bit Windows Builds
  591. An optimized 64-bit Windows Cura version is now available. This allows you to load larger model files.
  592. *Automatic calculations
  593. Cura allows you to set a number of lines/layers instead of millimeters. The engine automatically calculates the right settings.
  594. *Per-Object Settings
  595. Per-object settings allow you to override individual profile settings per object.
  596. *Engine Features
  597. *Line Width
  598. Line width settings added per feature: Global, Walls, Top/Bottom, Infill, Skirt, Support.
  599. *Pattern Settings
  600. Pattern settings improved per feature: Top/Bottom, Infill, Support.
  601. *Shell
  602. *Alternate Skin Rotation
  603. Helps to combat the pillowing problem on top layers.
  604. *Alternate Extra Wall
  605. For better infill adhesion.
  606. *Horizontal Expansion
  607. Allows to compensate model x,y-size to get a 1:1 result.
  608. *Travel
  609. *Avoid Printed Parts
  610. When moving to the next part to print, avoid collisions between the nozzle and other parts which are already printed.
  611. *Support
  612. *Stair Step Height
  613. 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.
  614. *ZigZag
  615. A new, infill type that’s easily breakable, introduced specially for support.
  616. *Support Roofs
  617. A new sub-feature to reduce scars the support leaves on overhangs.
  618. *Support Towers
  619. Specialized support for tiny overhang areas.
  620. *Special Modes
  621. *Surface Mode
  622. 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.
  623. *Experimental Features
  624. *Conical Support
  625. An experimental filament, cost-reduction feature, for support.
  626. *Draft Shield
  627. Prints a protective wall at a set distance around the object that prevents air from hitting the print, reducing warping.
  628. *Fuzzy Skin
  629. Prints the outer walls with a jittering motion to give your object a diffuse finish.
  630. *Wire Printing
  631. 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.
  632. [15.06 Beta]
  633. Cura 15.06 is a new release built from the ground up on a completely new
  634. framework called Uranium. This framework has been designed to make it easier to
  635. extend Cura with additional functionality as well as provide a cleaner UI.
  636. [15.05.95]
  637. * Fixed: Selection ghost remains visible after deleting an object
  638. * Fixed: Window does not show up immediately after starting application on OSX
  639. * Fixed: Added display of rotation angle during rotation
  640. * Fixed: Object changes position while rotating/scaling
  641. * Fixed: Loading improvements in the layer view
  642. * Fixed: Added application icons
  643. * Fixed: Improved feedback when loading models
  644. * Fixed: Eject device on MacOSX now provides proper feedback
  645. * Fixed: Make it possible to show retraction settings for UM2
  646. * Fixed: Opening the machine preferences page will switch to the first available machine
  647. * Fixed: Improved tool handle hit area size
  648. * Fixed: Render lines with a thickness based on screen DPI
  649. [15.05.94]
  650. * Added Russian translations
  651. * Fixed: Infill not displayed in layer view
  652. * Fixed: Cannot select/scale/rotate when first activating the tool and then trying to select a model.
  653. * Fixed: Improved font rendering on Windows
  654. * Fixed: Help > Show Documentation crashes Cura on Windows
  655. * Fixed: "There is no disk in the drive" repeating messages on Windows
  656. * Fixed: Retraction settings not visible for Ultimaker2
  657. * Fixed: Display rotation angle when rotating an object
  658. * Fixed: Time/Quality slider values are properly rounded
  659. * Fixed: Improved clarity of buttons and text
  660. * Fixed: No indication that anything is happening when loading a model
  661. * Fixed: Eject device now works on Windows
  662. [15.05.93]
  663. * Fixed: No shortcuts for moving up/down layers in layer view.
  664. * Fixed: Last view layers could not be scrolled through in layer view.
  665. * Fixed: Files provided on command line would not actually show up on the build
  666. platform.
  667. * Fixed: Render a ghost of the selection in Layer view to make the actual object
  668. position clear.
  669. * Fixed: Showing a menu would clear the selection.
  670. * Fixed: Size and scaling factor display for scale tool.
  671. * Fixed: Missing background for additional tool controls.
  672. * Fixed: Loading message times out when loading large files.
  673. * Fixed: Show recent files in the file menu.
  674. * Fixed: Windows installer will now install MSVC 2010 redistributable, to
  675. prevent issues with missing DLL's.
  676. * Fixed: Collapsed/expanded state of setting categories not stored.
  677. [15.05.91]
  678. * There is now a working MacOSX version. Currently it supports OSX 10.7 and
  679. higher.
  680. * Fixed: Need to deselect before selecting a different object.
  681. * Fixed: Object can be moved on Z axis.
  682. * Fixed: Error values should be considered invalid values and will not trigger a
  683. slice.
  684. * Fixed: Text fields used a locale-aware validator while the underlying code did
  685. not.
  686. * Fixed: Text fields will trigger a slice on text change, not only after focus
  687. change/enter press.
  688. * Fixed: Rotate Tool snaps to incorrect value.
  689. * Fixed: Object Collision would only moved objects to the right.
  690. * Fixed: Object Collision would move the selected object when it should not.
  691. * Fixed: Camera panning now works correctly instead of doing nothing.
  692. * Fixed: Camera would flip around center point at maximum rotation.
  693. * Fixed: Build platform grid blocked view from below objects.
  694. * Fixed: Viewport on MacOSX with high-DPI screens was only taking 1/4th of the
  695. window
  696. [15.05.90]
  697. * Fixed: Additional UI elements for tools and views not loading.
  698. * Fixed: Double click needed to change setting dialog page.
  699. * Fixed: Context menu entries (reload, center object, etc.) not working.
  700. * Fixed: "Open With" or passing files from command line not working.
  701. * Fixed: "Reload All" would not reload files.
  702. In addition, a lot of work has gone into getting a usable Mac OSX version.
  703. New Features
  704. ------------
  705. * Plugin based system
  706. The Uranium framework provides us with a plugin-based system
  707. that provides additional flexibility when extending Cura. Think
  708. of new views, tools, file formats, etc. This is probably the
  709. biggest new feature.
  710. * Improved UI
  711. The UI has received a complete overhaul.
  712. * Time-Quality Slider
  713. The 4 static quick print profiles have been replaced with
  714. a slider that should make it easier to find the right spot
  715. between print time and print quality.
  716. * More Settings
  717. The Advanced mode is now configurable and can show many
  718. additional settings that were previously not available, while at
  719. the same time not overwhelming new users with too many settings.
  720. Custom set of visible settings can be created by the user.
  721. * Support for high-DPI screens
  722. The refreshed UI has been designed with high-DPI screens in
  723. mind which should improve the experience of Cura on such
  724. devices.
  725. * Improved language support
  726. (Not yet available for the Beta release.)
  727. * Improved support structure generation
  728. The new version of the CuraEngine now features improved
  729. support generation algorithms and additional options for support
  730. structure generation.
  731. * Experimental Feature: Wire Printing
  732. Wire Printing has been added as an experimental new feature. It
  733. will print objects as a structure of lines. It can be enabled by
  734. from Advanced Mode -> Fixes -> Wire Printing.
  735. * Undo/Redo
  736. It is now possible to undo and redo most scene operations, like
  737. moving or rotating objects.
  738. Features from earlier versions not (yet) in this release
  739. --------------------------------------------------------
  740. * The All-at-once/One-at-a-time toggle is not available.
  741. We are working on an improved implementation of this mechanism
  742. but it will not be available for this release.
  743. * No dual extrusion features are available yet.
  744. We are working on a completely new workflow for this but this
  745. needs additional time.
  746. * “Lay Flat” has been removed.
  747. The existing implementation was unfortunately not salvageable.
  748. We will be looking into an improved implementation for this
  749. feature.
  750. * "Split Object Into Parts" has been removed.
  751. Due to the same reason as Lay Flat.
  752. * Support for AMF and DAE file formats has been removed.
  753. Both of these will be implemented as plugins in the future.
  754. * Support for directly loading a GCode file is not yet available.
  755. This will be implemented as a plugin in the future.
  756. * Support for PNG, JPG and other image formats has been removed.
  757. These can be supported by a plugin with an improved UI.
  758. * Support for loading Minecraft levels has been removed.
  759. This can be implemented as a plugin.
  760. * Windows XP support has been dropped.
  761. Microsoft is no longer supporting xp, so they no longer back
  762. port certain features that we require.
  763. * X-Ray view is missing.
  764. Will be implemented as a (you might have guessed it) plugin.
  765. * Fixes: Follow Mesh Surface
  766. Has been removed from the engine, the same result can be
  767. achieved using no infill or top/bottom layers.
  768. Known Issues
  769. ------------
  770. * Some OBJ files are rendered as black objects due to missing
  771. normals.
  772. * Disabling plugins does not work correctly yet.
  773. * Unicorn occasionally still requires feeding. Do not feed it
  774. after midnight.