Fix acceleration bug where an extruder only move was though to be a real move and...
authorJim Morris <morris@wolfman.com>
Mon, 6 Jan 2014 07:25:54 +0000 (23:25 -0800)
committerJim Morris <morris@wolfman.com>
Mon, 6 Jan 2014 07:27:37 +0000 (23:27 -0800)
commit6bb45cd11f486ab3e94d346d29bc1c79925ce525
treea6a9786f188a8ed0b3cbd7f81fb4bc7f2cd200f9
parentc45f501126c09f283a50ad12341295dd143fc2fe
Fix acceleration bug where an extruder only move was though to be a real move and uninitialized fields were being used to calculate trapezoids
Fix partial memory leak where the blocks gocde vector was not being cleared when it was popped from the tail
src/libs/RingBuffer.h
src/modules/robot/Conveyor.cpp
src/modules/tools/extruder/Extruder.cpp