provide one method to add gcode to blocks, reduce code duplication
[clinton/Smoothieware.git] / src / modules / robot / Conveyor.cpp
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-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-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