Implement endstops using new motion control
[clinton/Smoothieware.git] / src / modules / tools / zprobe / ThreePointStrategy.cpp
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-02-25 Jim MorrisMerge pull request #862 from wolfmanjm/upstreamedge
2016-02-25 Jim Morrismake module.h include platform_memory.h so if any modul...
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-15 Jim Morriszprobe moves must use G53 so they move in machine space
2015-12-06 Jim MorrisMerge pull request #795 from wolfmanjm/upstreamedge
2015-12-06 Jim MorrisAllow LCD probe status to display longer status lines
2015-12-06 Jim MorrisMerge pull request #794 from wolfmanjm/feature/unkill...
2015-12-03 Jim Morrisupdate comment
2015-09-29 Jim MorrisMerge pull request #747 from wolfmanjm/add/G29-to-three...
2015-09-29 Jim MorrisAdd G29 to test the probe points and report delta height
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-09-06 Jim MorrisMerge pull request #718 from OskarLinde/vector3
2015-09-06 Oskar LindeVector3: simplify interface by removing set() in favor...
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-20 Jim Morrismake default to clear bed plane on G32, specify K0...
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-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-09-02 Jim MorrisMerge pull request #505 from wolfmanjm/update/adjustZfn...
2014-09-02 Jim Morrischange bed compensation to allow a transform of XYZ...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-11 Jim MorrisMerge pull request #478 from wolfmanjm/upstreamedge
2014-08-11 Jim Morrisenable adjust z function when restoring three point...
2014-08-05 Jim MorrisMerge pull request #471 from wolfmanjm/feature/three...
2014-08-04 Jim MorrisM503 will inform user if bed plane will be saved
2014-08-04 Jim Morrisadd ability to save the bed plane with M500 and config...
2014-08-03 Jim Morrisadd docs
2014-08-03 Jim Morristweak probe speeds
2014-08-03 Jim Morrischange sign of z adjustment based on observation
2014-08-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-08-03 Jim MorrisEndstops set all axis positions at once if all axis...
2014-08-03 Jim Morrismake the z adjustment not affect requested target just...
2014-08-02 Jim Morrisadd function pointer to adjust z function in robot
2014-08-02 Jim Morrisadd G31 status and M561 reset plane
2014-08-02 Jim Morrischeck zprobe is connected and not triggered before...
2014-08-02 Jim Morrisfix potential homing race condition
2014-08-02 Jim MorrisAdd homing order to config
2014-08-01 Jim Morrisadded some placeholders for function hook in
2014-07-31 Jim Morrisadd loading strategy to zprobe
2014-07-31 Jim Morrisimplement probing, and plane definition and z offset...
2014-07-31 Jim MorrisInitial start at a threepoint bed leveling strategy