chiark / gitweb /
Add loading improvement to changelog.
[cura.git] / changelog
1 == Cura 12.10 ==
2 * Update: Vastly updated serial port and baudrate auto-detection. No longer tries to reset the machine multiple times which improves detection success to 100%. And tries last succesful settings first.
3 * Added: Loading splashscreen
4 * Added: Support printed with dual extruder
5 * Removed: Dwindle, did remove some stringing, but caused holes in the models.
6 * Added: Retraction on/off checkbox on first tab of normal mode. So you no longer need to mess with the retraction length. A default retraction length of 4.5mm has been added.
7 * Fixed: Unicode support in filenames
8 * Added: Split up long moves into moves of 3mm, this to improve reaction speed of speed changes, and give better time left estimates during printing.
9 * Removed: Odd calculation which caused retraction on every Z move
10 * Fixed: SF bug with fillet plugin (but fillet not accessable from Cura)
11 * Added: Two example models, the Ultimaker robot, and the Ultimaker handle. Ultimaker robot is loaded on first start
12 * Added: Support for *.obj files
13 * Fixed: Batch runner tool shows slightly better how far it is done, and no longer starts more threads then objects you try to slice.
14 * Removed: Black console window for windows
15 * Updated: "First run wizard" huge update on the machine check, which is now stable and easier to follow.
16 * Update: Created a tool menu, which contains the batch run tool, the project planner, and the switch to quickprint. So this is no longer hidden in the file menu.
17 * Added: Heated bed temperature option support. If you have a heated bed, enable the heated bed setting in the preferences.
18 * Update: 3D view is now Ultimaker blue instead of black&white
19 * Added: Support for timelaps webcam capture during USB printing (Windows only)
20 * Added: Extrusion/retraction buttons to USB printer interface
21 * Added: Error log in case something goes wrong during USB printing. For easier diagnostics what is going wrong.
22 * Update: Temperature graph now shows a grid to indicate the scale
23 * Fixed: Project planner bug when slicing all at once, the bug caused the printer head to move into the print.
24 * Added: Default temperatures for printing in quickprint mode
25 * Update: Quickprint vase mode only had 2 bottom solid layers, updated to 3 to give a much bigger chance of being watertight
26 * Update: Improved loading speed for complex models
27
28 == Cura 12.08 ==
29 * Added: Loading STL files from the commandline
30 * Added: Open STL files on doubleclick for Windows
31 * Update: Numpy for math heavy 3D calculations, speeds up model loading, rotation and size calculations
32 * Added: Setting to configure the 3D model colour
33 * Update: Default print temperture of 230C
34 * Update: Start/End code for cleaner prints
35 * Update: Slightly improved serial auto-detection code
36 * Added: Temperature graph in printing interface
37 * Added: Forced sending line on comm timeout, so printing always continues.
38 * Added: Draw model borders feature