Merge branch 'upstreamedge' into feature/add-xy-maxspeed
[clinton/Smoothieware.git] / src / libs /
2016-10-14 Jim MorrisBetter and correct fix for Kill hanging on E moving
2016-10-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-10-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-10-07 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-10-03 Jim MorrisMerge branch 'fix/inverse-transform' into feature/e...
2016-10-03 Jim MorrisMerge branch 'fix/inverse-transform' into feature/e...
2016-10-03 Jim Morrisrefactor endstops pins to handle three extra axis
2016-10-02 Jim MorrisIntroduce concept of homed or not
2016-09-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2016-09-24 Jim MorrisMerge pull request #1033 from wolfmanjm/upstreamedge
2016-09-24 Jim Morrisadd BS and DEL to the USB serial to delete last chanrac...
2016-09-23 Jim MorrisMerge branch 'upstreamedge' into fix/inverse-transform
2016-09-22 Jim MorrisMerge branch 'upstreamedge' into fix/inverse-transform
2016-09-21 Jim MorrisMerge branch 'upstreamedge' into fix/inverse-transform
2016-09-15 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2016-09-14 Jim Morrisfix ? to use inverse transform
2016-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-08-08 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-08-08 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-08-08 Jim MorrisMerge pull request #997 from johnkingsley/edge
2016-08-08 John Kingsley"Fix" problem with flushing 64 byte packets
2016-08-07 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-08-07 Jim MorrisMerge pull request #994 from Smoothieware/add/new-laser
2016-07-31 Jim Morrisinitial implementation of new laser module
2016-07-28 Jim Morrisimplement parsing of A B C parameters for multi axis...
2016-07-17 Jim MorrisMerge pull request #986 from wolfmanjm/upstreamedge
2016-07-17 Jim Morrisclear current_tick when halted and when starting a...
2016-07-16 Jim Morrisinitialize step pin
2016-07-16 Jim MorrisMerge pull request #984 from wolfmanjm/upstreamedge
2016-07-16 Jim Morrisreset position after test raw.
2016-07-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-07-16 Jim MorrisMerge pull request #983 from Viproz/edge-stepperfix
2016-07-16 ViprozFixed StepperMotor direction being undefined
2016-07-13 Jim Morrishave unstep timer stop on match, so no more interrupts...
2016-07-13 bouniMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2016-07-12 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-07-12 Jim Morrisprepare to check the step pulse length compared to...
2016-07-11 Jim MorrisMerge pull request #981 from wolfmanjm/upstreamedge
2016-07-10 Jim Morrisadded test raw axis steps steps/mm to simpleshell
2016-07-09 Jim MorrisMerge pull request #973 from wolfmanjm/upstreamedge
2016-07-09 Jim Morrisrename some network commands ? becomes h, test becomes...
2016-07-04 bounimerged latest edge branch and fixed the spindle module...
2016-07-02 Jim MorrisMerge pull request #961 from wolfmanjm/upstreamedge
2016-06-30 Jim Morrisset grbl_mode true by default for CNC build
2016-06-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into exper...
2016-06-28 Jim MorrisMerge pull request #907 from lordofhyphens/deltagrid_ca...
2016-06-27 Jim Morrisalos make sure stepticker handles ablock with no steps...
2016-06-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-24 Jim Morrisfix using is queue empty when it should be is_idle
2016-06-23 Jim Morrisminor refactors
2016-06-21 Jim Morrismake the tick_info in Block a vector, assigning how...
2016-06-21 Jim MorrisFIx suspend/pause and saving/restoring Extruder state...
2016-06-19 Jim Morrisinitial modification for 5 axis, two extruders only...
2016-06-17 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
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 bounimerged edge into feature/spindle-refactor branch
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-07 Jim Morrismove where the stepticker debug pin is defined
2016-06-06 Jim Morrisremove the minimum stepper rate as it is no longer...
2016-06-06 Arthur WolfMerge pull request #933 from Smoothieware/edge
2016-06-01 Jim MorrisMerge pull request #935 from wolfmanjm/upstreamedge
2016-06-01 Jim MorrisMerge branch 'upstreamedge' into feature/acceleration...
2016-06-01 Jim MorrisAttempt to fix the USB serial output stall
2016-05-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-28 Jim Morrisfix step ticker debug pin definition
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-26 Jim Morrismake the jobq time atomic
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 Arthur WolfMerge pull request #929 from Smoothieware/edge
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-17 Jim Morriscomments
2016-05-15 Jim Morrisstart at tick 0
2016-05-15 Jim Morrisadd job queue to stepticker.
2016-05-15 Jim Morrisfixed bugs
2016-05-14 Jim MorrisInital rewrite of stepticker and associated code to...
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...
2016-04-30 Jim MorrisMerge branch 'upstreamedge' into test/encoder-direct...
2016-04-27 Jim Morrisget direct step running from encoder
2016-04-26 Jim Morrisflush rx buffer on control X (probably should also...
2016-04-25 Jim MorrisAttempt to correct last milestone after an ON_HALT...
2016-04-19 Jim MorrisMerge pull request #915 from lautr3k/fix/http_upload
2016-04-18 Sébastien Mischler... add an header sent with all request and removed which...
2016-04-18 Sébastien Mischler... Merge remote-tracking branch 'refs/remotes/Smoothieware...
2016-04-18 Sébastien Mischler... remove unused strings and useless shtml extension
2016-04-17 Jim MorrisMerge pull request #913 from lautr3k/fix/http_upload
2016-04-17 Sébastien Mischler... Allow remote files upload (CORS)
2016-04-17 Sébastien Mischler... Allow remote upload (preflighted requests)
2016-04-17 Sébastien Mischler... set "Access-Control-Allow-Origin" in all headers
2016-04-12 Jim MorrisMerge pull request #909 from wolfmanjm/upstreamedge
2016-04-12 Jim Morrisattempt to make M501 use less stack.
2016-04-10 Jim MorrisMerge pull request #906 from wolfmanjm/refactor/network...
next