fix discrepanceis in realtime postion vs last milestone when using ? to report position
authorJim Morris <morris@wolfman.com>
Wed, 24 Feb 2016 08:19:06 +0000 (00:19 -0800)
committerJim Morris <morris@wolfman.com>
Wed, 24 Feb 2016 08:19:06 +0000 (00:19 -0800)
commit31c6c2c21a18b5fe91179dd89b5427c2fe03ae4f
tree8a697b98cfb1d425e2b351c2875d2efe1a76be2c
parentea5e302b2539ad7ec311a9373129c2eee40f0a83
fix discrepanceis in realtime postion vs last milestone when using ? to report position
Move modules that may be deleted as they are not enabled out of AHB0 due to possible bug is the delete routine when object is in AHB0
Move Adc module into AHB0 instead
make postion reports all use 4dp
clean up some grbl_mode issues
save state before and after endstop retract after home so it does not reset feed rates
src/libs/Kernel.cpp
src/libs/USBDevice/USBSerial/USBSerial.cpp
src/libs/USBDevice/USBSerial/USBSerial.h
src/main.cpp
src/modules/robot/Robot.cpp
src/modules/robot/Robot.h
src/modules/tools/endstops/Endstops.cpp
src/modules/tools/zprobe/ZProbe.h
src/modules/utils/simpleshell/SimpleShell.cpp