Implement endstops using new motion control
[clinton/Smoothieware.git] / src / modules / robot / Conveyor.cpp
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-06-16 Jim Morrisfix bugs inconveyor so it starts queue off correctly
2016-06-16 Jim MorrisGo back to stepticker getting data direct from block...
2016-06-10 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-01 Jim MorrisMerge branch 'upstreamedge' into feature/acceleration...
2016-05-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into merge...
2016-05-28 Jim MorrisMerge pull request #921 from wolfmanjm/feature/cnc...
2016-05-25 Jim Morrisattempt to fix the issues regarding the job q drying...
2016-05-24 Jim Morrisimprove the check for blocks that can be pushed onto...
2016-05-24 Jim MorrisFix conveyor to autostart
2016-05-23 Jim Morristweak the check_queue for when to push new blocks onto...
2016-05-23 Jim MorrisReworked the entire block queue and conveyor, see comme...
2016-05-18 Jim Morrisdo not disable irqs in block queue anymore. Should...
2016-05-17 Jim Morrisstarted hacking on the new conveyor model
2016-05-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-08 Jim Morrisdisplay in CNC pendant the requested feedrate and the...
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-08-23 Arthur WolfMerge pull request #686 from thinkl33t/edge
2015-08-19 Jim MorrisMerge pull request #696 from wolfmanjm/fix/unmarked...
2015-08-19 Jim Morrisremove the unhandled gcode hack, and all the cruft...
2014-11-09 Jim MorrisMerge pull request #545 from Smoothieware/add/P1.23...
2014-11-05 Jim MorrisMerge pull request #542 from wolfmanjm/add/clear-block...
2014-11-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim MorrisMerge branch 'feature/kill-button' into add/clear-block...
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-11-03 Jim MorrisImplement triffid hunters flush queue code in Conveyor
2014-09-16 Jim MorrisMerge pull request #513 from Smoothieware/update/gcc4.8
2014-09-15 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-09-15 Jim MorrisMerge branch 'upstreamedge' into update/gcc4.8
2014-09-14 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-09-14 Jim MorrisUpdate to GCC4.8
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge pull request #433 from wolfmanjm/update/remove...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-06-17 Jim Morrisremove on_config_reload event
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
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
next