Added position reset at homing end; Added min and max axis positions.
[clinton/Smoothieware.git] / src / modules / robot / Robot.cpp
2013-02-14 Ante VukorepaAdded position reset at homing end; Added min and max...
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-09 Michael MoonRobot: static Pins
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-01-18 Michael MoonRobot: remove unused variable
2013-01-15 Michael MoonRobot: add M220 speed override percentage, ala Marlin...
2013-01-15 Michael MoonMerge branch 'fix/gcode_freed_while_in_queue' into...
2013-01-15 Michael Moonallocate Gcode objects on the heap, don't clean them...
2013-01-06 Michael Moonlooks like clear_vector_double might be broken, trying...
2013-01-06 Michael Moonbare G92 by itself should behave now
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonRobot: change defaults to better suit smoothieboard...
2013-01-02 Michael MoonExtruder reports position on M114 too
2013-01-02 Michael Moonsupport M92 set axis steps per mm
2013-01-02 Michael Moonenable G92 - does this have a bug or something?
2013-01-02 Michael MoonRobot- allow proper detection of invalid motion mode
2013-01-02 Michael MoonM114 only responds to requestor instead of broadcasting...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-12-28 LogxenMerge pull request #79 from logxen/g92
2012-12-28 Logxenuncommented the final update of planner->position
2012-12-28 LogxenMerge branch 'edge' into g92
2012-11-20 Logxenaltered Robot's G92 handler to reset all three axis...
2012-11-16 arthurwolfMerge pull request #72 from triffid/feature/SDHC_support
2012-11-16 Arthur Wolftemporary fix to the G92 bug
2012-11-12 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-12 arthurwolfMerge pull request #71 from bgamari/edge
2012-11-12 Ben GamariRobot: G92: Updates Planner's position state as well
2012-11-12 Ben GamariRobot: Implement M114 (Get Position)
2012-11-11 arthurwolfMerge pull request #69 from bgamari/edge
2012-11-11 Ben GamariRobot: Implement G92 (Set position)
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
2012-11-11 Michael Moonmass trailing whitespace cleanup
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-09-17 Arthur Wolfmerging edge into stepper
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-07-01 Arthur WolfMerge branch 'edge' into stepper
2012-06-26 Arthur Wolfhalf-way commit to explain some of what is going on
2012-04-20 Arthur Wolfadded CurrentControl module to control the digipot...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-02 Arthur Wolfcleanup before merging
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
2011-12-05 Arthur Wolfmajor bug fixes, way too many to enumerate
2011-11-22 Arthur Wolfpartially working Extruder module, fixed but in Robot.cpp
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 Wolfadded per-axis speed limit, with config file setting
2011-11-18 Arthur WolfChanged config system to an object-based one, configs...
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 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-19 Arthur Wolffirst commit