change_log.txt 94 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569
  1. [4.2.0]
  2. *Orthographic view.
  3. When preparing prints, professional users wanted more control over the 3D view type, so this version introduces an orthographic view, which is the same view type used by most professional CAD software packages. Find the orthographic view in View > Camera view > Orthographic, and compare the dimensions of your model to your CAD design with ease.
  4. *Object list.
  5. Easily identify corresponding filenames and models with this new popup list. Click a model in the viewport and its filename will highlight, or click a filename in the list and the corresponding model will highlight. The open or hidden state of the list will persist between sessions. How convenient.
  6. *Print previews.
  7. Some improvements have been made to print previews displayed in the monitor tab, Ultimaker Connect, or the Ultimaker S5 interface. In some instances, previews were clipped at the bottom or side, and sometimes models outside of the build plate area were visible. This is all fixed now.
  8. *AMF file compatibility.
  9. Ultimaker Cura now supports AMF (Additive manufacturing file format) files out-of-the-box, thanks to an AMF file reader contributed by fieldOfView.
  10. *Slice button delay.
  11. After clicking ‘Slice’, a lack of response could lead to frustrated buttonclicking. This version changes the button text to read ‘Processing’ during any pre-slicing delay.
  12. *Layer view line type.
  13. The line type color scheme in the layer view has been tweaked with new colors for infill and support interfaces so that they can be distinguished better.
  14. *Nozzle switch prime distance.
  15. Certain materials “ooze” more than others during retraction and long moves. Vgribinchuk has contributed a new setting that lets you finetune the restart distance, so that the full extrusion width is achieved when resuming a print.
  16. *Smart Z seam.
  17. A new option to increase the aesthetic quality of your prints has been added to custom mode, under Z seam settings. Smart Z seam works by analyzing your model’s geometry and automatically choosing when to hide or expose the seam, so that visible seams on outer walls are kept to a minimum.
  18. *Separate Z axis movements.
  19. Z axis movement handling has been improved to reduce the chance of print head collisions with prints.
  20. *Flow per feature.
  21. You can now adjust material flow for specific features of your print, such as walls, infill, support, prime towers, and adhesion. This allows line spacing to be controlled separately from flow settings.
  22. *Merge infill lines.
  23. We did some finetuning of the CuraEngine to improve print quality by filling thin infill areas more precisely and efficiently, and reducing movements that caused excessive gantry vibration.
  24. *Z hop speed.
  25. The Z hop speed for printers with no specific speed value would default to ‘299792458000’ (light speed!) The new Z hop speed setting ensures that all Z hops are performed at a more sensible speed, which you can control.
  26. *Support tower diameter.
  27. The ‘Minimum diameter’ setting for support towers has been renamed to ‘Maximum Tower-Supported Diameter’, which is more accurate and more specific because it mentions towers.
  28. *Square prime towers.
  29. Circular prime towers are now the default option. Square prime towers have been eradicated forever.
  30. *Third-party printer order.
  31. The ‘add printer’ menu now includes third-party printers that are ordered by manufacturer, so that specific machines can be found easily. Printer definitions. New machine definitions added for:
  32. - Anet A6 contributed by markbernard
  33. - Stereotech ST320 and START contributed by frylock34
  34. - Erzay3D contributed by Robokinetics
  35. - FL Sun QQ contributed by curso007
  36. - GeeTech A30 contributed by curso007
  37. *Creawsome mod.
  38. This version has pulled the Creawsome mod, made by trouch, which adds a lot of print profiles for Creality printers. It includes definitions for Creality CR10 Mini, CR10s, CR10s Pro, CR20, CR20 Pro, Ender 2, Ender 4 and Ender 5, and updates the definitions for CR10, CR10s4, CR10s5 and Ender3. The CRX is untouched. Pull requests are now submitted that merge the mod into mainline Cura.
  39. * Bug fixes
  40. - Noto Sans. Noto Sans was introduced as the default font in Ultimaker Cura some versions ago, but until now it wouldn’t render properly in the application unless already installed on your computer. This release forces the application to render Noto Sans even when it’s not installed as a font on your computer. Fun fact: Ultimaker recently rebranded, and we made Noto Sans our corporate font as well.
  41. - Reslice with per-model settings. When slicing a model with per-model settings, a change of one of the per model settings would not trigger a reslice. This has been fixed. Serial port interruptions. This version adds a way to stop serial connections if you add command line parameters.
  42. - Print one-at-a-time blob. In print-one-at-a-time mode, prime blobs could cause obstructions and cause prints to fail. This has been fixed.
  43. - Prime tower brim overlap fix. Fixed an issue where models on the build plate could overlap with brims of other models.
  44. - Wrong printer name. Fixed an issue where Ultimaker 3D printers that are synchronized over the network would display ‘Extruder 1’ in place of the printer’s hostname.
  45. - Unnecessary travel at print start. Fixed an issue where printing without a prime blob would cause the print head to make a 10 mm travel move for no reason.
  46. - Stair step height. This version fixes support stair step height, which influences the adhesion between the model and support printed on top (supports everywhere). For now, this bug has had no influence on PVA supported prints.
  47. [4.1.0]
  48. *Draggable settings panels
  49. There was a lot of feedback from the 4.0 release about the collapsible settings panels. Based on this feedback, we decided to make them completely draggable. The print settings panel (prepare stage) and the color scheme panel (preview stage) can now be dragged and positioned anywhere in the 3D viewer. A double click of the header will reset each to their default position.
  50. *Updated onboarding flow.
  51. The onboarding flow on first startup has been updated with a look and feel more in line with the new interface. A series of setup steps will be shown, including Welcome, User agreement, Change log, the option to add a (networked) printer, and the option to sign up/sign in with an Ultimaker account.
  52. *Add printer menu.
  53. Various updates in the ‘Add printer menu’. The machine settings menu has been updated in line with the new look and feel of the interface, and it's now possible to directly add machines from discovered network printers.
  54. *Expert settings visibility.
  55. Previously, new settings weren't displayed in the expert preset even though they were expert-level settings. The latest features (e.g. Prime tower brim) are now included in the expert preset, for easy access.
  56. *Experimental print profile indicator.
  57. When an experimental print profile is activated, the settings panel header will now display an "Experimental" tag.
  58. *Printing guidelines.
  59. More information about how to print advanced materials can be quickly and easily accessed via the interface. When a material is chosen in the configuration selector, an icon will appear next to it, which when clicked will direct the user to a 'Printing Guidelines' page specified by the print profile supplier.
  60. *Increased rendering speed.
  61. Rendering speed improvements that should be quite noticeable with multiple objects on the build plate.
  62. *Layer change script.
  63. This new post-processing script injects custom Gcode on a layer change, so that manual commands can be defined, e.g. park the print head. Contributed by wporter82. https://github.com/wporter82
  64. *Prime tower brim.
  65. Prime towers might need the extra adhesion of a brim even when the model doesn’t, so an option for a prime tower to print with a brim independently of the model has been added. This setting is available when the adhesion type is set to 'None', 'Skirt' or 'Brim', and the prime tower is enabled. Currently this option doesn’t work with rafts.
  66. *Prime tower Gcode comments.
  67. Gcode now contains comments to indicate when a prime tower is printed, like so: {code};TYPE:PRIME-TOWER{code}
  68. *Maximum deviation setting.
  69. Previously, the maximum deviation was hard-coded in CuraEngine to be half of the maximum resolution. A new setting has been added that sets the maximum allowed deviation from the original polygon when reducing model resolution. If line segments are shorter than the maximum resolution, they are removed, unless this introduces a deviation greater than the maximum deviation.
  70. *Gyroid support.
  71. Smartavionics has contributed a new option for a gyroid support pattern, similar to his gyroid infill contribution. A gyroid pattern is relatively efficient with material, so gyroid patterns permeable to water can dissolve faster. It’s also easier to pull gyroid structures off your model with pliers compared to some other support patterns. https://github.com/smartavionics
  72. *Purchase materials.
  73. The Marketplace now includes a direct link to a site where users can buy specific materials to work with the corresponding print profile. The link is specified by the print profile supplier through the contributor portal.
  74. *Marketplace notifications.
  75. When a plugin or print profile in the Marketplace has updates, a badge notification will appear over the Marketplace button and installed packages tab, prompting you to update.
  76. * New third-party definitions:
  77. - NWA3D A5. Contributed by DragonJe. https://github.com/DragonJe
  78. - Anycubic Chiron. Contributed by BluefireXD. https://github.com/BluefireXD
  79. - Alfawise u30. Contributed by NicolasNSSM. https://github.com/NicolasNSSM
  80. - Cubicon. Contributed by Hyvision. https://github.com/Hyvision
  81. - Wanhao Duplicator 9. Contributed by matshch. https://github.com/matshch
  82. - Creality 3D-X. Contributed by steverc1572 https://github.com/steverc1572
  83. - Z-Bolt. Contributed by alexkv. https://github.com/alexkv
  84. - TiZYX Evy. Contributed by ValentinPitre. https://github.com/ValentinPitre
  85. - FLSUN QQ. Contributed by ranfahrer. https://github.com/radfahrer
  86. - Structur3D Silicone. Contributed by afinkle. https://github.com/afinkle
  87. - TiZYX Evy Dual. Contributed by ValentinPitre. https://github.com/ValentinPitre
  88. *Bug fixes:
  89. - Fixed an issue where the application crashed when opening the Ultimaker Marketplace after being logged in for more than 10 minutes. This was due to an expired token when checking network requests.
  90. - For PLA-PLA support combinations, the horizontal expansion value has changed from 0.2 to 0 by default. This fixes an issue where unnecessary support is generated. The default value for PVA remains the same.
  91. - Fixed an issue where choosing to "Update Existing" profile during project file loading did not overwrite the current settings with what was in the project file.
  92. - Removed the GFF and CFF materials from this version onwards. These materials are intended only for testing and are incompatible with the Ultimaker 2+
  93. - Fixed an issue where the maximum resolution setting removed more vertices than necessary.
  94. - Improved gyroid infill to stop very small (less than 10 uM) line segments being created when the gyroid infill lines are connected, increasing print consistency and reliability. Contributed by smartavionics https://github.com/smartavionics
  95. - Previously, disabling build plate adhesion would also disable support brim settings. A support brim can now be enabled independently of build plate adhesion.
  96. - Improved combing moves over thin model areas. Contributed by smartavionics https://github.com/smartavionics
  97. - Fixed an issue where the printer selector panel text would exceed the boundaries of popups in languages other than English.
  98. - Removed the ability to create print profiles with duplicate names in the print profile manager. Print profiles with the equal names would eventually lead to crashes or undefined behavior.
  99. - Fixed an issue where the application would not remember the previous save path after saving again in the same session.
  100. - Older machines running Mac OS X don't always support OpenGL 4.0+. For better performance the software can now detect if a machine doesn’t support it, and use OpenGL 2.0 instead. Contributed by fieldOfview. https://github.com/fieldofview
  101. - Fixed an issue where the application would crash when selecting the support eraser tool.
  102. - Fixed an issue where Z seams didn’t snap to the sharpest corner.
  103. - Fixed issues where prints would have imperfections and on vertical surfaces.
  104. [4.0.0]
  105. *Updated user interface
  106. Ultimaker Cura is a very powerful tool with many features to support users’ needs. In the new UI, we present these features in a better, more intuitive way based on the workflow of our users. The Marketplace and user account control have been integrated into the main interface to easily access material profiles and plugins. Three stages are shown in the header to give a clear guidance of the flow. The stage menu is populated with collapsible panels that allow users to focus on the 3D view when needed, while still showing important information at the same time, such as slicing configuration and settings. Users can now easily go to the preview stage to examine the layer view after slicing the model, which previously was less obvious or hidden. The new UI also creates more distinction between recommended and custom mode. Novice users or users who are not interested in all the settings can easily prepare a file, relying on the strength of expert-configured print profiles. Experienced users who want greater control can configure over 300 settings to their needs.
  107. *Redesigned "Add Printer" dialog
  108. Updated one of the first dialogs a new user is presented with. The layout is loosely modeled on the layout of the Ultimaker 3/Ultimaker S5 "Connect to Network" dialog, and adds some instructions and intention to the dialog. Contributed by fieldOfView.
  109. *Updated custom mode panel
  110. Based on feedback from 4.0 beta, the custom mode panel is now resizable to make more settings visible. The set position will persist between sessions.
  111. *Monitor tab
  112. Updated the monitor tab interface for better alignment with Cura Connect interface.
  113. *Remote printing
  114. Use your Ultimaker S5 printer with an Ultimaker account to send and monitor print jobs from outside your local network. Requires firmware 5.2 (coming soon).
  115. *User ratings for plugins
  116. With an Ultimaker account, users can now give feedback on their experience by rating their favourite plugins.
  117. *Integrated backups
  118. ‘Cura backups’ has been integrated into Ultimaker Cura and can be found in the ‘extensions’ menu. With this feature, users can use their Ultimaker account to backup their Ultimaker Cura configurations to the cloud for easy, convenient retrieval.
  119. *Plugin versioning
  120. Newer plug-ins can't load in older versions if they use newer features, while old plug-ins may still load in newer versions.
  121. *LAN and cloud printer icons
  122. Users can now quickly see if their printer is network or cloud enabled with new icons.
  123. *Improved UI speed
  124. This version switches faster between extruders and printers. Your mileage may vary depending on your system specifications.
  125. *Floats precision
  126. No settings in Ultimaker Cura require more than three digits of precision, so floats in setting input fields have been limited to three digits only. Contributed by fieldOfView.
  127. *Minimum support area
  128. This feature allows set minimum area size for support and support interface polygons. Polygons which area are smaller than set value will not be generated. Contributed by vgribinchuk/Desktop Metal.
  129. *Lazy Tree Support calculation
  130. In previous versions, 95% of Tree Support’s computation time was used to calculate the collision volumes to make sure that the branches avoid collisions with the meshes. Now it calculates these volumes only when necessary, reducing the computation time. Contributed by bjude.
  131. *CPE and CPE+ comb retractions
  132. Changed all CPE and CPE+ profiles to travel up to 50 mm without retraction, decreasing blobs caused by combing long distances.
  133. *Marketplace improvements
  134. Added optimizations to show a support site instead of an email address, increased the number of lines that are shown for the description, and show a 'website' link so people can order material directly.
  135. *Arduino drivers silent install
  136. Previous versions stopped silent installation because the Arduino drivers packaged with Cura are not signed. Arduino drivers are now skipped when performing a silent install.
  137. *New third-party definitions
  138. - Wanhao. Updated printer profiles to use new travel_speed macro (Contributed by forkineye).
  139. - JGAurora A1, A5 and Z-603S (Contributed by pinchies).
  140. - Alfawise U20 (Contributed by pinchies).
  141. - Cocoon Create ModelMaker (Contributed by pinchies).
  142. - Ender-3. Updates to the printer definition (Contributed by stelgenhof).
  143. *Bug fixes
  144. - Fixed an issue which prevented slicing when per extruder settings were changed with a disabled extruder.
  145. - Improved handling of non-Ultimaker network connected printers within Ultimaker Cura. Contributed by fieldOfView
  146. - Fixed an issue where printing with the second extruder only would retract material unnecessarily.
  147. - Fixed an issue where outdated plugins remained partially activated.
  148. - Fixed an issue where combing was not working when tweaking Retraction minimum travel.
  149. - Fixed an oversized print head collision zone when using print one-at-a-time mode.
  150. - Due to inaccuracy of floats in very large prints, the position is reset again several times using "G92 E0" commands.
  151. - Improved update checker text for better readability.
  152. - Updated the implementation of 3MF in Ultimaker Cura for better consistency with 3MF consortium specifications.
  153. - Removed all final and initial print temperature offsets, and increased first layer print temperature to fix under-extrusion problems.
  154. - Holding shift and rotating a model on its axis for fine-grained rotations would sometimes pan the camera. This has now been fixed.
  155. - Added file type associations for .gcode and .g extensions.
  156. - Marked some more profiles as experimental.
  157. - Fixed an issue where duplicated PLA with a different label would replace the original PLA entry.
  158. - Updated which profile new materials are based when you create a brand new material. Contributed by fieldOfView.
  159. - Fixed adhesion type errors on startup.
  160. - Fixed an issue where system tray icons would remain when Ultimaker Cura is closed until mouse-over.
  161. - Added extra tooltip to give extra information about start/end g-codes.
  162. - Fixed an issue where clicking 'Create Account' would go to login instead of sign-up.
  163. - Fixed an issue where the legacy profile importer would generate corrupt profiles.
  164. - Fixed an issue where Ultimaker Cura could crash on start-up during the upgrading of your configuration to the newest version for some people.
  165. - Fixed an issue where Ultimaker Cura would crash after downloading plugin from Marketplace.
  166. - Ignores plugins folder when checking files for version upgrade. Start-up is now much faster if you've installed a lot of plugins or have used many versions of Ultimaker Cura.
  167. - Fixed an issue where the firmware checker shows up when there is no internet connection.
  168. - Fixed an issue where settings could not be made visible again after hiding all settings.
  169. - Fixed false configuration error for CC Red 0.6 core after a version upgrade.
  170. - Fixed an issue where a warning is issued when selecting a printer with no material loaded. The extruder will now be disabled instead.
  171. [3.6.0]
  172. *Gyroid infill
  173. New infill pattern with enhanced strength properties. Gyroid infill is one of the strongest infill types for a given weight, has isotropic properties, and prints relatively fast with reduced material use and a fully connected part interior. Note: Slicing time can increase up to 40 seconds or more, depending on the model. Contributed by smartavionics.
  174. *Support brim
  175. New setting that integrates the first layer of support material with the brim’s geometry. This significantly improves adhesion when printing with support material. Contributed by BagelOrb.
  176. *Cooling fan number
  177. It is now possible to specify the cooling fan to use if your printer has multiple fans. This is implemented under Machine settings in the Extruder tab. Contributed by smartavionics.
  178. *Settings refactor
  179. The CuraEngine has been refactored to create a more testable, future-proof way of storing and representing settings. This makes slicing faster, and future development easier.
  180. *Print core CC 0.6
  181. The new print core CC 0.6 is selectable when the Ultimaker S5 profile is active. This print core is optimized for use with abrasive materials and composites.
  182. *File name and layer display
  183. Added M117 commands to GCODE to give real-time information about the print job file name and layer number shown on the printer’s display when printing via USB. Contributed by adecastilho.
  184. *Firmware checker/Ultimaker S5
  185. The update checker code has been improved and tested for more reliable firmware update notifications in Ultimaker Cura. The Ultimaker S5 is now included.
  186. *Fullscreen mode shortcuts
  187. Fullscreen mode can be toggled using the View menu or with the keyboard shortcuts: Command + Control + F (macOS), or F11 (Windows and Linux). Contributed by KangDroid.
  188. *Configuration error message
  189. In previous versions, Ultimaker Cura would display an error dialog explaining when something happened to user configuration files, including the option to reset to factory defaults. This would not warn about losing the current printer and print profile settings, so this information has been added.
  190. *Rename Toolbox to Marketplace
  191. The entry points to the Toolbox are now renamed to Marketplace.
  192. *Materials in the Marketplace
  193. A new tab has been added to the Marketplace that includes downloadable material profiles, to quickly and easily prepare models for a range of third-party materials.
  194. *New third-party definitions
  195. New profiles added for Anycube 4MAx and Tizyx K25. Contributed by jscurtu and ValentinPitre respectively.
  196. *Improved definitions for Ender-3
  197. The Ender-3 build plate size has been adjusted to the correct size of 235 x 235 mm, corrected the start-up sequence, and the printhead position has been adjusted when prints are purged or completed. Contributed by stelgenhof.
  198. *Add mesh names to slicing message
  199. Added comment generation to indicate which mesh the GCODE after this comment is constructing. Contributed by paukstelis.
  200. *Bug fixes
  201. - The active material is highlighted in Ultimaker Cura’s material manager list. This behavior is now consistent with the profile and machine manager.
  202. - The option to use 1.75 mm diameter filament with third-party 3D printers is now fixed and does not revert back to 2.85 mm. This fix also applies the appropriate a Z-axis speed change for 1.75 mm filament printers. Contributed by kaleidoscopeit.
  203. - A fix was created to handle OSX version 10.10, but due to the QT upgrade, users with older versions won’t be able to run Ultimaker Cura on their system without a system update. This applies to OSX version 10.09 and 10.08.
  204. - Fixed a memory leak when leaving the “Monitor” page open.
  205. - Added performance improvements to the PolygonConnector to efficiently connect polygons that are close to each other. This also reduces the chances of the print head collide with previously printed things. Contributed by BagelOrb.
  206. - Fixed a bug where the GCODE reader didn’t show retractions.
  207. - Changes the USBPrinting update thread to prevent flooding the printer with M105 temperature update requests. Contributed by fieldOfView.
  208. - Fix the behavior of the "manage visible settings" button, when pressing the "cog" icon of a particular category. Contributed by fieldOfView.
  209. - Add a new post processing script that pauses the print at a certain height that works with RepRap printers. Contributed by Kriechi.
  210. - Fix updates to the print monitor temperatures while preheating. Contributed by fieldOfView.
  211. - Fixed a bug where material cost is not shown unless weight is changed.
  212. - Fixed bugs crashing the CuraEngine when TreeSupport is enabled.
  213. - Fixed a bug where Ultimaker Cura would upload the wrong firmware after switching printers in the UI.
  214. - Fixed a bug where the layer view was missing if the first layer was empty.
  215. - Fixed a bug where erroneous combing movements were taking place.
  216. - Fixed a bug where the initial layer temperature is set correctly for the first object but then never again.
  217. - Fixed a bug where clicking the fx icon didn’t respond.
  218. [3.5.1]
  219. *Bug fixes
  220. - Fixed M104 temperature commands giving inaccurate results.
  221. - Fixed crashes caused by loading files from USB stick on Windows platforms.
  222. - Fixed several issues with configuration files that missed the type in the metadata.
  223. - Fixed issues caused by skin/infill optimization.
  224. - Fixed several issues related to missing definition files for third-party printers.
  225. - Fixed an issue where combing path generation cuts corners.
  226. - Fixed a range of crashes caused by lock files.
  227. - Fixed issues with remembering save directories on MacOS.
  228. - Fixed an issue where CuraEngine uses incorrect material settings.
  229. - Fixed an issue where some support layers don't have support infill.
  230. [3.5.0]
  231. *Monitor page
  232. The monitor page of Ultimaker Cura has been remodeled for better consistency with the Cura Connect ‘Print jobs’ interface. This means less switching between interfaces, and more control from within Ultimaker Cura.
  233. *Open recent projects
  234. Project files can now be found in the ‘Open Recent’ menu.
  235. *New tool hotkeys
  236. New hotkeys have been assigned for quick toggling between the translate (T), scale (S), rotate (R) and mirror (M) tools.
  237. *Project files use 3MF only
  238. A 3MF extension is now used for project files. The ‘.curaproject’ extension is no longer used.
  239. *Camera maximum zoom
  240. The maximum zoom has been adjusted to scale with the size of the selected printer. This fixes third-party printers with huge build volumes to be correctly visible.
  241. *Corrected width of layer number box
  242. The layer number indicator in the layer view now displays numbers above 999 correctly.
  243. *Materials preferences
  244. This screen has been redesigned to improve user experience. Materials can now be set as a favorites, so they can be easily accessed in the material selection panel at the top-right of the screen.
  245. *Installed packages checkmark
  246. Packages that are already installed in the Toolbox are now have a checkmark for easy reference.
  247. *Mac OSX save dialog
  248. The save dialog has been restored to its native behavior and bugs have been fixed.
  249. *Removed .gz extension
  250. Saving compressed g-code files from the save dialog has been removed because of incompatibility with MacOS. If sending jobs over Wi-Fi, g-code is still compressed.
  251. *Updates to Chinese translations
  252. Improved and updated Chinese translations. Contributed by MarmaladeForMeat.
  253. *Save project
  254. Saving the project no longer triggers the project to reslice.
  255. *File menu
  256. The Save option in the file menu now saves project files. The export option now saves other types of files, such as STL.
  257. *Improved processing of overhang walls
  258. Overhang walls are detected and printed with different speeds. It will not start a perimeter on an overhanging wall. The quality of overhanging walls may be improved by printing those at a different speed. Contributed by smartavionics.
  259. *Prime tower reliability
  260. The prime tower has been improved for better reliability. This is especially useful when printing with two materials that do not adhere well.
  261. *Support infill line direction
  262. The support infill lines can now be rotated to increase the supporting capabilities and reduce artifacts on the model. This setting rotates existing patterns, like triangle support infill. Contributed by fieldOfView.
  263. *Minimum polygon circumference
  264. Polygons in sliced layers that have a circumference smaller than the setting value will be filtered out. Lower values lead to higher resolution meshes at the cost of increased slicing time. This setting is ideal for very tiny prints with a lot of detail, or for SLA printers. Contributed by cubiq.
  265. *Initial layer support line distance
  266. This setting enables the user to reduce or increase the density of the support initial layer in order to increase or reduce adhesion to the build plate and the overall strength.
  267. *Extra infill wall line count
  268. Adds extra walls around infill. Contributed by BagelOrb.
  269. *Multiply infill
  270. Creates multiple infill lines on the same pattern for sturdier infill. Contributed by BagelOrb.
  271. *Connected infill polygons
  272. Connecting infill lines now also works with concentric and cross infill patterns. The benefit would be stronger infill and more consistent material flow/saving retractions. Contributed by BagelOrb.
  273. *Fan speed override
  274. New setting to modify the fan speed of supported areas. This setting can be found in Support settings > Fan Speed Override when support is enabled. Contributed by smartavionics.
  275. *Minimum wall flow
  276. New setting to define a minimum flow for thin printed walls. Contributed by smartavionics.
  277. *Custom support plugin
  278. A tool downloadable from the toolbox, similar to the support blocker, that adds cubes of support to the model manually by clicking parts of it. Contributed by Lokster.
  279. *Quickly toggle autoslicing
  280. Adds a pause/play button to the progress bar to quickly toggle autoslicing. Contributed by fieldOfview.
  281. *Cura-DuetRRFPlugin
  282. Adds output devices for a Duet RepRapFirmware printer: "Print", "Simulate", and "Upload". Contributed by Kriechi.
  283. *Dremel 3D20
  284. This plugin adds the Dremel printer to Ultimaker Cura. Contributed by Kriechi.
  285. *Bug fixes
  286. - Removed extra M109 commands. Older versions would generate superfluous M109 commands. This has been fixed for better temperature stability when printing.
  287. - Fixed minor mesh handling bugs. A few combinations of modifier meshes now lead to expected behavior.
  288. - Removed unnecessary travels. Connected infill lines are now always printed completely connected, without unnecessary travel moves.
  289. - Removed concentric 3D infill. This infill type has been removed due to lack of reliability.
  290. - Extra skin wall count. Fixed an issue that caused extra print moves with this setting enabled.
  291. - Concentric skin. Small gaps in concentric skin are now filled correctly.
  292. - Order of printed models. The order of a large batch of printed models is now more consistent, instead of random.
  293. *Third party printers
  294. - TiZYX
  295. - Winbo
  296. - Tevo Tornado
  297. - Creality CR-10S
  298. - Wanhao Duplicator
  299. - Deltacomb (update)
  300. - Dacoma (update)
  301. [3.4.1]
  302. *Bug fixes
  303. - Fixed an issue that would occasionally cause an unnecessary extra skin wall to be printed, which increased print time.
  304. - Fixed an issue in which supports were not generated on the initial layer, because the engine expected a brim to be in place.
  305. - Conical and tree supports are now limited within the build plate volume.
  306. - Fixed various startup crashes, including: copying of the version folder, errors while deleting packages, storing the old files, and losing data on install.
  307. [3.4.0]
  308. *Toolbox
  309. The plugin browser has been remodeled into the Toolbox. Navigation now involves graphical elements such as tiles, which can be clicked for further details.
  310. *Upgradable bundled resources
  311. 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.
  312. *Package manager recognizes bundled resources
  313. 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.
  314. *Retraction combing max distance
  315. New setting for maximum combing travel distance. Combing travel moves longer than this value will use retraction. Contributed by smartavionics.
  316. *Infill support
  317. 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.
  318. *Print outside perimeter before holes
  319. 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.
  320. *Disable omitting retractions in support
  321. 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.
  322. *Support wall line count
  323. Added setting to configure how many walls to print around supports. Contributed by BagelOrb.
  324. *Maximum combing resolution
  325. Combing travel moves are kept at least 1.5 mm long to prevent buffer underruns.
  326. *Avoid supports when traveling
  327. Added setting to avoid supports when performing travel moves. This minimizes the risk of the print head hitting support material.
  328. *Rewrite cross infill
  329. 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.
  330. *Backup and restore
  331. Added functionality to backup and restore settings and profiles to cloud using the Cura Backups plugin.
  332. *Auto-select model after import
  333. User can now set preferences for the behavior of selecting a newly imported model or not.
  334. *Settings filter timeout
  335. The settings filter is triggered on enter or after a 500ms timeout when typing a setting to filter.
  336. *Event measurements
  337. 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.
  338. *Send anonymous data
  339. Disable button on the ‘Send anonymous data’ popup has changed to a ‘more info’ button, with further options to enable/disable anonymous data messages.
  340. *Configuration error assistant
  341. 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.
  342. *Disable ensure models are kept apart
  343. Disable "Ensure models are kept apart" by default due to to a change in preference files.
  344. *Prepare and monitor QML files
  345. Created two separate QML files for the Prepare and Monitor stages.
  346. *Hide bed temperature
  347. Option to hide bed temperature when no heated bed is present. Contributed by ngraziano.
  348. *Reprap/Marlin GCODE flavor
  349. RepRap firmware now lists values for all extruders in the "Filament used" GCODE comment. Contributed by smartavionics.
  350. *AutoDesk Inventor integration
  351. Open AutoDesk inventor files (parts, assemblies, drawings) directly into Ultimaker Cura. Contributed by thopiekar.
  352. *Blender integration
  353. Open Blender files directly into Ultimaker Cura. Contributed by thopiekar.
  354. *OpenSCAD integration
  355. Open OpenSCAD files directly into Ultimaker Cura. Contributed by thopiekar.
  356. *FreeCAD integration
  357. Open FreeCAD files directly into Ultimaker Cura. Contributed by thopiekar.
  358. *OctoPrint plugin
  359. New version of the OctoPrint plugin for Ultimaker Cura. Contributed by fieldOfView.
  360. *Cura Backups
  361. Backup and restore your configuration, including settings, materials and plugins, for use across different systems.
  362. *MakePrintable
  363. New version of the MakePrintable plugin.
  364. *Compact Prepare sidebar
  365. 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.
  366. *PauseAtHeight plugin
  367. 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.
  368. *Bug fixes
  369. - Prime tower purge fix. Prime tower purge now starts away from the center, minimizing the chance of overextrusion and nozzle obstructions. Contributed by BagelOrb.
  370. - Extruder 2 temp via USB. Fixed a bug where temperatures can’t be read for a second extruder via USB. Contributed by kirilledelman.
  371. - 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.
  372. - Non-GCODE USB. Fixed a bug where the USB port doesn’t open if printer doesn't support GCODE. Contributed by ohrn.
  373. - Improved wall overlap compensation. Minimizes unexpected behavior on overlap lines, providing smoother results. Contributed by BagelOrb.
  374. - Configuration/sync. Fixes minor issues with the configuration/sync menu, such as text rendering on some OSX systems and untranslatable text. Contributed by fieldOfView.
  375. - Print job name reslice. Fixed behavior where print job name changes back to origin when reslicing.
  376. - Discard/keep. Customized settings don't give an 'discard or keep' dialog when changing material.
  377. - Message box styling. Fixed bugs related to message box styling, such as the progress bar overlapping the button in the ‘Sending Data’ popup.
  378. - Curaproject naming. Fixed bug related to two "curaprojects" in the file name when saving a project.
  379. - No support on first layers. Fixed a bug related to no support generated causing failed prints when model is floating above build plate.
  380. - False incompatible configuration. Fixed a bug where PrintCore and materials were flagged even though the configurations are compatible.
  381. - Spiralize contour overlaps. Fixed a bug related to spiralize contour overlaps.
  382. - Model saved outside build volume. Fixed a bug that would saved a model to file (GCODE) outside the build volume.
  383. - Filament diameter line width. Adjust filament diameter to calculate line width in the GCODE parser.
  384. - Holes in model surfaces. Fixed a bug where illogical travel moves leave holes in the model surface.
  385. - Nozzle legacy file variant. Fixed crashes caused by loading legacy nozzle variant files.
  386. - Brim wall order. Fixed a bug related to brim wall order. Contributed by smartavionics.
  387. - GCODE reader gaps. Fixed a GCODE reader bug that can create a gap at the start of a spiralized layer.
  388. - Korean translation. Fixed some typos in Korean translation.
  389. - ARM/Mali systems. Graphics pipeline for ARM/Mali fixed. Contributed by jwalt.
  390. - NGC Writer. Fixed missing author for NGC Writer plugin.
  391. - 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.
  392. *Third-party printers
  393. - Felix Tec4 printer. Updated definitions for Felix Tec4. Contributed by kerog777.
  394. - Deltacomb. Updated definitions for Deltacomb. Contributed by kaleidoscopeit.
  395. - Rigid3D Mucit. Added definitions for Rigid3D Mucit. Contributed by Rigid3D.
  396. [3.3.0]
  397. *Profile for the Ultimaker S5
  398. New printer profile for the Ultimaker S5, our latest 3D printer.
  399. *Profile for Tough PLA
  400. New material profile for Tough PLA, a material that prints with the convenience of PLA but with toughness and impact strength similar to ABS.
  401. *Configuration/sync button
  402. 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.
  403. *Setting visibility preset
  404. 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.
  405. *Print/save hotkey
  406. 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.
  407. *3D model assistant
  408. 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.
  409. *Refactored machine manager
  410. 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.
  411. *Multiply models faster
  412. Significant speed increase when multiplying models.
  413. *Auto slicing disabled by default
  414. The auto slice tool is now disabled by default. Users can still enable the feature in the user preferences dialog.
  415. *Updated fonts
  416. Default font changed to NotoSans to increase readability and consistency with Cura Connect.
  417. *Plugin browser look and feel
  418. 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.
  419. *Show tooltip for unavailable profile
  420. Tooltips have been added to incompatible settings, to give explanations why they are incompatible.
  421. *Empty material slots Ultimaker 3
  422. When a material is not loaded in the Ultimaker 3, it is now displayed as ‘Empty’ rather than ‘Unknown’.
  423. *Send over network confirmation
  424. 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.
  425. *Post processing scripts
  426. Fixed an issue where post processing scripts could be lost between sessions. Post processing scripts are now persistent between sessions.
  427. *Single extrusion mode
  428. 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.
  429. *New UFP extension
  430. 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.
  431. *Compressed Gcode
  432. Gcode saved from Ultimaker Cura using the Ultimaker 3 profile is compressed (using gzip) to save space on printers.
  433. *Circular prime tower
  434. 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.
  435. *Connected infill lines
  436. 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.
  437. *Support blocker - fieldOfView
  438. 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.
  439. *Real bridging - smartavionics
  440. New experimental feature that detects bridges, adjusting the print speed, slow and fan speed to enhance print quality on bridging parts.
  441. *Updated CuraEngine executable - thopiekar & Ultimaker B.V.
  442. The CuraEngine executable contains a dedicated icon, author and license info on Windows now. The icon has been designed by Ultimaker B.V.
  443. *Use RapidJSON and ClipperLib from system libraries
  444. 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).
  445. *Initial layer flow
  446. New setting in the ‘material’ category where the initial layer flow can be adjusted.
  447. *Initial travel move retraction - smartavionics
  448. Retraction has been added to the initial travel move, reducing the chance of prime blobs getting dragged into parts before brim/skirts are printed.
  449. *Unnecessary retractions in spiralize - smartavionics
  450. Removes retractions on layer change in spiralize mode, improving model quality.
  451. *Faster travel paths - smartavionics
  452. 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.
  453. *New plugins - Pheneeny
  454. Three new plugins have been added to Ultimaker Cura: Scalable extra prime, Print temperature offset, and Enclosure fan.
  455. *Pre-heat extruders - fieldOfView
  456. This new feature allows to preheat the extruders in the printer monitor.
  457. *Renamed TweakAtZ to ‘ChangeAtZ’
  458. This script has been renamed to be more consistent with other scripts.
  459. *Import XML material profile checks
  460. XML material profile files are now checked before import in Ultimaker Cura to avoid potential issues. Contributed by fieldOfView.
  461. *Bug fixes
  462. - Slice engine crash default temperature 0. Fixed an issue where the slicing engine could crash when slicing with a material at 0°C.
  463. - Network printer reconnect. Fixed an issue where the user could not connect to the printer after losing connection.
  464. - Pause at height ‘redo layers’ broken. Fixed an issue where setting ‘pause at height redo layers’ to 1 or more would cause failed prints.
  465. - 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.
  466. - Infill density for all extruders. The infill density in the recommended mode now applies to all extruders instead of extruder 1.
  467. - Polypropylene 0.25mm print profile. Fixed the maximum number of allowed extrusions for all 0.25mm Polypropylene profile prints.
  468. - SolidWorks plugin. Replaced comtypes module with win32com to fix issues.
  469. - Font rendering issues. Fixed font rendering issues on Max OSX.
  470. - 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.
  471. *Third party printers
  472. - FABtotum TPU profiles. Added third-party material profiles for TPU. Contributed by krios-fabteam.
  473. - Dagoma profiles. Updated printer profiles contributed by dagoma3d.
  474. - uBuild profile. Updated printer profiles contributed by uBuild-3D.
  475. - Cartesio printer updates. Updated profiles contributed by maukcc.
  476. - Printrbot Simple Maker's Kit 1405. Profiles contributed by timur-tabi.
  477. - Added SeeMeCNC. Profiles contributed by pouncingiguana.
  478. - Velleman Vertex. Updated printer and quality profiles contributed by velbn.
  479. - gMax 1.5. Profiles contributed by gordo3di.
  480. [3.2.1]
  481. *Bug fixes
  482. - Fixed issues where Cura crashes on startup and loading profiles
  483. - Updated translations
  484. - Fixed an issue where the text would not render properly
  485. [3.2.0]
  486. *Tree support
  487. 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.
  488. *Adaptive layers
  489. 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.
  490. *Faster startup
  491. Printer definitions are now loaded when adding a printer, instead of loading all available printers on startup.
  492. *Backface culling in layer view
  493. 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.
  494. *Multi build plate
  495. 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.
  496. *Improved mesh type selection
  497. 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.
  498. *View optimization
  499. Quick camera controls introduced in version 3.1 have been revised to create more accurate isometric, front, left, and right views.
  500. *Updated sidebar to QtQuick 2.0
  501. 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.
  502. *Hide sidebar
  503. 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).
  504. *Disable ‘Send slice information’
  505. 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.
  506. *Signed binaries (Windows)
  507. For security-conscious users, the Windows installer and Windows binaries have been digitally signed to prevent “Unknown application” warnings and virus scanner false-positives.
  508. *Start/end gcode script per extruder
  509. 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.
  510. *OctoPrint plugin added to plugin browser
  511. This plugin enables printers managed with OctoPrint to print via Ultimaker Cura interface (version 3.2 or later).
  512. *Bugfixes
  513. - Fixed a bug where the mirror tool and center model options when used together would reset the model transformations
  514. - Updated config file path to fix crashes caused by user config files that are located on remote drives
  515. - 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.
  516. - 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
  517. [3.1.0]
  518. *Profile added for 0.25 mm print core
  519. This new print core gives extra fine line widths which gives prints extra definition and surface quality.
  520. *Profile added for Breakaway material
  521. New material profile for Breakaway material, a new dry post processing support material, which can be used for models with flat surface area overhangs.
  522. *Layer view
  523. The existing Layer View has been updated in order to see a live simulation of all the paths within a layer.
  524. *Quick camera controls
  525. New buttons have been added to the interface that can quickly reposition the camera view of the buildplate.
  526. *Lock model on platform
  527. The move tool has a new option to lock a selected model to the platform.
  528. *Faster profile switching speed
  529. Duplicating and removing a profile could take Ultimaker Cura quite some time, it now happens instantly.
  530. *Faster printer selection
  531. Removing a printer from the library is now instant. No more unresponsive screens.
  532. *Faster processing speed
  533. A 5 - 10 % speed increase when calculating normals, loading models, and slicing.
  534. *Feedrate visualization
  535. 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.
  536. *Jogging
  537. It allows the printhead to be moved with on-screen controls. Contributed by fieldOfView.
  538. *Large model loading
  539. 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.
  540. *Scripts folder
  541. 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.
  542. *Optimized workflow for crash reporting
  543. Crash reports are automatically generated and allow the user, in case of a crash, to easily send their report with a description to developers.
  544. *Floating models enabled
  545. 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.
  546. *Slicing tolerance
  547. 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.
  548. *Optimized zig zag patterns
  549. 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.
  550. *Aligned z-seam inner wall moves
  551. 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.
  552. *Relative positioning of infill patterns
  553. 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.
  554. *Line resolution
  555. Enables the user to specify the minimum allowed distance value between two points in G-code to create lower or higher resolution polygons.
  556. *Custom mode changes
  557. 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.
  558. *Bugfixes
  559. - Fix for layer numbers being displayed incorrectly when switching between solid and layer mode
  560. - Fix for Ultimaker Cura engine crashes on certain models
  561. - Fix for Uninstalling previous versions of Cura on Windows platforms
  562. - Fix for displaying visible settings
  563. - Fix for importing legacy .ini files
  564. - Prevent skipping user agreement dialog by pressing escape
  565. [3.0.4]
  566. *Bug fixes
  567. - Fixed OpenGL issue that prevents Cura from starting.
  568. *License agreement on the first startup has been added
  569. [3.0.3]
  570. *Bug fixes
  571. - Add missing libraries for the MakePrintable plugin.
  572. [3.0.0]
  573. *Faster start-up
  574. Start-up speed has been cut in half compared to the previous version.
  575. *New color scheme
  576. Color scheme has been updated to reflect Ultimaker Cura rebrand.
  577. *Updated UX design
  578. The Ultimaker Cura logo has moved from the bottom to the top of the interface. Print status icons have been updated and repositioned.
  579. *Redesigned splash screen
  580. A new splash screen on Ultimaker Cura startup has been added.
  581. *Top navigation bar improvements
  582. The width of tab functionality changes accordingly to the word space (multilingual).
  583. *Print quality slider
  584. A slider can now be used to control the quality profile in recommended mode.
  585. *Infill slider
  586. Model infill can now be changed using a slider in recommended mode.
  587. *Changed layer view
  588. Layer view icon, panel and slider have moved to top-right of interface.
  589. *Rasterized build plate
  590. The build plate now shows graduations of 10 mm and 1 mm for easy model positioning.
  591. *Changed row of extruder buttons
  592. Extruder tabs have become buttons and icons have been updated.
  593. *Add an "Export to Cura" button in SOLIDWORKS
  594. A macro can be added to your SOLIDWORKS installation that loads your model into Ultimaker Cura.
  595. *Siemens NX macro
  596. When a user updates models in Siemens NX and clicks the button, the updated models replace the models opened in Ultimaker Cura.
  597. *Skin removal width
  598. Remove thin strips of skin from a model to prevent print head zigzagging, in turn preventing vibrations.
  599. *Skin expand distance
  600. 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.
  601. *Extra skin wall count
  602. 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.
  603. *Minimum extrusion for skin
  604. Will prevent filling small gaps that are probably filled already, resulting in less strings, better top details and faster prints.
  605. *PVA retractions
  606. 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.
  607. *Z seam options
  608. 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.
  609. *Quarter cubic infill
  610. 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.
  611. *Cross infill
  612. 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.
  613. *Layer start negative position
  614. Layer start X/Y values can be less than 0 when the machine centre is zero.
  615. *PostProcessing stretch script
  616. This new script performs "post stretch" algorithm to fix the problem of insufficient inner and outer diameters. Thanks to electrocbd for contributing.
  617. *Ironing speed settings
  618. Ironing speed settings have been moved to experimental category.
  619. *Doodle3D plugin
  620. Update Doodle3D plugin to connect with printers. Thanks to mith for contributing.
  621. *Bug fixes
  622. - Customized profiles are not sent when connecting to a printer
  623. - Sync z-hop with layer changes, thanks to smartavionics for contributing
  624. - Memory leaks on MacOS
  625. - Printer name not loaded when project file is opened
  626. - Doodle3D Wifi box was selected by default on non-UM3 printers
  627. [2.7.0]
  628. *Top surface skin
  629. Specify print settings of the top-most layers separately in order to improve print duration and achieve higher quality top surfaces.
  630. *Print thin walls
  631. An experimental function that enables features to be printed up to two times smaller than the nozzle size.
  632. *Ironing (a.k.a. Neosanding)
  633. 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.
  634. *Gradual support infill
  635. Supports will print faster and with less material while improving overhang quality.
  636. *Support infill layer thickness
  637. Users are able to configure “Support infill layer thickness” for thicker support layers.
  638. *Relative Z seam
  639. 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.
  640. *Prime tower purge
  641. 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.
  642. *First layer line width
  643. 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.
  644. *Pause standby and resume temperature
  645. 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.
  646. *Extruder per feature
  647. 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.
  648. *Dark theme
  649. A dark theme for Cura. Select this theme to reduce eyestrain when working in dark environments. Activate it by selecting “Preferences > Themes > Dark".
  650. *Top navigation bar redesign
  651. 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.
  652. *New keyboard shortcuts
  653. 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.
  654. *Plugin browser
  655. Easily download and install plugins using an integrated plugin browser. Go to “Extensions > Plugin Browser > Browse plugins” to select it.
  656. *Import SolidWorks files as STL
  657. 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.
  658. *Zoom towards mouse cursor position
  659. Cura preferences now include an option to zoom towards the cursor position on screen.
  660. *Increased scroll speed in setting lists
  661. The scroll speed in the setting lists is now three times faster than previous versions.
  662. *Extra tooltips
  663. Extra tooltips have been added to clarify the machine settings.
  664. *Polish now supported
  665. Polish language support added. This can be selected in the preferences menu.
  666. *Chinese now supported
  667. Chinese language support added. This can be selected in the preferences menu.
  668. *Bug fixes
  669. - Cura project Mac extensions
  670. - Crashes when adding printers
  671. - Jerk fixes
  672. - Z-hop over-extrusion
  673. - Material diameter in machine settings
  674. *3rd party printers
  675. - Peopoly Moai
  676. - DiscoEasy200
  677. - Cartesio
  678. - EasyArt Ares
  679. - 3Dator
  680. - Rigid3D
  681. - Type A Series 1
  682. - HelloBEEPrusa
  683. [2.6.2]
  684. *Bug fixes
  685. - Fixed an issue with Cura crashing on older versions of MacOS.
  686. [2.6.1]
  687. *New profiles
  688. The Polypropylene material is added and supported with the Ultimaker 3. Support for CPE+ and PC with 0.8mm nozzles is added as well.
  689. [2.6.0]
  690. *Cura versions
  691. 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.
  692. *Better support adhesion
  693. 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.
  694. *Multi-extrusion support for custom FDM printers
  695. Custom third-party printers and Ultimaker modifications now have multi-extrusion support. Thanks to Aldo Hoeben for this feature.
  696. *Model auto-arrange
  697. 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.
  698. *Gradual infill
  699. 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.
  700. *Support meshes
  701. It’s now possible to load an extra model that will be used as a support structure.
  702. *Mold
  703. 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.
  704. *Towers for tiny overhangs
  705. We’ve added a new support option allowing users to achieve more reliable results by creating towers to support even the smallest overhangs.
  706. *Cutting meshes
  707. 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.
  708. *Extruder per model selection via the context menu or extruder buttons
  709. 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.
  710. *Custom toggle
  711. We have made the interface a little bit cleaner and more user-friendly for switching from Recommended to Custom mode.
  712. *Plugin installer
  713. 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.
  714. *Project-based menu
  715. It’s a lot simpler to save and open files, and Cura will know if it’s a project, model, or gcode.
  716. *Theme picker
  717. If you have a custom theme, you can now apply it more easily in the preferences screen.
  718. *Time estimates per feature
  719. 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.
  720. *Invert the direction of camera zoom
  721. We’ve added an option to invert mouse direction for a better user experience.
  722. *Olsson block upgrade
  723. Ultimaker 2 users can now specify if they have the Olsson block installed on their machine. Thanks to Aldo Hoeben for this feature.
  724. *OctoPrint plugin
  725. Cura 2.6 allows users to send prints to OctoPrint. Thanks to Aldo Hoeben for this feature.
  726. *Bug fixes
  727. - Post Processing plugin
  728. - Font rendering
  729. - Progress bar
  730. - Support Bottom Distance issues
  731. *3rd party printers
  732. - MAKEIT
  733. - Alya
  734. - Peopoly Moai
  735. - Rigid3D Zero
  736. - 3D maker
  737. [2.5.0]
  738. *Improved speed
  739. 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.
  740. *Speedup engine – Multithreading
  741. Cura can process multiple operations at the same time during slicing. Supported by Windows and Linux operating systems only.
  742. *Preheat the build plate (with a connected printer)
  743. Users can now set the Ultimaker 3 to preheat the build plate, which reduces the downtime, allowing to manually speed up the printing workflow.
  744. *Better layout for 3D layer view options
  745. 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.
  746. *Disable automatic slicing
  747. An option to disable auto-slicing has been added for the better user experience.
  748. *Auto-scale off by default
  749. This change speaks for itself.
  750. *Print cost calculation
  751. 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.
  752. *G-code reader
  753. 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.
  754. *Discard or Keep Changes popup
  755. 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.
  756. *Bug fixes
  757. - 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.
  758. - “Center camera when the item is selected”: This is now set to ‘off’ by default.
  759. - 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.
  760. - 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.
  761. - Different Y / Z colors: Y and Z colors in the tool menu are now similar to the colors on the build plate.
  762. - No collision areas: No collision areas used to be generated for some models when "keep models apart" was activated. This is now fixed.
  763. - Perimeter gaps: Perimeter gaps are not filled often enough; we’ve now amended this.
  764. - 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.
  765. - Project name: The project name changes after the project is opened. This now has been fixed.
  766. - 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.
  767. - Support Towers: Support Towers can now be disabled.
  768. - 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.
  769. - Summary box size: We’ve enlarged the summary box when saving the project.
  770. - Cubic subdivision infill: In the past, the cubic subdivision infill sometimes didn’t produce the infill (WIN) – this has now been addressed.
  771. - Spiralize outer contour and fill small gaps: When combining Fill Gaps Between Walls with Spiralize Outer Contour, the model gets a massive infill.
  772. - Experimental post-processing plugin: Since the TweakAtZ post-processing plugin is not officially supported, we added the ‘Experimental’ tag.
  773. *3rd party printers (bug fixes)
  774. - Folgertech printer definition has been added.
  775. - Hello BEE Prusa printer definition has been added.
  776. - Velleman Vertex K8400 printer definitions have been added for both single-extrusion and dual-extrusion versions.
  777. - Material profiles for Cartesio printers have been updated.
  778. [2.4.0]
  779. *Project saving & opening
  780. 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.
  781. *Setting search
  782. 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.
  783. *Editing start g-code and end g-code
  784. Aldo Hoeben also added this feature, enabling you to alter both start and end code g-code settings for single extrusion machines.
  785. *Multiply object function
  786. 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.
  787. *Ultimaker 3 single extrusion prints
  788. Dual extrusion printers now allow for single extrusion prints in a larger printable area.
  789. *Streaming printer monitor view
  790. Ultimaker 3’s camera views no longer only show snapshots. They now show a live stream.
  791. *Explain why slicing is disabled
  792. When slicing is blocked by settings with error values, a message now appears, clearly indicating which settings need to be changed.
  793. *Ultimaker 3 print profiles
  794. 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.
  795. *Initial Layer Printing Temperature
  796. 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.
  797. *Printing temperature of the materials
  798. The printing temperature of the materials in the material profiles is now the same as the printing temperature for the Fine profile.
  799. *Improved PLA-PVA layer adhesion
  800. The PVA jerk and acceleration have been optimized to improve the layer adhesion between PVA and PLA.
  801. *Default build plate adhesion type for Nylon
  802. The default build plate adhesion type for Nylon prints has been changed from raft to brim.
  803. *Support Interface Thickness
  804. The Support Roof Thickness is now 0.8 mm and PVA support infill has been slightly decreased to lower the printing time.
  805. *Ultimaker 2+ PC prints
  806. In the polycarbonate profiles, the raft settings for the 0.25 mm and 0.4 mm nozzles are tweaked for less warping.
  807. *Hollow prime tower
  808. 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.
  809. *Precooling and prewarming
  810. 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.
  811. *Remove Mesh Intersection
  812. 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.
  813. *Alternate Mesh Removal
  814. 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.
  815. *Hollow Object
  816. 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.
  817. *Fill Gaps Between Walls
  818. Fill up small gaps between consecutive walls, making thin pieces in your model dense, rather than hollow. This feature makes the thin pieces stronger.
  819. *Cubic subdivision infill
  820. 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.
  821. *Concentric 3D infill
  822. This new infill pattern is similar to concentric infill, but touches the shell every X layers, creating better support for the top layers.
  823. * Printing Temperature Initial Layer
  824. Nozzle temperature to be used during the first layer.
  825. *Build Plate Temperature Initial Layer
  826. Bed temperature to be used during the first layer.
  827. *Initial Fan Speed
  828. Fan speed to be used during the first layer.
  829. *Retract at Layer Change
  830. Retract each time the printer progresses to the next layer.
  831. *Outer Wall Wipe Distance
  832. Wipe the nozzle after printing the outer wall.
  833. *Set X-Y coordinate of z-seam
  834. Select where to place the Z seam.
  835. *Start Layers with the Same Part
  836. Start each layer with the part closest to a given location.
  837. *Turn off nozzle after last use
  838. Turn off the nozzle after its last use, while other nozzles are still in use.
  839. *Option for no build plate adhesion
  840. Select not to print any build plate adhesion helper parts.
  841. *Anti-overhang and support meshes
  842. 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.
  843. *Delta printer support
  844. 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.
  845. *AppImage for Linux
  846. The Linux distribution is now in AppImage format, which makes Cura easier to install.
  847. *Bugfixes
  848. The user is now notified when a new version of Cura is available.
  849. When searching in the setting visibility preferences, the category for each setting is always displayed.
  850. 3MF files are now saved and loaded correctly.
  851. Dragging a profile onto Cura now loads it automatically.
  852. You can now view which print cores and materials are currently in your Ultimaker 3, via the machine manager.
  853. You can now add the heated bed upgrade etc. from the machine manager.
  854. Print core and material is now arranged under extruder tabs.
  855. Cura now remembers all printers and profiles when you open just after closing it.
  856. You can now duplicate the standard profiles.
  857. Layer view now doesn’t use as much RAM.
  858. It’s now quicker to change the value of the Support Enable setting.
  859. Changing a setting updates all dependent settings more quickly.
  860. Having errors in your setting values now always blocks slicing.
  861. Selecting a model with any active tool no longer causes a reslice.
  862. The prime poop now introduces a separate area where you cannot print.
  863. Support Extruder setting is now near the support settings.
  864. Build Plate Adhesion Extruder setting is now near the build plate adhesion settings.
  865. Z hop settings have been moved to the Travel category.
  866. Inactive nozzle wiping on the prime tower is re-enabled.
  867. There are no more unnecessary retractions in support.
  868. Each layer now has less extruder switches than the machine has extruders.
  869. Concentric infill doesn’t generate the first infill perimeter next to the walls.
  870. Extruder priming now always happens on the first layer.
  871. Raising the build plate of the Ultimaker 2 now has the proper speed again.
  872. Changing material while the Ultimaker 2 is paused works again.
  873. [2.3.1]
  874. *Layer Height in Profile Selection
  875. Added the layer height to the profile selection menu.
  876. *Bug fixes
  877. Fixed the option to import g-code from related machines as a profile
  878. Fixed a bug where editing material settings has no effect on 3D prints
  879. Fixed an issue with automatic profile importing on Cura 2.1 on Mac OSX
  880. Fixed an inheritance issue for dual extrusion
  881. Fixed an issue with "i" symbol updates
  882. Fixed a freeze that can occur while printing via Wi-Fi
  883. [2.3.0]
  884. *Multi Extrusion Support
  885. Machines with multiple extruders are now supported. Ultimaker 3 printers and Ultimaker Original printers with dual extrusion upgrade kit are currently supported.
  886. *Network Printing for Ultimaker 3
  887. Sending a print to an Ultimaker 3 remotely via the network is now possible. Requires Wi-Fi or LAN to connect to the printer.
  888. *Print Monitoring for Ultimaker 3
  889. You can monitor your print on an Ultimaker 3 with a live camera feed. Requires Wi-Fi or LAN to connect to the printer.
  890. *Material and Print Core Synchronization
  891. Connecting to an Ultimaker 3 now gives you the option to synchronize the materials in Cura with what is loaded in the printer.
  892. *Speed improvements
  893. 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.
  894. *Improved Position Tool
  895. Place objects precisely where you want them by manually entering the values for the position.
  896. *Custom Machine Support
  897. It’s now much easier to use Cura with custom machines. You can edit the machine settings when you load a new custom machine.
  898. *Improved Grouping
  899. It's now possible to transform objects that are already grouped.
  900. Select an individual item in a group or merged object and edit as usual. Just Ctrl + Click and edit away.
  901. *Enhanced Profile Management
  902. Profile management is improved. You can now easily see and track changes made to your profiles.
  903. *Improved Setting Visibility
  904. 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.
  905. *Improved time estimation
  906. Time estimations are more accurate. Based on our test time estimations should be within 5% accuracy for Ultimaker printers.
  907. *Optional G-code Machine Prefix
  908. Disable the g-code prefix in Preferences. No more UM2_ on your printer display!
  909. *Print Weight Estimates
  910. Cura now estimates print weight as well as length.
  911. *Automatic Import Configuration
  912. Configurations from older installations of Cura 2.1 are automatically imported into the newest installation.
  913. *Slicing features
  914. *Infill Types
  915. 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.
  916. *Gradual Infill
  917. 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.
  918. *Set Acceleration and Jerk by Feature
  919. You can now set Jerk and Acceleration by feature-type (infill, walls, top/bottom, etc), for more precision.
  920. *Outer Wall Offset
  921. 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.
  922. *Enhanced Combing
  923. The “No Skin” option allows you to comb over infill only to avoid scars on top surfaces.
  924. *Z Hop
  925. 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.
  926. *Skin and Wall Overlap
  927. The Skin Overlap setting allows you to overlap the skin lines with the walls for better adhesion.
  928. *Adjust Initial Layer Travel Speed
  929. Set the travel speed of the initial layer(s) to reduce risk of extruder pulling the print from the bed.
  930. *Support Interface
  931. 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.
  932. *Bug fixes
  933. Deleting grouped objects
  934. Duplicating groups
  935. Bridging
  936. Drag and drop (first Windows run)
  937. Unretraction speeds
  938. Bottom layer in Spiralize mode
  939. Overlap Compensation
  940. Raft retractions
  941. Retractions now occur after each object printed in one-at-a-time mode
  942. Rafts are no longer printed outside of build area
  943. Spiralize no longer limited to the first printed segment only
  944. Line distance is now the actual line distance
  945. Enabling raft doesn’t influence at which height the model is sliced any more
  946. Brim is now always printed just once
  947. Support roofs now only occur just below overhang
  948. *Minor changes
  949. Message display time increased to 30 seconds
  950. Notification if you try to save to a locked SD card
  951. Engine log now included in the application log
  952. Undo and Redo now function with multiple operations
  953. The last used folder is now remembered rather than defaulting to home folder
  954. Import X3D files
  955. Made it possible to add multiple Per Model Settings at once
  956. Bed Level and Checkup procedures for UMO+ can be performed without re-adding machine
  957. Combing applied in more cases and results in better paths
  958. Infill thickness now supports Grid infill also for even multiples of the layer height
  959. Support is no longer removed by unprintable thin parts of the model
  960. Support generated on each appropriate layer
  961. Support no longer goes outside overhang areas
  962. Support no longer removes brim around the object
  963. Brim is now also generated under the support
  964. Draft and Ooze shield get their own brim or raft
  965. Settings shared between skirt and brim now also activate when brim is selected
  966. Compensate overlapping wall parts now also works for inner walls
  967. Bed lowering speed can be adjusted for each layer
  968. [2.1.3]
  969. *Material Profiles
  970. New material profiles for CPE+, PC, Nylon and TPU for the Ultimaker 2+ family.
  971. [2.1.2]
  972. 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.
  973. *Select Multiple Objects
  974. You now have the freedom to select and manipulate multiple objects at the same time.
  975. *Grouping
  976. You can now group objects together to make it easier to manipulate multiple objects.
  977. *Undo/Redo
  978. You can now undo and redo your actions, like moving an object or scaling.
  979. *Setting Profiles
  980. The new GUI allows custom profiles to load easily and intuitively, directly from Cura.
  981. *3MF File Loading Support
  982. We’re happy to report we now support loading 3MF files. This is a new file format similar to AMF, but freely available.
  983. *Intuitive Cut-Off Object Bottom
  984. 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.
  985. *64-bit Windows Builds
  986. An optimized 64-bit Windows Cura version is now available. This allows you to load larger model files.
  987. *Automatic calculations
  988. Cura allows you to set a number of lines/layers instead of millimeters. The engine automatically calculates the right settings.
  989. *Per-Object Settings
  990. Per-object settings allow you to override individual profile settings per object.
  991. *Engine Features
  992. *Line Width
  993. Line width settings added per feature: Global, Walls, Top/Bottom, Infill, Skirt, Support.
  994. *Pattern Settings
  995. Pattern settings improved per feature: Top/Bottom, Infill, Support.
  996. *Shell
  997. *Alternate Skin Rotation
  998. Helps to combat the pillowing problem on top layers.
  999. *Alternate Extra Wall
  1000. For better infill adhesion.
  1001. *Horizontal Expansion
  1002. Allows to compensate model x,y-size to get a 1:1 result.
  1003. *Travel
  1004. *Avoid Printed Parts
  1005. When moving to the next part to print, avoid collisions between the nozzle and other parts which are already printed.
  1006. *Support
  1007. *Stair Step Height
  1008. 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.
  1009. *ZigZag
  1010. A new, infill type that’s easily breakable, introduced specially for support.
  1011. *Support Roofs
  1012. A new sub-feature to reduce scars the support leaves on overhangs.
  1013. *Support Towers
  1014. Specialized support for tiny overhang areas.
  1015. *Special Modes
  1016. *Surface Mode
  1017. 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.
  1018. *Experimental Features
  1019. *Conical Support
  1020. An experimental filament, cost-reduction feature, for support.
  1021. *Draft Shield
  1022. Prints a protective wall at a set distance around the object that prevents air from hitting the print, reducing warping.
  1023. *Fuzzy Skin
  1024. Prints the outer walls with a jittering motion to give your object a diffuse finish.
  1025. *Wire Printing
  1026. 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.
  1027. [15.06 Beta]
  1028. Cura 15.06 is a new release built from the ground up on a completely new
  1029. framework called Uranium. This framework has been designed to make it easier to
  1030. extend Cura with additional functionality as well as provide a cleaner UI.
  1031. [15.05.95]
  1032. * Fixed: Selection ghost remains visible after deleting an object
  1033. * Fixed: Window does not show up immediately after starting application on OSX
  1034. * Fixed: Added display of rotation angle during rotation
  1035. * Fixed: Object changes position while rotating/scaling
  1036. * Fixed: Loading improvements in the layer view
  1037. * Fixed: Added application icons
  1038. * Fixed: Improved feedback when loading models
  1039. * Fixed: Eject device on MacOSX now provides proper feedback
  1040. * Fixed: Make it possible to show retraction settings for UM2
  1041. * Fixed: Opening the machine preferences page will switch to the first available machine
  1042. * Fixed: Improved tool handle hit area size
  1043. * Fixed: Render lines with a thickness based on screen DPI
  1044. [15.05.94]
  1045. * Added Russian translations
  1046. * Fixed: Infill not displayed in layer view
  1047. * Fixed: Cannot select/scale/rotate when first activating the tool and then trying to select a model.
  1048. * Fixed: Improved font rendering on Windows
  1049. * Fixed: Help > Show Documentation crashes Cura on Windows
  1050. * Fixed: "There is no disk in the drive" repeating messages on Windows
  1051. * Fixed: Retraction settings not visible for Ultimaker2
  1052. * Fixed: Display rotation angle when rotating an object
  1053. * Fixed: Time/Quality slider values are properly rounded
  1054. * Fixed: Improved clarity of buttons and text
  1055. * Fixed: No indication that anything is happening when loading a model
  1056. * Fixed: Eject device now works on Windows
  1057. [15.05.93]
  1058. * Fixed: No shortcuts for moving up/down layers in layer view.
  1059. * Fixed: Last view layers could not be scrolled through in layer view.
  1060. * Fixed: Files provided on command line would not actually show up on the build
  1061. platform.
  1062. * Fixed: Render a ghost of the selection in Layer view to make the actual object
  1063. position clear.
  1064. * Fixed: Showing a menu would clear the selection.
  1065. * Fixed: Size and scaling factor display for scale tool.
  1066. * Fixed: Missing background for additional tool controls.
  1067. * Fixed: Loading message times out when loading large files.
  1068. * Fixed: Show recent files in the file menu.
  1069. * Fixed: Windows installer will now install MSVC 2010 redistributable, to
  1070. prevent issues with missing DLL's.
  1071. * Fixed: Collapsed/expanded state of setting categories not stored.
  1072. [15.05.91]
  1073. * There is now a working MacOSX version. Currently it supports OSX 10.7 and
  1074. higher.
  1075. * Fixed: Need to deselect before selecting a different object.
  1076. * Fixed: Object can be moved on Z axis.
  1077. * Fixed: Error values should be considered invalid values and will not trigger a
  1078. slice.
  1079. * Fixed: Text fields used a locale-aware validator while the underlying code did
  1080. not.
  1081. * Fixed: Text fields will trigger a slice on text change, not only after focus
  1082. change/enter press.
  1083. * Fixed: Rotate Tool snaps to incorrect value.
  1084. * Fixed: Object Collision would only moved objects to the right.
  1085. * Fixed: Object Collision would move the selected object when it should not.
  1086. * Fixed: Camera panning now works correctly instead of doing nothing.
  1087. * Fixed: Camera would flip around center point at maximum rotation.
  1088. * Fixed: Build platform grid blocked view from below objects.
  1089. * Fixed: Viewport on MacOSX with high-DPI screens was only taking 1/4th of the
  1090. window
  1091. [15.05.90]
  1092. * Fixed: Additional UI elements for tools and views not loading.
  1093. * Fixed: Double click needed to change setting dialog page.
  1094. * Fixed: Context menu entries (reload, center object, etc.) not working.
  1095. * Fixed: "Open With" or passing files from command line not working.
  1096. * Fixed: "Reload All" would not reload files.
  1097. In addition, a lot of work has gone into getting a usable Mac OSX version.
  1098. New Features
  1099. ------------
  1100. * Plugin based system
  1101. The Uranium framework provides us with a plugin-based system
  1102. that provides additional flexibility when extending Cura. Think
  1103. of new views, tools, file formats, etc. This is probably the
  1104. biggest new feature.
  1105. * Improved UI
  1106. The UI has received a complete overhaul.
  1107. * Time-Quality Slider
  1108. The 4 static quick print profiles have been replaced with
  1109. a slider that should make it easier to find the right spot
  1110. between print time and print quality.
  1111. * More Settings
  1112. The Advanced mode is now configurable and can show many
  1113. additional settings that were previously not available, while at
  1114. the same time not overwhelming new users with too many settings.
  1115. Custom set of visible settings can be created by the user.
  1116. * Support for high-DPI screens
  1117. The refreshed UI has been designed with high-DPI screens in
  1118. mind which should improve the experience of Cura on such
  1119. devices.
  1120. * Improved language support
  1121. (Not yet available for the Beta release.)
  1122. * Improved support structure generation
  1123. The new version of the CuraEngine now features improved
  1124. support generation algorithms and additional options for support
  1125. structure generation.
  1126. * Experimental Feature: Wire Printing
  1127. Wire Printing has been added as an experimental new feature. It
  1128. will print objects as a structure of lines. It can be enabled by
  1129. from Advanced Mode -> Fixes -> Wire Printing.
  1130. * Undo/Redo
  1131. It is now possible to undo and redo most scene operations, like
  1132. moving or rotating objects.
  1133. Features from earlier versions not (yet) in this release
  1134. --------------------------------------------------------
  1135. * The All-at-once/One-at-a-time toggle is not available.
  1136. We are working on an improved implementation of this mechanism
  1137. but it will not be available for this release.
  1138. * No dual extrusion features are available yet.
  1139. We are working on a completely new workflow for this but this
  1140. needs additional time.
  1141. * “Lay Flat” has been removed.
  1142. The existing implementation was unfortunately not salvageable.
  1143. We will be looking into an improved implementation for this
  1144. feature.
  1145. * "Split Object Into Parts" has been removed.
  1146. Due to the same reason as Lay Flat.
  1147. * Support for AMF and DAE file formats has been removed.
  1148. Both of these will be implemented as plugins in the future.
  1149. * Support for directly loading a GCode file is not yet available.
  1150. This will be implemented as a plugin in the future.
  1151. * Support for PNG, JPG and other image formats has been removed.
  1152. These can be supported by a plugin with an improved UI.
  1153. * Support for loading Minecraft levels has been removed.
  1154. This can be implemented as a plugin.
  1155. * Windows XP support has been dropped.
  1156. Microsoft is no longer supporting xp, so they no longer back
  1157. port certain features that we require.
  1158. * X-Ray view is missing.
  1159. Will be implemented as a (you might have guessed it) plugin.
  1160. * Fixes: Follow Mesh Surface
  1161. Has been removed from the engine, the same result can be
  1162. achieved using no infill or top/bottom layers.
  1163. Known Issues
  1164. ------------
  1165. * Some OBJ files are rendered as black objects due to missing
  1166. normals.
  1167. * Disabling plugins does not work correctly yet.
  1168. * Unicorn occasionally still requires feeding. Do not feed it
  1169. after midnight.