solved the block end problem, commiting mostly to save all those neat debug statement...
[clinton/Smoothieware.git] / src / main.cpp
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-25 Arthur Wolfcommiting just to show the new configvalue class
2012-09-19 Arthur Wolfreworking the extruder module to work with the new...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-13 Arthur Wolfre-enabling serial
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-29 arthurwolfMerge pull request #57 from gxurma/lasercontrol
2012-07-08 Arthur Wolfbasic homing
2012-07-08 arthurwolfMerge pull request #51 from arthurwolf/streams
2012-07-08 Arthur Wolfchanged back from mbed for merging
2012-07-08 Arthur Wolfkernel->serial is dead
2012-07-08 Arthur Wolfchanged to work with mbed
2012-07-07 arthurwolfMerge pull request #49 from arthurwolf/switch
2012-07-07 Arthur Wolfremoving mbed stuff
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-07-07 Arthur Wolfversion change
2012-07-07 Arthur Wolfworking Switch module
2012-07-07 Arthur Wolfchanged for testing on mbed
2012-07-01 Arthur WolfMerge branch 'edge' into stepper
2012-07-01 Arthur Wolfget_module_list was missing, adding, should make module...
2012-06-27 Arthur Wolfworking code, only one bug left
2012-06-26 Arthur Wolfhalf-way commit to explain some of what is going on
2012-06-20 Mark A. CooperMerge pull request #46 from logxen/config
2012-06-19 LogxenMerge remote-tracking branch 'upstream/configrefactor...
2012-06-17 Logxenadded include for Configurator to main.cpp
2012-06-17 Logxenskeleton commit for Configurator
2012-06-17 Logxenskeleton commit for Configurator
2012-05-09 arthurwolfMerge pull request #23 from logxen/issue13
2012-05-09 Logxenadded ON_IDLE kernel event calls to the main loop and...
2012-04-28 arthurwolfMerge pull request #19 from triffid/extruder-pins
2012-04-28 Michael Moonextruder pins support incl. enable pin
2012-04-20 Arthur Wolfadded CurrentControl module to control the digipot...
2012-03-26 Arthur Wolfremoved the last mbed.h includes. Smoothie is now not...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
2012-02-18 Arthur Wolfmade temperature_control modular ( multiple concurrent...
2012-02-02 Arthur Wolfcleanup before merging
2012-01-18 Arthur Wolfprecaution commit
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
2011-12-27 Arthur Wolfadded configuration options, feedrate gcode to the...
2011-12-05 Arthur Wolfmajor bug fixes, way too many to enumerate
2011-11-29 Arthur Wolfdebugging the Extruder module, commiting just to keep...
2011-11-23 Arthur WolfFirst seemingly working Extruder module
2011-11-20 Arthur Wolfvarious cleanups
2011-11-20 Arthur WolfMerge branch 'player' into edge
2011-11-20 Arthur WolfChanged from Queue in Planner module to the new Player...
2011-11-20 Arthur Wolfvarious bug fixes
2011-11-18 Arthur Wolfadding boolean configuration values, and extruder/laser...
2011-10-02 Arthur Wolfadded Pauser module
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-29 Arthur WolfMerge branch 'master' into edge
2011-09-27 Arthur Wolfput Simpleshell into separate files
2011-09-27 Arthur Wolfinitial commit
2011-09-19 Arthur Wolffirst commit