chiark / gitweb /
Fix safe remove of volume.
[cura.git] / Cura / gui / sliceProgessPanel.py
2012-11-08 daid303Fix safe remove of volume.
2012-11-06 daid303Fix a missing import.
2012-11-06 daid303Add safely remove SD feature.
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-01 daid303Better handle plugin exceptions.
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-26 daid303Removed _export suffix. Slighty changed some texts.
2012-10-10 daid303Add taskbar progress to both the project planner and...
2012-10-01 daid303Fix support for slicing if running from pythonw.exe
2012-10-01 daid303Hide the console for the slicing subprocess.
2012-07-05 daidRemove use of logfile to store model errors. Added...
2012-06-22 DaidAdded copy to SD feature. Fixed #138
2012-06-22 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-21 DaidSome fixes to start support for python3.
2012-06-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-29 daidUse a function to generate the "_export.xxx" filename
2012-05-11 daidMerge branch 'master' of github.com:daid/Cura
2012-05-08 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-07 daidMove extruder switching GCode to profile instead of...
2012-05-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-04 DaidChanges for dual extrusion
2012-05-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-04 daidRemove duplicate code.
2012-05-03 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-03 daidAdded more GCode validation to GCode editor. Made temp...
2012-05-01 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-01 DaidSave last known Z position in multi color slicing.
2012-05-01 daidUpdate preferences to allow math expressions. Fixed #86
2012-04-29 DaidCorrected extruder offset direction
2012-04-29 DaidFixed positioning when using multiple extruders. Fixed...
2012-04-29 DaidNo newlines in slice progress status label.
2012-04-29 DaidShow print time, filemant used and cost estimate after...
2012-04-29 DaidMove extruder offset and extruder head size to preferences.
2012-04-27 DaidAdded extruder selection to project planner, fixed...
2012-04-27 DaidUpdates after some testing with dual extrusion (loads...
2012-04-25 daidReport total time spend slicing after project planner...
2012-04-25 daidAdded tool switching GCode. Made the E value reset...
2012-04-24 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-24 daidMultiple extruders, not functional yet. Final GCode...
2012-04-18 daidAdded "open file location" button
2012-04-17 Ferdi van der WerfMerge upstream, fixed conflicts, showing complete toolb...
2012-04-12 daidAdd option to save profile when slicing
2012-04-08 Ferdi van der WerfUpstream merge
2012-04-07 Lawrence JohnstonMerge commit 'd0691018c211d1dbd500c0b3d363da8c5bd2f11d'
2012-04-07 DaidFixed progress bar error when slicing with skin enabled.
2012-04-03 Lawrence JohnstonMerge commit '870c4952fdb3268f5d4b6359d2e8046a6bb8df4f'
2012-03-30 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-30 daidNo longer use the current_profile.ini to share the...
2012-03-28 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-28 daidSplit gui to gui and util directories.
2012-03-28 daidRemove debug message
2012-03-27 daidMove SF into its own directory, to seperate SF and...