Robot,StepperMotor: per-actuator speed limits
[clinton/Smoothieware.git] / src / libs / StepperMotor.cpp
2014-01-24 Michael MoonRobot,StepperMotor: per-actuator speed limits
2014-01-23 Michael MoonStepperMotor has its own Pins. Copy data into them...
2014-01-23 Michael MoonStepperMotor, Planner: fix a couple of potential roundi...
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 StepperMotor.h to actuators/
2013-05-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-08 Michael Moonstrip utf8 nbsp from comments
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-16 Arthur WolfAdded comments to most files in libs/
2013-04-15 Arthur WolfMerge branch 'edge' into accel
2013-04-15 Arthur Wolftrying something. hopefully that can be a temp fix...
2013-03-27 Arthur WolfMerge branch 'edge' into accel
2013-03-16 Arthur Wolffixing merge conflict
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-02-26 Arthur Wolfmove back from 64bit to 32bits
2013-02-26 Arthur Wolfsome reordering for speed
2013-02-25 LogxenMerge pull request #135 from wolfmanjm/feature/add...
2013-02-21 Adam GreenMerge remote-tracking branch 'origin/fix/USBSerial...
2013-02-21 Michael MoonStepperMotor: change minimum step frequency from 1Hz...
2013-02-21 Arthur Wolfvarious optimisations in StepTicker and SteppperMotor
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-20 Arthur Wolfcleaning up debug gpios
2013-02-20 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-20 Arthur WolfPossible problem with the way Conveyor takes and releas...
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-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Michael MoonMRI Hooks: remember previous state, programmatically...
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 MoonKLUDGE: StepperMotor: enforce minimum step time of...
2013-01-02 Michael Moonhugely reduce number of warnings
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-20 LogxenMerge branch 'edge' into button
2012-11-16 arthurwolfMerge pull request #72 from triffid/feature/SDHC_support
2012-11-16 Arthur Wolftemporary fix to the G92 bug
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 Moonremove weird unicode chars
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-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariMake StepperMotor::tick() return void
2012-10-30 Arthur Wolftimer overflow problem fixed, rare small offsets still...
2012-10-28 Arthur Wolfthe fast move end bug is fixed, re-working the stepper...
2012-10-18 Arthur Wolfsaving the new acceleration system before reverting it
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-14 Arthur Wolfstepper code now only iterates on stepper motors that...
2012-08-13 Arthur Wolfyay, big stepper branch bug solved, we forgot to set...
2012-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-08 Arthur Wolfbasic homing
2012-07-08 Arthur Wolfsmall optimisation
2012-07-01 Arthur WolfMerge branch 'edge' into stepper
2012-07-01 Arthur Wolfmostly working, needs extruder support
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