CHANGES 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. Cura 15.06 Beta
  2. ===============
  3. This is the *Beta* version of Cura 15.06.
  4. Cura 15.06 is a new release built from the ground up on a completely new
  5. framework called Uranium. This framework has been designed to make it easier to
  6. extend Cura with additional functionality as well as provide a cleaner UI.
  7. Changes since 15.05.93
  8. ----------------------
  9. * Fixed: No shortcuts for moving up/down layers in layer view.
  10. * Fixed: Last view layers could not be scrolled through in layer view.
  11. * Fixed: Files provided on command line would not actually show up on the build
  12. platform.
  13. * Fixed: Render a ghost of the selection in Layer view to make the actual object
  14. position clear.
  15. * Fixed: Showing a menu would clear the selection.
  16. * Fixed: Size and scaling factor display for scale tool.
  17. * Fixed: Missing background for additional tool controls.
  18. * Fixed: Loading message times out when loading large files.
  19. * Fixed: Show recent files in the file menu.
  20. * Fixed: Windows installer will now install MSVC 2010 redistributable, to
  21. prevent issues with missing DLL's.
  22. * Fixed: Collapsed/expanded state of setting categories not stored.
  23. Changes since 15.05.91
  24. ----------------------
  25. * There is now a working MacOSX version. Currently it supports OSX 10.7 and
  26. higher.
  27. * Fixed: Need to deselect before selecting a different object.
  28. * Fixed: Object can be moved on Z axis.
  29. * Fixed: Error values should be considered invalid values and will not trigger a
  30. slice.
  31. * Fixed: Text fields used a locale-aware validator while the underlying code did
  32. not.
  33. * Fixed: Text fields will trigger a slice on text change, not only after focus
  34. change/enter press.
  35. * Fixed: Rotate Tool snaps to incorrect value.
  36. * Fixed: Object Collision would only moved objects to the right.
  37. * Fixed: Object Collision would move the selected object when it should not.
  38. * Fixed: Camera panning now works correctly instead of doing nothing.
  39. * Fixed: Camera would flip around center point at maximum rotation.
  40. * Fixed: Build platform grid blocked view from below objects.
  41. * Fixed: Viewport on MacOSX with high-DPI screens was only taking 1/4th of the
  42. window
  43. Changes since 15.05.90
  44. ----------------------
  45. * Fixed: Additional UI elements for tools and views not loading.
  46. * Fixed: Double click needed to change setting dialog page.
  47. * Fixed: Context menu entries (reload, center object, etc.) not working.
  48. * Fixed: "Open With" or passing files from command line not working.
  49. * Fixed: "Reload All" would not reload files.
  50. In addition, a lot of work has gone into getting a usable Mac OSX version.
  51. New Features
  52. ------------
  53. * Plugin based system
  54. The Uranium framework provides us with a plugin-based system
  55. that provides additional flexibility when extending Cura. Think
  56. of new views, tools, file formats, etc. This is probably the
  57. biggest new feature.
  58. * Improved UI
  59. The UI has received a complete overhaul.
  60. * Time-Quality Slider
  61. The 4 static quick print profiles have been replaced with
  62. a slider that should make it easier to find the right spot
  63. between print time and print quality.
  64. * More Settings
  65. The Advanced mode is now configurable and can show many
  66. additional settings that were previously not available, while at
  67. the same time not overwhelming new users with too many settings.
  68. Custom set of visible settings can be created by the user.
  69. * Support for high-DPI screens
  70. The refreshed UI has been designed with high-DPI screens in
  71. mind which should improve the experience of Cura on such
  72. devices.
  73. * Improved language support
  74. (Not yet available for the Beta release.)
  75. * Improved support structure generation
  76. The new version of the CuraEngine now features improved
  77. support generation algorithms and additional options for support
  78. structure generation.
  79. * Experimental Feature: Wire Printing
  80. Wire Printing has been added as an experimental new feature. It
  81. will print objects as a structure of lines. It can be enabled by
  82. from Advanced Mode -> Fixes -> Wire Printing.
  83. * Undo/Redo
  84. It is now possible to undo and redo most scene operations, like
  85. moving or rotating objects.
  86. Features from earlier versions not (yet) in this release
  87. --------------------------------------------------------
  88. * The All-at-once/One-at-a-time toggle is not available.
  89. We are working on an improved implementation of this mechanism
  90. but it will not be available for this release.
  91. * No dual extrusion features are available yet.
  92. We are working on a completely new workflow for this but this
  93. needs additional time.
  94. * “Lay Flat” has been removed.
  95. The existing implementation was unfortunately not salvageable.
  96. We will be looking into an improved implementation for this
  97. feature.
  98. * "Split Object Into Parts" has been removed.
  99. Due to the same reason as Lay Flat.
  100. * Support for AMF and DAE file formats has been removed.
  101. Both of these will be implemented as plugins in the future.
  102. * Support for directly loading a GCode file is not yet available.
  103. This will be implemented as a plugin in the future.
  104. * Support for PNG, JPG and other image formats has been removed.
  105. These can be supported by a plugin with an improved UI.
  106. * Support for loading Minecraft levels has been removed.
  107. This can be implemented as a plugin.
  108. * Windows XP support has been dropped.
  109. Microsoft is no longer supporting xp, so they no longer back
  110. port certain features that we require.
  111. * X-Ray view is missing.
  112. Will be implemented as a (you might have guessed it) plugin.
  113. * Infill display in the layer view is missing.
  114. Like several other features, the existing implementation of this
  115. functionality is not salvageable and will need to be reimplemented.
  116. Known Issues
  117. ------------
  118. For an up to date list of all known issues, please see
  119. https://github.com/Ultimaker/Cura/issues and
  120. https://github.com/Ultimaker/Uranium/issues .
  121. * The application has no application icon yet.
  122. * The Windows version starts a console before starting the
  123. application. This is intentional for the beta and it will be
  124. removed for the final version.
  125. * Opening the machine preferences page will switch to the first
  126. available machine instead of keeping the current machine
  127. selected.
  128. * Some OBJ files are rendered as black objects due to missing
  129. normals.
  130. * The developer documentation for Uranium (available at
  131. http://software.ultimaker.com/uranium/index.html) is not yet
  132. complete.
  133. * Disabling plugins does not work correctly yet.
  134. * Unicorn occasionally still requires feeding. Do not feed it
  135. after midnight.