chiark / gitweb /
cura.git
2012-08-28 DaidFixed #202
2012-08-06 daidFixed #189
2012-08-06 daidFix a bug in the project planner when the temperature...
2012-08-03 daidCleanup the first run wizard a bit, and add configurati...
2012-08-03 daidAdd support for heated bed temperature setting.
2012-08-03 daidFix an decode error on filenames.
2012-08-02 daidFix the outline when the scale is no 1.0
2012-08-01 daidFix STL icon registration. 12.08
2012-08-01 daidFix...
2012-08-01 daidAdded icon for STL files.
2012-07-31 DaidApperently extension bindings do not work with batch...
2012-07-31 daidFixed project planner.
2012-07-31 daidIncrease the default minimal feedrate.
2012-07-31 daidAdded border view option for 3D view.
2012-07-31 daidFix X-Ray view. Broken after Numpy update.
2012-07-31 daidReset the E value to zero before and after printing...
2012-07-31 daidAdd model colors for multiple extruders.
2012-07-30 daidUpdated release name for next version.
2012-07-30 daidFix the mesh splitter after bug introduced by numpy...
2012-07-30 daidAlso update the simplemode window when you change colours.
2012-07-30 daidMake 3D model colour configurable.
2012-07-30 daidImprove rendering time by using numpy to generate norma...
2012-07-28 DaidFaster generation of normals with numpy.
2012-07-27 daidImprove performance of rotating 3D objects a bit.
2012-07-27 daidAdded copy to SD button to project planner. #178
2012-07-27 daidEnable support for raft in the project planner. #181.
2012-07-27 daidFixed the part splitter
2012-07-26 daidInsert the copy after the current one in the project...
2012-07-26 daidMerge branch 'master' of github.com:daid/Cura
2012-07-26 daidFix the save STL function after numpy upgrade.
2012-07-26 daidAdd numpy to win32 installer.
2012-07-26 daidIncrease performance and decrease memory usage by using...
2012-07-26 daidAllow you to give an STL file on the command line so...
2012-07-25 daidA fix for #182
2012-07-24 daidAdded support for comma in numbers instead of a dot.
2012-07-24 daidReduce the 3D preview window size if the main window...
2012-07-19 daid#169 - Set the temperature for the next object when...
2012-07-19 daidWorkaround for #160, as on MacOS you seem to be able...
2012-07-19 daidMake serial port access more rebust.
2012-07-17 daidMerge branch 'master' of github.com:daid/Cura
2012-07-16 daidFixed #175
2012-07-15 daidMerge pull request #166 from jcosmo/master
2012-07-15 daidMerge pull request #168 from martinxyz/master
2012-07-15 Martin RenoldFix loading binary stl
2012-07-13 James WalkerFix typo in description of ScaleToFit button
2012-07-12 daidFix for http://www.thingiverse.com/thing:19295 stl
2012-07-11 daidMissed return for previous fix
2012-07-11 daidAdd DTR toggle to baudrate detection code. Should fix...
2012-07-10 daidMerge branch 'master' of github.com:daid/Cura
2012-07-10 daidAdd temperature graph to printer interface.
2012-07-09 daidAdded "all" to package targets 12.07
2012-07-09 daidAdded yellow popup to reset scale/mirror/rotate on...
2012-07-09 daidAdd 230400 baudrate.
2012-07-07 DaidFix for gcode preview, was showing very thin lines...
2012-07-06 daidSome more changes to the start/end code.
2012-07-06 daidOnly multiply the feedrates with 60 in start/end code...
2012-07-06 daidOnly draw layers up to the point where it takes less...
2012-07-06 daidAdded terminal tab to printer interface.
2012-07-05 DaidAdd some missing M codes to the GCode reader so we...
2012-07-05 DaidShut off the heated bed at the end code. Reduce the...
2012-07-05 daidUpdated start/end code.
2012-07-05 daidDisable the 2D slicer before someone finds it!
2012-07-05 daidAdd support for {filename} tag in gcode.
2012-07-05 daidRemove use of logfile to store model errors. Added...
2012-07-05 daidRemoved test comment.
2012-07-05 daidUpdated macOS scripts to be commands, makes them easier...
2012-07-05 DaidAdded feature to load a profile from a sliced GCode...
2012-07-03 daidMake the fan speed adjustable between min/max, dependin...
2012-07-03 daidAdded support for drag&drop files into Cura.
2012-07-02 daidAlso check for TypeErrors, which seem to happen when...
2012-07-02 daidMerge branch 'master' of github.com:daid/Cura
2012-07-02 daidFixed #153
2012-07-02 daidFixed #148
2012-06-30 DaidAdded newer ultimaker firmware. Make linux version...
2012-06-28 DaidAdd copy to SD to batch run tool.
2012-06-28 DaidSome layout changes adviced by Joris. To improve visibi...
2012-06-28 daidOn a multicore system, support parralel slices in the...
2012-06-28 daidAdded basic batch run tool. Still needs some more enhan...
2012-06-28 daidFixed #143 - Properly align models when using multiple...
2012-06-27 DaidDo not send the M0 or M1 to the machine, but send an...
2012-06-27 DaidAdd pause button to printing interface, and auto pause...
2012-06-26 daidRemove debug message.
2012-06-26 daidAdd realtime speed controls to printer interface.
2012-06-26 daidAdd bed temperature control to printer interface. Only...
2012-06-25 DaidAdded all-at-once images.
2012-06-23 DaidFixed #140
2012-06-22 daidMerge pull request #139 from greenarrow/master
2012-06-22 Stefan BlankeFix version detection for all Python versions
2012-06-22 DaidFixed #135 - Update preview window controls when loadin...
2012-06-22 DaidAdded copy to SD feature. Fixed #138
2012-06-22 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-22 DaidAdded working arcs to 2D svg
2012-06-21 DaidRemoved debug message that I excedently left in.
2012-06-21 DaidFixed #116 - Slicing with none-ascii characters under...
2012-06-21 DaidSome fixes to start support for python3.
2012-06-21 DaidFixed island retraction. Feature was already found...
2012-06-21 DaidAdd support to slice as 1 large object with the project...
2012-06-21 DaidAdd option to save the collection of STL files as a...
2012-06-21 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-21 DaidFix for double retraction, fix for errorlist in model...
next