Allow TABS in config
[clinton/Smoothieware.git] / src / modules / robot / Block.h
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-25 Michael Moonchange minute -> second in relevant comments
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonBlock: don't update trapezoids, and return correct...
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-17 Michael MoonBig Planner::recalculate rewrite
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-08 Jim MorrisMerge pull request #308 from wolfmanjm/upstreamedge
2014-01-08 Jim MorrisFix acceleration calculatin bug when preceded by extrud...
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonRevert "Revert "Merge branch 'fix/Queue_scan_consolidat...
2013-12-26 Michael MoonRevert "Merge branch 'fix/Queue_scan_consolidation...
2013-12-26 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-26 Michael MoonRemove unused parameters to Block::reverse pass and...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-03-27 Arthur Wolfmerge edge into master
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-06 Arthur Wolfthis commit does not compile, commiting to get help...
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-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Arthur Wolfmax_jerk was unused, removing
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-02 Michael MoonMerge branch 'release/0.1'
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
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-11 Michael Moonremove weird unicode chars
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2011-12-05 Arthur Wolfmajor bug fixes, way too many to enumerate
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-09 Arthur Wolffixed bug with planner/stepper interaction
2011-10-07 Arthur WolfFixed a bug with Block gcode queue access from interrup...
2011-10-01 Arthur Wolfintegrating chamnit's grbl-edge's math
2011-09-19 Arthur Wolffirst commit