Implement Johanns method of specifying segments for delta bots in segments per second.
authorJim Morris <morris@wolfman.com>
Mon, 4 Mar 2013 23:04:42 +0000 (15:04 -0800)
committerJim Morris <morris@wolfman.com>
Mon, 4 Mar 2013 23:04:42 +0000 (15:04 -0800)
commit4a0c8e14d1cd54c4603fb9b11838747813fe994a
treec99ce3cfacb8de0ad8271e7314fc19efcc92edc6
parent09f5909f917b556c6fb6ce3b8282d842b5ceb085
Implement Johanns method of specifying segments for delta bots in segments per second.
  Added a config delta_segments_per_second which defaults to 0, which is off
  Modified mm_per_line_segment to turn off segmentation when set to 0, otherwise is exactly the same
  If both mm_per_line_segment and delta_segments_per_second are set then delta_segments_per_second takes precedence
  Added example to rostock config which uses the delta_segments_per_second to match current Johanns Marlin/Delta
ConfigSamples/Smoothieboard.Rostock/config
src/modules/robot/Robot.cpp
src/modules/robot/Robot.h