clinton/Smoothieware.git
2012-04-21 Mark Cooperenabled the currentcontrol_module_enable config setting
2012-04-20 Arthur WolfMath was wrong in the Digipot class
2012-04-20 Arthur Wolfadded CurrentControl module to control the digipot...
2012-04-02 arthurwolfMerge pull request #8 from logxen/edge
2012-04-02 Mark Cooperreorganized and fixed several issues with checksum...
2012-04-01 arthurwolfMerge pull request #7 from logxen/edge
2012-04-01 Mark Cooperadded actual checksum implementation, line number check...
2012-04-01 Mark Cooperadded support for blank lines and added disabled suppor...
2012-04-01 arthurwolfMerge pull request #6 from logxen/edge
2012-04-01 Mark Cooperfixed laser_module_enable checksum
2012-03-29 Arthur Wolfforgot virtual in StreamOutput, manually adding
2012-03-26 Arthur Wolfremoved the last mbed.h includes. Smoothie is now not...
2012-03-26 Arthur Wolfmoved from FunctionPointer to FPointer. hopefully,...
2012-03-26 Arthur Wolfforgot StreamOutput
2012-03-26 Arthur WolfRemoved all uses of the Stream ( native mbed ) class...
2012-03-01 Arthur Wolfforgot to add the SerialMessage file
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-02-02 Arthur Wolfadded missing files
2012-01-18 Arthur Wolfprecaution commit
2012-01-06 Arthur Wolfadded missing files, working on extruder module ( not...
2012-01-05 Arthur Wolfadded shortcut configuration option : temperature_contr...
2012-01-04 Arthur WolfStepper's pins now have independant config/port
2012-01-04 Arthur Wolfin-file config of the TemperatureControl, and simple...
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
2011-12-27 Arthur Wolfi
2011-12-27 Arthur Wolfadded configuration options, feedrate gcode to the...
2011-12-08 Arthur Wolfadded missing files
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-22 Arthur Wolfextruder module completely messed up, trying something...
2011-11-22 Arthur Wolfpartially working Extruder module, fixed but in Robot.cpp
2011-11-20 Arthur Wolfhalfway thru the Extruder functionality
2011-11-20 Arthur Wolfvarious cleanups
2011-11-20 Arthur WolfMerge branch 'player' into edge
2011-11-20 Arthur Wolfminor
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 Wolfadded per-axis speed limit, with config file setting
2011-11-18 Arthur Wolfadding boolean configuration values, and extruder/laser...
2011-11-18 Arthur WolfChanged config system to an object-based one, configs...
2011-10-10 Arthur WolfAdded credits for grbl-edge math/logic
2011-10-10 Arthur WolfStepper pins can now be inverted by adding a ! to the...
2011-10-09 Arthur Wolfadded pauser module
2011-10-09 Arthur Wolffixed gcode with S letter
2011-10-09 Arthur Wolffixed bug with planner/stepper interaction
2011-10-07 Arthur WolfFixed a bug with Block gcode queue access from interrup...
2011-10-02 Arthur Wolfadded Pauser module
2011-10-02 Arthur Wolfcode cleanup
2011-10-01 Arthur Wolfintegrating chamnit's grbl-edge's math
2011-10-01 Arthur Wolffreeze edge for merging with master
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-29 Arthur WolfMerge branch 'master' into edge
2011-09-29 Arthur WolfMerging with newer gcc4mbed for better compilability
2011-09-28 Arthur Wolfplay command now works
2011-09-28 Arthur Wolfconfig-get and config-set now work
2011-09-27 Arthur Wolfmoved util function
2011-09-27 Arthur Wolfput Simpleshell into separate files
2011-09-27 Arthur WolfI'm learning git, so noise ...
2011-09-27 Arthur Wolfoops again
2011-09-27 Arthur Wolfopps
2011-09-27 Arthur Wolfinitial commit
2011-09-21 Arthur WolfAdded more eloquent README
2011-09-19 Arthur Wolffirst commit