M306 for a rotary delta calculates the theta offset by comparing the current angle...
[clinton/Smoothieware.git] / src / modules / robot / Robot.cpp
2016-02-19 Jim MorrisM306 for a rotary delta calculates the theta offset...
2016-02-17 Jim MorrisMerge pull request #849 from wolfmanjm/upstreamedge
2016-02-17 Jim Morrisadd M1910.2 to move by the specified number of actuator...
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-02-02 Jim MorrisMerge pull request #837 from wolfmanjm/fix/r-delta
2016-02-02 Jim Morrisrename rotatabledelta to rotarydelta
2016-01-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-01-26 Jim Morrisadd M2 and M30 end of program handling
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-12 Jim Morrisreplace k_max_wcs with MAX_WCS define
2016-01-10 Jim Morrisoptimize S parameter of Switch
2016-01-05 Jim Morrisupdate comments to explain in more detail what is going...
2016-01-05 Jim MorrisMerge pull request #819 from wolfmanjm/upstreamedge
2016-01-05 Jim MorrisFix position after abort, fixes issue #818
2015-12-22 Jim MorrisMerge pull request #810 from wolfmanjm/feature/add...
2015-12-20 Jim Morrisreturn seek rate of feed rate depending on grou
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-16 Jim Morristidy up info display of wcs (get wcs and M503)
2015-12-15 Jim MorrisExtruder should ignore M114 subcodes > 0
2015-12-15 Jim Morriswhitespace changes...
2015-12-15 Jim Morrisfix G10 L20
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-12-14 Jim Morrisrevert last commit as duh homing does not use robot...
2015-12-14 Jim Morristurn off bed compensation while homing
2015-12-14 Jim MorrisMake G92 work as expected based on current WCS position
2015-12-14 Jim MorrisImprove the M114 print options, make M114 just use...
2015-12-13 Jim Morrisfix G53
2015-12-13 Jim Morrismajor refactor.
2015-12-13 Jim MorrisRedo where the wcs is applied (very early) but maintain...
2015-12-13 Jim Morristighten up the concept of machine position and workspac...
2015-12-13 Jim Morrisimplement G53 Move in machine coordinates.
2015-12-12 Jim Morrisattempt to implement a manual setting of machine coordi...
2015-12-12 Jim Morrisprint out current machine coordinates with M114.1
2015-12-12 Jim Morrisget the G92 offset calculation the right way around
2015-12-12 Jim Morrisfix g92_offset to be relative to current position not...
2015-12-12 Jim MorrisSquashed commit of the following:
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-11-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2015-10-12 Jim MorrisMerge pull request #752 from wolfmanjm/fix/suspend...
2015-10-12 Jim Morrisuse push/pop state to save current state on suspend...
2015-10-02 Jim MorrisMerge pull request #748 from jnjackins/corexz
2015-09-30 Jeremy Jackinsadd code and config for CoreXZ style printer
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 branch 'feature/soft_soft_endstops' of https...
2015-09-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into devel...
2015-09-13 Jim Morrisremove obsolete PDA events
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 #730 from wolfmanjm/fix/suspend...
2015-08-31 Jim MorrisMerge pull request #709 from wolfmanjm/fix/extruder...
2015-08-31 Jim Morrismove the extruder speed check to before segmentation...
2015-08-31 Jim MorrisMerge pull request #708 from wolfmanjm/upstreamedge
2015-08-31 Jim Morrisfix max actuator speeds
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-08-19 Jim MorrisMerge pull request #695 from wolfmanjm/feature/volumetr...
2015-08-17 Jim MorrisExtend to also limit the feed rate if the extruder...
2015-08-16 Jim MorrisAdd speed limiting based on maximum extrusion rate...
2015-08-15 Jim MorrisMerge pull request #694 from wolfmanjm/upstreamedge
2015-08-14 Jim Morristidy up the M220 and M221 printout
2015-08-10 Jim MorrisMerge pull request #692 from wolfmanjm/upstreamedge
2015-08-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2015-08-06 Jim MorrisMake M220 and M221 print out current settings when...
2015-07-03 Jim MorrisMerge pull request #682 from st0ne/edge
2015-07-03 Philipp Aignerpatched arc from grbl project - sometimes arcs did...
2015-07-03 Philipp Aignerpatched arc from grbl project - sometimes arcs did...
2015-06-23 Jim MorrisMerge pull request #676 from wolfmanjm/upstreamedge
2015-06-23 Jim MorrisRevert "prevent speed from being zero : a possible...
2015-06-23 Arthur Wolfprevent speed from being zero : a possible fix for...
2015-06-22 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2015-06-11 Jim MorrisMerge pull request #673 from DouglasPearless/feature...
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless new file: ConfigSamples/FirePick.delta/config
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-02-08 Jim MorrisMerge pull request #595 from wolfmanjm/upstreamedge
2015-02-08 Jim Morrisfix M665
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2015-01-17 Jim MorrisMerge pull request #577 from wolfmanjm/upstreamedge
2015-01-17 Jim Morrisadd M120/M121 push/pop state. Use it for extrude comman...
2014-12-29 Jim MorrisMerge pull request #573 from wolfmanjm/add/temp-option...
2014-12-29 Jim Morrisstart G4 timer after queue is empty
2014-12-29 Jim Morrisrefactor G4 out of slowtickerinto robot,and to not...
2014-12-26 Jim MorrisMerge pull request #571 from wolfmanjm/add/temp-sensor...
2014-12-25 Jim Morrisdon't disable extruder on_halt, not needed
2014-12-23 Jim MorrisMerge pull request #570 from wolfmanjm/upstreamedge
2014-12-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-12-22 Jim Morrisput median buffer on stack
2014-12-22 Jim MorrisMerge pull request #569 from Smoothieware/fix/extruder...
2014-12-21 Jim Morrisadd back the unstepped distance to extuder follow mode...
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
next