chiark / gitweb /
Merge branch 'master' of github.com:daid/Cura
[cura.git] / Cura / util / profile.py
2012-06-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-04 DaidAdd retract on jumps only setting
2012-06-03 DaidRemoved the bridge material amount setting, this did...
2012-05-31 daidFixed a few issues with a frozen executable. Slicing...
2012-05-31 daidSome cleanup and preperation for better packaging.
2012-05-20 DaidAdded slice date/time and basic settings to start GCode...
2012-05-18 DaidRemove support margin setting, it is not really needed...
2012-05-16 daidBy default turn the fan off in the start code, because...
2012-05-15 daidFixed bug which happens if you slice without ever touch...
2012-05-14 daidAdd experimental dwindle, so we can check it out.
2012-05-11 daidMerge branch 'master' of github.com:daid/Cura
2012-05-09 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-09 DaidIf gcode tags have integer values then export them...
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 DaidFix bug where tempOverrides where not cleared.
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 daidUpdate preferences to allow math expressions. Fixed #86
2012-04-29 DaidMove extruder offset and extruder head size to preferences.
2012-04-28 DaidFixed #82
2012-04-27 DaidUpdates after some testing with dual extrusion (loads...
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-24 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-24 daidOnly add temperature to start code if the temperature...
2012-04-24 daidMerge pull request #74 from lawrencejohnston/master
2012-04-24 Lawrence JohnstonFixes #73: When start.gcode is changed changes are...
2012-04-23 daidAdd alteration files to profile ini. (Note, this broke...
2012-04-23 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-23 daidChange default profile a bit so it works better in...
2012-04-20 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-20 daidAdd progress window to project planner.
2012-04-20 daidMoving default message, so it does not emit a message...
2012-04-19 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-19 daidSupport setting tags in start/end gcode.
2012-04-18 daidMerge branch 'master' of github.com:daid/Cura
2012-04-18 daidMerge branch 'master' of github.com:daid/Cura
2012-04-18 daidUpdate some tooltip texts to help users
2012-04-17 DaidMerge branch 'master' of github.com:daid/Cura
2012-04-17 DaidMerge conflic solved
2012-04-17 DaidSome changes for the project manager.
2012-04-17 Ferdi van der WerfMerge upstream, fixed conflicts, showing complete toolb...
2012-04-17 daidFixed #57 - mistakenly encoded to str (ascii) before...
2012-04-16 daidFixes #56 - Adjust the flowrate of bridges with the...
2012-04-12 daidFixed #46 - added support for calculating print costs.
2012-04-12 daidAdd option to save profile when slicing
2012-04-10 daidAllow math expressions in fields.
2012-04-08 Ferdi van der WerfUpstream merge
2012-04-07 Lawrence JohnstonMerge commit 'd0691018c211d1dbd500c0b3d363da8c5bd2f11d'
2012-04-06 daidAdded skin setting to advanced settings
2012-04-06 daidAdded defaults for swap_xz and swap_yz
2012-04-05 daidChange default support material amount to 50%, this...
2012-04-05 daidAdd bottom layer thickness. Fix bug with line with...
2012-04-04 daidUse utf-8 to save preferences, so the last filename...
2012-04-04 Lawrence JohnstonMerge commit '96d014b2c4cef94dbbe4c3adc1c8d7a8ce929ad2'
2012-04-03 daidUpdated print window with statistics about the print...
2012-04-03 Lawrence JohnstonMerge commit '870c4952fdb3268f5d4b6359d2e8046a6bb8df4f'
2012-04-02 DaidFix confict
2012-04-02 daidAdded extra fan control. Advanced setting to enabled...
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-29 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-29 daidAdded simple mode dialog
2012-03-28 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-28 daidSplit gui to gui and util directories.