Implement endstops using new motion control
[clinton/Smoothieware.git] / src / modules / communication / GcodeDispatch.cpp
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-04-12 Jim MorrisMerge pull request #909 from wolfmanjm/upstreamedge
2016-04-12 Jim Morrisattempt to make M501 use less stack.
2016-04-05 Jim MorrisMerge pull request #901 from wolfmanjm/upstreamedge
2016-04-05 Jim MorrisAllow S111 on a line by itself, it will return ok,...
2016-03-29 Jim MorrisMerge pull request #888 from wolfmanjm/add/error_on_zer...
2016-03-29 Jim Morrischange ERROR return to Error as that is what pronterfac...
2016-03-28 Jim MorrisAdd the ability for a gcode command to set an error...
2016-03-20 Jim MorrisMerge pull request #879 from hyperair/fix-deltagrid...
2016-03-20 Jim MorrisMerge pull request #877 from wolfmanjm/upstreamedge
2016-03-12 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-03-12 Jim Morrisadd somemore Mxxx codes that can be executed during...
2016-03-09 Jim MorrisMerge pull request #869 from wolfmanjm/upstreamedge
2016-03-09 Jim Morrisfix M30 in grbl mode to mean end of program (not delete...
2016-03-08 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-03-08 Jim MorrisMerge pull request #868 from tritao/typos
2016-03-08 Joao MatosFixed some typos and minor consistency issues.
2016-03-08 Jim Morrismove try-again in gcode_dispatch
2016-03-06 Jim Morrisreply ok to empty lines
2016-02-19 Jim MorrisMerge pull request #852 from wolfmanjm/upstreamedge
2016-02-19 Jim Morrismake ok per line the default. can be disbaled (returnin...
2016-02-19 Jim Morrismake ok per line the default. can be disbaled (returnin...
2016-02-09 Jim MorrisMerge pull request #830 from wolfmanjm/feature/add...
2016-02-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-02-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-01-30 Jim MorrisOnly send one ok per line rather than per g code when...
2016-01-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-01-26 Jim MorrisFix format of grbl error: messages
2016-01-26 Jim Morrisimplement G28 as per grbl whenin grbl mode or G28.2...
2016-01-26 Jim Morrisadd M2 and M30 end of program handling
2016-01-25 Jim Morrisadded grbl commands when in grbl_mode (set in config...
2016-01-12 Jim MorrisMerge pull request #811 from quillford/patch-1 origin/archive/touchprobe
2016-01-12 Jim MorrisMerge pull request #823 from wolfmanjm/upstreamedge
2016-01-07 Jim Morrisappend NOMSD to version if a nomsd build
2015-12-20 Jim MorrisMerge pull request #808 from wolfmanjm/upstreamedge
2015-12-19 Jim Morrisfix modal group 1 commands (G1-G3)
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-13 Jim Morrisfix G53
2015-12-13 Jim Morrisimplement G53 Move in machine coordinates.
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-11-29 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-29 Jim MorrisMerge pull request #781 from wolfmanjm/upstreamedge
2015-11-29 Jim Morrisadd some M code exeptions to the on halt block
2015-11-26 Jim MorrisMerge pull request #779 from wolfmanjm/upstreamedge
2015-11-26 Jim Morrisdisable interrupts during M500
2015-11-22 erroltMerge remote-tracking branch 'upstream/edge' into edge
2015-11-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-13 Jim MorrisMerge pull request #768 from Smoothieware/refactor...
2015-11-13 Jim MorrisRemove play/pause
2015-09-24 Jim MorrisMerge pull request #742 from wolfmanjm/add/gcode-subcodes
2015-09-24 Jim Morrisadd M119 to exceptions for halt condition
2015-09-23 Jim MorrisMerge pull request #740 from wolfmanjm/feature/abort_he...
2015-09-23 Jim Morrisrefactor ON_HALT, add THEKERNEL->is_halted() for module...
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-08-25 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2015-08-25 Jim MorrisMerge pull request #701 from wolfmanjm/feature/M1000...
2015-08-25 Jim Morrisadd M1000 command that will allow any following text...
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...
2015-06-22 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2015-06-15 Jim MorrisMerge pull request #674 from wolfmanjm/feature/handle...
2015-06-15 Jim MorrisMake M117 special to allow entire command to be sent...
2015-05-23 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2015-04-13 Jim MorrisMerge pull request #654 from wolfmanjm/upstreamedge
2015-04-13 Jim Morrisadd comments
2015-04-13 Jim MorrisAllow T1 M200 on same line with Tn as first command
2015-04-13 Jim Morrisadd comments
2015-04-13 Jim MorrisAllow T1 M200 on same line with Tn as first command
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-25 Jim MorrisMerge pull request #618 from RepRapMorgan/zgrid
2015-02-23 Jim MorrisMerge pull request #624 from minad/upload-send-ok
2015-02-23 Daniel Mendlergcode dispatch: send ok for M28/M29 upload gcodes
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-01-30 Jim MorrisMerge pull request #587 from wolfmanjm/upstreamedge
2015-01-29 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2015-01-24 Jim Morrisfix M500 hanging
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2015-01-21 Jim MorrisMerge pull request #583 from wolfmanjm/upstreamedge
2015-01-21 Jim Morrisremove config-override fil ebefore appending to it
2015-01-19 Jim MorrisMerge pull request #582 from wolfmanjm/upstreamedge
2015-01-19 Jim Morristweak header file includes
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim MorrisUse AppendFIleStream for M500 to avoid fatlib/sdcard...
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-05 Jim Morrisclean up some code, save some more ram
2014-11-04 Jim Morrisallow slected M codes even when in halted state (like...
2014-11-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim MorrisAdd halt status to panel and a way to clear it
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-15 Jim MorrisMerge pull request #512 from wolfmanjm/upstreamedge
2014-09-15 Jim MorrisMerge branch 'upstreamedge' into update/gcc4.8
2014-09-15 Jim Morrisadd crnl to end of M503 to flush in some cases
2014-09-02 Jim Morrisminor refactor of gcode dispatch
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-08-19 Jim MorrisMerge pull request #489 from wolfmanjm/upstreamedge
next