chiark / gitweb /
Fix for the pauze at Z plugin, when using multiple pauses below 15mm it was seeing...
[cura.git] / Cura / util / gcodeInterpreter.py
2013-03-08 daid303Fix for the pauze at Z plugin, when using multiple...
2013-03-07 daid303Add black borders around the white text, so it pops...
2013-03-06 daid303Update on the 3D window, now with nice icons. Also...
2013-03-04 daid303Fixed a typo. Changed the GCode rendering so it gives...
2013-02-28 daid303Add layer slider. Solve the issue where loading a new...
2013-01-09 daid303Fixing project planner slicing for newer slicer impleme...
2013-01-02 daid303Add relative extrusion distance to GCode viewer, and...
2012-12-06 daid303Fixed the imports.
2012-11-06 daid303Update on the GL window, better lighting. Upda on the...
2012-09-28 daidIgnore M101 and M104 for #222
2012-09-07 DaidFix the speed rate modify in the printing interface.
2012-07-07 DaidFix for gcode preview, was showing very thin lines...
2012-07-05 DaidAdd some missing M codes to the GCode reader so we...
2012-06-23 DaidFixed #140
2012-06-19 DaidAdded G4 to GCode reader. Fixes #132
2012-06-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-01 daidFix printer interface images for frozen build. Do not...
2012-05-31 daidAdded setup.py script for cx_Freeze, which I hope will...
2012-05-31 daidSome cleanup and preperation for better packaging.
2012-05-16 daidFixed #102 - Jorised GCode preview was messed up. Cause...
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 daidUpdated gcode interperter and GCode preview. Fixed #77
2012-05-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-04 daidAdded copy button to project planner, and cleaned up...
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 DaidCorrected extruder offset direction
2012-04-29 DaidFixed positioning when using multiple extruders. Fixed...
2012-04-29 DaidShow print time, filemant used and cost estimate after...
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-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 daidMake the printer interface a bit more user friendly.
2012-03-29 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-29 daidMake GCode reader store paths per layer
2012-03-28 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-28 daidAdded my own STL loader, no longer using the one from...
2012-03-28 daidSplit gui to gui and util directories.