Move most handling of steps from arm_solution,Robot,Planner to StepperMotor
[clinton/Smoothieware.git] / src / modules / robot / Stepper.h
2014-01-23 Michael MoonMove most handling of steps from arm_solution,Robot...
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-07-18 Logxenrevert to pre-actuator state
2013-07-06 Arthur Wolfmoving all modules to use Actuator instead of StepperMo...
2013-06-27 LogxenMerge branch 'edge' into smoothiepanel
2013-06-26 Jim MorrisMerge pull request #191 from wolfmanjm/fix/m17-m18
2013-06-26 Jim MorrisFix M17/M18/M84
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-11 LogxenMerge remote-tracking branch 'upstream/edge' into firmc...
2013-03-07 Michael MoonMerge pull request #147 from bgamari/fixes
2013-03-06 Ben GamariStepper: minimum_steps_per_minute should be unsigned
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
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 MoonStepper: remove redundant Pin pointers
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-01-31 Adam GreenMerge branch 'edge' into checksum_macro
2013-01-30 Adam GreenCalculate Fletcher Checksums at compile time from string.
2013-01-02 Michael MoonMerge branch 'release/0.1'
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-08 Arthur Wolfadded acceleration curve synchronization, memory leak...
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 Arthur Wolfstepper branch ready for merging with edge, debug stuff...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-15 Arthur Wolfcorrected some problems with the enable pins gcodes
2012-08-13 Arthur Wolfyay, big stepper branch bug solved, we forgot to set...
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-05-09 LogxenMerge branch 'edge' into wait4q
2012-05-09 Mark A. CooperMerge pull request #26 from logxen/edge
2012-05-09 Logxenreplaced all occurrences of '_ckeckusm' with '_checksum'
2012-04-28 arthurwolfMerge pull request #19 from triffid/extruder-pins
2012-04-28 Michael Moonforgot Stepper.h
2012-04-22 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-04-22 Arthur WolfAdded config option to enable currentcontrol module...
2012-03-26 Arthur Wolfmoved from FunctionPointer to FPointer. hopefully,...
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
2012-02-18 Arthur Wolfmade temperature_control modular ( multiple concurrent...
2012-01-05 Arthur Wolfadded shortcut configuration option : temperature_contr...
2012-01-04 Arthur WolfStepper's pins now have independant config/port
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
2011-11-20 Arthur WolfMerge branch 'player' into edge
2011-11-20 Arthur WolfChanged from Queue in Planner module to the new Player...
2011-10-10 Arthur WolfStepper pins can now be inverted by adding a ! to the...
2011-10-07 Arthur WolfFixed a bug with Block gcode queue access from interrup...
2011-10-02 Arthur Wolfadded Pauser module
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-19 Arthur Wolffirst commit