refactor endstops to get the homing logic ot of the handle gcode method
authorJim Morris <morris@wolfman.com>
Sat, 20 Feb 2016 08:52:06 +0000 (00:52 -0800)
committerJim Morris <morris@wolfman.com>
Sat, 20 Feb 2016 08:52:06 +0000 (00:52 -0800)
commita2f1ce041d8f011302daececc8b5a5cd63b8f232
tree009d3bd7d7c0d0bb18ce7bd1fc34bafd90596fba
parent7484e84ab1b57242dd9314d5beaa98e74a1295cf
refactor endstops to get the homing logic ot of the handle gcode method
make G38 probe in Z use same new method of probing as XY so it works with all kinematics
src/modules/tools/endstops/Endstops.cpp
src/modules/tools/endstops/Endstops.h
src/modules/tools/zprobe/ZProbe.cpp
src/modules/tools/zprobe/ZProbe.h
src/modules/utils/simpleshell/SimpleShell.cpp