Update sample configs for proper debounce entry
authorRandy C. Will <randall.will@gmail.com>
Fri, 20 Apr 2018 23:29:57 +0000 (16:29 -0700)
committerRandy C. Will <randall.will@gmail.com>
Fri, 20 Apr 2018 23:29:57 +0000 (16:29 -0700)
commit6d0648dfb84514be898286135491a2af5c7cfa19
tree5858f57fb0afe4aa6282fde28fe9fe7aae1b5cbc
parent2272c2d45fc0f6cc618f2b1f12c42228124fa073
Update sample configs for proper debounce entry

While the Endstop module supports both `debounce_count` and
`debounce_ms`, the ZProbe module supports only `debounce_count`.

https://github.com/Smoothieware/Smoothieware/blob/edge/src/modules/tools/endstops/Endstops.cpp

https://github.com/Smoothieware/Smoothieware/blob/edge/src/modules/tools/zprobe/ZProbe.cpp

This commit updates all of the sample config files that included
`zprobe.debounce_count` to use `zprobe.debounce_ms` instead.
ConfigSamples/AzteegX5Mini.delta/Version2/config
ConfigSamples/AzteegX5Mini.delta/Version3/config
ConfigSamples/AzteegX5Mini.delta/config
ConfigSamples/AzteegX5Mini/Version2/config
ConfigSamples/AzteegX5Mini/Version3/config
ConfigSamples/AzteegX5Mini/config
ConfigSamples/Smoothieboard.delta/config
ConfigSamples/Smoothieboard/config
ConfigSamples/rotary.delta/config