added grbl commands when in grbl_mode (set in config with grbl_mode true)
[clinton/Smoothieware.git] / src / modules / utils / simpleshell / SimpleShell.cpp
2016-01-25 Jim Morrisadded grbl commands when in grbl_mode (set in config...
2016-01-24 Jim MorrisMerge pull request #827 from wolfmanjm/upstreamedge
2016-01-23 Jim Morrisrefactor simpleshell cat
2016-01-23 Jim Morrisfix line count for cat command
2016-01-22 Jim Morrisadd to the cat command -d nnn where nnn is the seconds...
2015-12-16 Jim MorrisMerge pull request #806 from wolfmanjm/upstreamedge
2015-12-16 Jim Morrisfix current tool returned in get state
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-16 Jim Morrisadd get state command to return current modal states...
2015-12-16 Jim Morristidy up info display of wcs (get wcs and M503)
2015-12-15 Jim Morrisadd command get wcs to print current state of all offse...
2015-12-15 Jim Morrisadd a get pos command thgat prints all the 5 different...
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-11-10 ErrolMerge branch 'edge' of https://github.com/errolt/Smooth...
2015-11-10 Jim MorrisMerge pull request #763 from wolfmanjm/feature/enable...
2015-11-10 Jim Morrislong running things like cat need to hit on_idle everyn...
2015-09-13 Jim MorrisMerge branch 'feature/soft_soft_endstops' of https...
2015-09-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into devel...
2015-09-13 Jim MorrisMerge pull request #732 from wolfmanjm/refactor/get...
2015-09-13 Jim Morrisrefactor get public data, to be slightly easier to...
2015-09-13 Jim MorrisMerge pull request #727 from wolfmanjm/modify/temperatu...
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-09-12 Jim MorrisMerge branch 'modify/temperature-switch-edge-detection...
2015-09-12 Jim MorrisMerge pull request #728 from Smoothieware/fix/temperatu...
2015-09-12 Jim MorrisFix the order of parameters for temperature request
2015-09-12 Jim Morrischange the temperature public data access to pass in...
2015-08-30 Jim MorrisMerge pull request #707 from wolfmanjm/feature/md5sum...
2015-08-30 Jim Morrisadd md5sum command for checking file intergrity and...
2015-08-24 Jim MorrisMerge pull request #700 from wolfmanjm/upstreamedge
2015-08-24 Jim Morrismove the predefined thermistor list to a command called...
2015-08-23 Arthur WolfMerge pull request #686 from thinkl33t/edge
2015-08-23 Jim MorrisMerge pull request #699 from wolfmanjm/fix/M504-hang
2015-08-23 Jim Morrisdisable interrupts around the M504 seems to stop it...
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-08-19 Jim MorrisMerge pull request #695 from wolfmanjm/feature/volumetr...
2015-08-17 Jim Morristry to fix M504... still hangs occasionally
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-10 Jim MorrisMerge pull request #599 from minad/rename-issues
2015-02-10 Daniel Mendlersimpleshell: rename - add missing absolute_from_relativ...
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-02-05 Jim MorrisMerge pull request #593 from Smoothieware/add/Steinhart...
2015-02-05 Jim Morrisadd -s option to the calc_thermistor command to save...
2015-02-03 Jim Morrisadded calc_thermistor command to calculate the Steinhar...
2015-01-30 Jim MorrisMerge pull request #587 from wolfmanjm/upstreamedge
2015-01-30 Jim Morrisalso fix M504
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 #578 from Smoothieware/fix/wait...
2015-01-18 Jim Morrisfix round to use float not double
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-23 Jim Morrisdidn't save any pin memory as classes ar ealwasys round...
2014-11-19 Jim Morrisfix step counter logic
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-10-19 Jim MorrisMerge pull request #534 from wolfmanjm/add/mv_and_uploa...
2014-10-19 Jim Morrisadded mv command to simpleshell
2014-10-10 Jim MorrisMerge pull request #532 from wolfmanjm/upstreamedge
2014-10-10 Jim Morrisfix ls
2014-10-06 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-10-04 Jim MorrisMerge pull request #523 from wolfmanjm/feature/add...
2014-10-04 Jim Morrisadd -s to ls comamnd to print the file size
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 Morrisadd / to directories displayed with ls
2014-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-08-29 Jim MorrisMerge pull request #502 from hogthrob/edge
2014-08-29 hogthrobFixed tab vs. space
2014-08-28 hogthrobSynced changes
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-20 Jim MorrisMerge pull request #437 from wolfmanjm/upstreamedge
2014-06-20 Jim Morrisadded example of using setpublicdata for switch
2014-06-19 Jim MorrisMerge pull request #434 from Smoothieware/optimize...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-18 Jim Morrispack bools in gcode
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-14 Jim MorrisMerge pull request #423 from wolfmanjm/upstreamedge
2014-06-14 Jim MorrisPublic data does not need to be a module or have an...
2014-06-09 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-06-08 Jim MorrisMerge pull request #415 from wolfmanjm/optimize/public...
2014-06-08 Jim Morrissave some ram by not making public data returns static...
2014-06-08 Logxenmoved freeze and unfreeze commands into PauseButton
2014-06-08 Logxenrenamed pause and resume commands to freeze and unfreeze
2014-06-07 Logxenadded pause and resume commands to SimpleShell
2014-06-02 Jim MorrisMerge pull request #408 from wolfmanjm/fix/dont_use_has...
2014-06-02 Jim MorrisRemove CHECKSUMMING of console commands to avoid unwant...
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-02 Jim MorrisMerge pull request #359 from wolfmanjm/upstreamedge
2014-04-02 Jim MorrisCleanup headers in SimpleShell
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-27 Jim MorrisMerge pull request #321 from wolfmanjm/upstreamedge
2014-01-27 Jim Morrisextend gkbeears fix for cd to player.cpp
next