chiark / gitweb /
Upload formula.
[cura.git] / Cura / util /
2012-12-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2012-12-06 daid303Move resources in to their own subdirectory and update...
2012-12-06 daid303Fixed the imports.
2012-12-06 DaidUpdated all lineends for py files to unix style.
2012-12-06 daidMerge pull request #280 from GreatFruitOmsk/macosx
2012-12-05 Ilya KulakovMerge remote-tracking branch 'upstream/master' into...
2012-12-05 Ilya KulakovFix resources, imports and indentations.
2012-12-05 daid303Add Ultimaker upgrade page in first run wizard, which...
2012-12-05 daid303Added rotation circle to make it easier to rotate models.
2012-12-04 daid303Add experimental hop setting.
2012-12-04 daid303Always use machine size / 2 as machine center and remov...
2012-12-04 daid303Switch the order of extruders every layer when printing...
2012-12-04 daid303Improve the first run wizard with the communication...
2012-12-03 daid303Set the default minimal layer time to 5 seconds. Proper...
2012-11-27 daid303Added general help for plugin tab, added open plugin...
2012-11-20 daidMerge pull request #265 from GreatFruitOmsk/master
2012-11-20 Ilya KulakovShow a warning if computer is not connected to AC power.
2012-11-08 daid303Add missing import
2012-11-08 daid303Update on default colors.
2012-11-06 daid303Add popups when copying files to the SD card, to indica...
2012-11-06 daid303Update on the GL window, better lighting. Upda on the...
2012-11-05 daid303MacOS show file instead of directroy when using open...
2012-11-01 daid303Better handle plugin exceptions.
2012-10-31 daid303Add post processing plugin support.
2012-10-29 daid303Add shortcut keys for load/slice/print.
2012-10-29 daid303Merge branch 'master' of github.com:daid/Cura
2012-10-29 daid303Fix bug where endcode is not inserted when it starts...
2012-10-26 daid303Removed _export suffix. Slighty changed some texts.
2012-10-22 DaidStore the user data in the home directory for linux...
2012-10-19 daid303Fix dae matrix and instance_node support. Which makes...
2012-10-18 daid303Added dae support which can be exported from google...
2012-10-10 daid303Added Windows 7 progress in taskbar support.
2012-10-08 daid303Reset the E to 0 before retracting in switching extrude...
2012-10-08 daid303Updated the next-object gcode, which extruded 1mm less...
2012-10-08 daid303Remove the print message from the mesh splitter, these...
2012-10-05 daid303Start the first run wizard when we do not know the...
2012-10-04 daid303Update how the printing time remaining estimate is...
2012-10-04 daid303Add extrude/retract images for printing interface....
2012-10-04 daid303With the improved loading time we can add the high...
2012-10-04 daid303Fix loading of ascii stl files with MacOS line-ends.
2012-10-04 daid303Add loading improvement to changelog.
2012-10-04 daid303Vastly improve rendering time for complex models.
2012-10-03 daid303Merge branch 'master' of github.com:daid/Cura
2012-10-03 daid303Add a retraction enable setting. Add extrusion/retracti...
2012-10-02 daid303Large update to the config wizard, new style machine...
2012-10-02 daid303Merge branch 'master' of github.com:daid/Cura
2012-10-02 daid303Open the serial port in the thread, so it no longer...
2012-10-01 daid303Fix the previous fix.
2012-10-01 daid303Fix support for slicing if running from pythonw.exe
2012-10-01 daid303Fix the print window resizing (no longer move the cance...
2012-10-01 daid303Add VIRTUAL serial port if you have the development...
2012-10-01 daid303Add already elapsed printing and estimated remaining...
2012-10-01 daid303Fix timelaps recording support
2012-10-01 daid303Add the option to show the machine log in case of an...
2012-09-28 daidIgnore M101 and M104 for #222
2012-09-26 daidRemove dwindle, it did not really improve results.
2012-09-26 daidAdded obj support to Cura.
2012-09-26 daidAdd some OpenCV support to webcam class (untested).
2012-09-25 DaidMerge branch 'master' of github.com:daid/Cura
2012-09-25 DaidDo a single write instead of two
2012-09-20 daid.
2012-09-12 daidAdd the feature where support material is generated...
2012-09-10 daidAdded feature #201 - fixed #201
2012-09-07 DaidAdd Z change reporting support, which fixes the timelap...
2012-09-07 DaidFix the speed rate modify in the printing interface.
2012-09-06 daidFix pause support.
2012-09-06 daidMajor update on machine communication. Part 1, this...
2012-09-06 daidUpdate to exception handling in machineCom
2012-09-06 daidAdded ultimaker robot as example model, which is loaded...
2012-09-05 daidUntested update to machine communication. This should...
2012-09-02 DaidAdd webcam timelaps support for windows.
2012-08-31 daidMove the validators from gui to util, they do not have...
2012-08-30 daidFixed #198 - This was a tricky one, because the project...
2012-08-03 daidAdd support for heated bed temperature setting.
2012-07-31 daidIncrease the default minimal feedrate.
2012-07-31 daidAdd model colors for multiple extruders.
2012-07-30 daidFix the mesh splitter after bug introduced by numpy...
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 daidFixed the part splitter
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 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-24 daidAdded support for comma in numbers instead of a dot.
2012-07-19 daid#169 - Set the temperature for the next object when...
2012-07-19 daidMake serial port access more rebust.
2012-07-17 daidMerge branch 'master' of github.com:daid/Cura
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-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 daidAdd 230400 baudrate.
2012-07-07 DaidFix for gcode preview, was showing very thin lines...
next