refactor endstops and zprobe to not use config steps/mm but to use live value instead
authorJim Morris <morris@wolfman.com>
Mon, 28 Apr 2014 04:19:13 +0000 (21:19 -0700)
committerJim Morris <morris@wolfman.com>
Mon, 28 Apr 2014 04:45:46 +0000 (21:45 -0700)
commit56ce2b5ab1d8d3f37453eafa0eb7c200bb88f9a0
treebff133ec9694e6153c9df0e9c1b97c8b92212c83
parent26d9205bb65da1e0a5ae2b51067365e2c88b6f0a
refactor endstops and zprobe to not use config steps/mm but to use live value instead
clean up endstops ugly code
add I parameter to G32 to set the accuracy
src/libs/Kernel.cpp
src/modules/tools/endstops/Endstops.cpp
src/modules/tools/endstops/Endstops.h
src/modules/tools/zprobe/ZProbe.cpp
src/modules/tools/zprobe/ZProbe.h