Allow TABS in config
[clinton/Smoothieware.git] / src / modules / robot / Conveyor.cpp
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonMisc cleanups: turns out, conveyor can quite happily...
2014-01-17 Michael MoonConveyor: add verbose commentary
2014-01-17 Michael MoonConveyor: check for queue start conditions in main...
2014-01-17 Michael MoonConveyor: use correct tail in ensure_running()
2014-01-17 Michael MoonBlock,Conveyor: ensure on_block_end is only called...
2014-01-17 Michael MoonConveyor: use Block::clear() to clean blocks
2014-01-17 Michael MoonConveyor: don't prematurely start the queue, ensure...
2014-01-17 Michael MoonConveyor: if someone appends gcode while the queue...
2014-01-17 Michael MoonConveyor: when we append_gcode with empty queue, don...
2014-01-17 Michael MoonConveyor: actually implement planner_queue_size config...
2014-01-17 Michael MoonConveyor: add some sanity checks
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-17 Michael MoonBig Planner::recalculate rewrite
2014-01-17 Michael MoonEnsure Conveyor::on_block_end gets called last
2014-01-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-15 Michael MoonRevert "Change Conveyor,Planner,Block to use HeapRing"
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2014-01-12 Jim MorrisMerge pull request #311 from wolfmanjm/upstreamedge
2014-01-12 Jim MorrisMake minimum planner speed configurable
2014-01-08 Jim MorrisMerge pull request #308 from wolfmanjm/upstreamedge
2014-01-08 Jim MorrisFix acceleration calculatin bug when preceded by extrud...
2014-01-06 Jim MorrisMerge pull request #306 from wolfmanjm/upstreamedge
2014-01-06 Jim Morrisrename RingBuffer::delete_first() to delete)tail()...
2014-01-06 Jim MorrisFix acceleration bug where an extruder only move was...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-26 Michael MoonMerge branch 'fix/Ringbuffer' into edge
2013-12-26 Michael Moonget_tail_ref was also mis-named, should be get_head_ref
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-06-23 Jim MorrisMerge pull request #183 from wolfmanjm/add/panel
2013-06-23 Jim MorrisAdded new Panel stuff
2013-06-21 Logxenfixed PlayLed functionality as per arthur's recomendation
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-16 Arthur Wolfadding comments to modules/
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 Wolfcompiles and does not crash
2013-03-06 Arthur Wolfthis commit does not compile, commiting to get help...
2013-03-06 Arthur Wolfwas not supposed to be false
2013-03-05 Arthur Wolffixing merge conflicts when merging edge back in
2013-03-05 Arthur Wolfmost probably corrected the Extruder bug, which was...
2013-03-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-03-02 Arthur Wolfmove back to get_ref in conveyors flush
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-02-26 Michael MoonConveyor: use get_tail_ref
2013-02-25 LogxenMerge pull request #139 from logxen/edge
2013-02-25 Logxenmade Conveyor::wait_for_empty_queue() actually return
2013-02-25 LogxenMerge pull request #138 from logxen/edge
2013-02-25 Logxenadded '{' to fix the new Conveyor::wait_for_empty_queue...
2013-02-25 LogxenMerge pull request #136 from bgamari/fix-homing
2013-02-25 LogxenMerge pull request #135 from wolfmanjm/feature/add...
2013-02-25 Ben GamariConveyor: Introduce wait_for_empty_queue
2013-02-21 Adam GreenFixes issue #129 - Don't leak gcodes in block.
2013-02-21 Adam GreenMerge remote-tracking branch 'origin/fix/USBSerial...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
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-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
2012-11-21 Logxenrenamed the Player module to Conveyor