Refactored line buffering to eliminate state from motion control and centralize tracking of position. UNTESTED: NEEDS TESTING
This commit is contained in:
@ -23,10 +23,6 @@
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
||||
// Initializes the motion_control subsystem resources
|
||||
void mc_init();
|
||||
|
||||
// Execute linear motion in absolute millimeter coordinates. Feed rate given in millimeters/second
|
||||
// unless invert_feed_rate is true. Then the feed_rate means that the motion should be completed in
|
||||
// (1 minute)/feed_rate time.
|
||||
|
Reference in New Issue
Block a user