Allow TABS in config
[clinton/Smoothieware.git] / src / modules / communication / GcodeDispatch.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-24 Michael MoonMerge branch 'fix/TemperatureControl_indexes' into...
2014-01-20 Jim MorrisMerge pull request #318 from wolfmanjm/feature/parse...
2014-01-20 Jim MorrisFinish handling Pycam style gcode files
2014-01-20 Jim MorrisImplement parsing of standalone X Y Z or F as per pycam...
2014-01-02 Jim MorrisMerge pull request #303 from wolfmanjm/upstreamedge
2014-01-02 Jim MorrisAdded M501 to load config-override
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-12-17 Jim MorrisMerge pull request #292 from wolfmanjm/upstreamedge
2013-12-17 Jim MorrisUse FileStream intead of append file stream for M500...
2013-12-14 Jim MorrisMerge pull request #290 from wolfmanjm/upstreamedge
2013-12-14 Jim MorrisAdd comment to M503 indicating if override file present...
2013-12-14 Jim MorrisMerge pull request #289 from wolfmanjm/upstreamedge
2013-12-13 Jim MorrisAdded M500, M501, M503 to save certain values to a...
2013-11-12 Jim MorrisMerge pull request #278 from wolfmanjm/upstreamedge
2013-11-12 Jim MorrisAdd M28/M29 to upload a file from pronterface to smoothie
2013-06-05 LogxenMerge remote-tracking branch 'upstream/edge' into edge
2013-06-05 arthurwolfMerge pull request #168 from wolfmanjm/feature/add...
2013-06-05 arthurwolfMerge pull request #170 from wolfmanjm/feature/add...
2013-06-05 Jim Morrisadd GCode::txt_after_ok so test can be appnded to the...
2013-05-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-08 Michael MoonMerge pull request #165 from dandumit/edge
2013-05-08 Daniel Dumitrureport soft error on command unhandled
2013-05-04 Daniel Dumitrureport error message when a command was not taken
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-15 Arthur WolfMerge branch 'edge' into accel
2013-04-07 Arthur Wolfshould make it work in octoprint
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 Wolfthis commit does not compile, commiting to get help...
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-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
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
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-14 Ante VukorepaMerge branch 'edge' of git://github.com/arthurwolf...
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-11 Adam GreenMerge branch 'edge' into track_allocs
2013-02-11 Ben GamariMerge pull request #100 from bgamari/fixes
2013-02-11 Ben GamariGcodeDisplay: Use iterator instead of indexing
2013-01-28 Arthur Wolfadding support for (comments)
2013-01-15 Michael MoonMerge branch 'fix/gcode_freed_while_in_queue' into...
2013-01-15 Michael Moonallocate Gcode objects on the heap, don't clean them...
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonDisplay temperatures properly using designators and...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 arthurwolfMerge pull request #65 from arthurwolf/edge
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariGcodeDispatch: Fix incorrect usage of NULL
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-08 Arthur Wolfadded -q ( quiet ) option to the play command
2012-09-06 Arthur WolfS is not a command, this is bad : https://github.com...
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-07-29 arthurwolfMerge pull request #57 from gxurma/lasercontrol
2012-07-29 Gyurkó MartinAdded laser control command. Forked from edge. Now...
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-05-02 arthurwolfMerge pull request #22 from logxen/edge
2012-05-02 Logxenremoved 'S' as a key for beginning gcodes
2012-04-22 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-04-22 arthurwolfMerge pull request #16 from logxen/multicommand
2012-04-22 Mark Cooperfixed a loop bug caused by bad string parsing
2012-04-21 Mark Coopercleaned tabs to spaces
2012-04-21 Mark Cooperimplemented multiple gcode commands per line
2012-04-21 Mark CooperReorganized GcodeDispatch::on_console_line_received...
2012-04-02 arthurwolfMerge pull request #8 from logxen/edge
2012-04-02 Mark Cooperreorganized and fixed several issues with checksum...
2012-04-01 arthurwolfMerge pull request #7 from logxen/edge
2012-04-01 Mark Cooperadded actual checksum implementation, line number check...
2012-04-01 Mark Cooperadded support for blank lines and added disabled suppor...
2012-03-26 Arthur WolfRemoved all uses of the Stream ( native mbed ) class...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-18 Arthur Wolfmade temperature_control modular ( multiple concurrent...
2012-01-18 Arthur Wolfprecaution commit
2011-12-05 Arthur Wolfmajor bug fixes, way too many to enumerate
2011-11-29 Arthur Wolfdebugging the Extruder module, commiting just to keep...
2011-11-20 Arthur Wolfvarious cleanups
2011-11-20 Arthur Wolfvarious bug fixes
2011-10-09 Arthur Wolffixed gcode with S letter
2011-09-19 Arthur Wolffirst commit