most probably corrected the Extruder bug, which was actually a much deeper problem...
authorArthur Wolf <wolf.arthur@gmail.com>
Tue, 5 Mar 2013 22:02:31 +0000 (23:02 +0100)
committerArthur Wolf <wolf.arthur@gmail.com>
Tue, 5 Mar 2013 22:02:31 +0000 (23:02 +0100)
commitd149c730a8790a9ab760bdc985c72bb6df9735c7
tree2dd8cd38436e368196d61f7beb09bcca0c358b04
parent74717fc2edcde3bfb9f1c09f943339d8fa221614
most probably corrected the Extruder bug, which was actually a much deeper problem, see Gcode.h for this part of the solution, previous commits for the rest
12 files changed:
src/libs/SlowTicker.cpp
src/makefile
src/modules/communication/GcodeDispatch.cpp
src/modules/communication/utils/Gcode.cpp
src/modules/communication/utils/Gcode.h
src/modules/robot/Block.cpp
src/modules/robot/Conveyor.cpp
src/modules/robot/Robot.cpp
src/modules/robot/Robot.h
src/modules/tools/extruder/Extruder.cpp
src/modules/tools/switch/Switch.cpp
src/modules/tools/temperaturecontrol/TemperatureControl.cpp