trying something. hopefully that can be a temp fix to the accel problem
[clinton/Smoothieware.git] / src / modules / robot / Stepper.cpp
2013-04-15 Arthur Wolftrying something. hopefully that can be a temp fix...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-18 Adam GreenMerge branch 'edge' into track_allocs
2013-02-17 arthurwolfMerge pull request #124 from logxen/onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
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 MoonRobot: static Pins
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
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 Moonmotors disabled out of reset
2013-01-02 Michael Moonhugely reduce number of warnings
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
2012-11-11 Arthur Wolfcorrected warnings in Stepper.cpp
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 arthurwolfMerge pull request #65 from arthurwolf/edge
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 Arthur Wolfoptimized kernel
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariStepper: Ensure stepper_motor_finished_move returns...
2012-11-02 Ben GamariStepper: Ensure trapezoid_generator_tick returns a...
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
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-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-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-29 arthurwolfMerge pull request #57 from gxurma/lasercontrol
2012-07-08 arthurwolfMerge pull request #51 from arthurwolf/streams
2012-07-08 Arthur Wolfkernel->serial is dead
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-07-01 Arthur WolfMerge branch 'edge' into stepper
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-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 MoonStepper: pick up M84 (disable steppers)
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-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
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-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-05 Arthur Wolfmajor bug fixes, way too many to enumerate
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 WolfChanged from Queue in Planner module to the new Player...
2011-11-20 Arthur Wolfvarious bug fixes
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 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-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-19 Arthur Wolffirst commit