cleaned up methods for enabling/disabling acceleration manger
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
// Initializes the motion_control subsystem resources
|
||||
void mc_init();
|
||||
|
||||
// Enables or disables the look ahead acceleration manager. (Default: on)
|
||||
void mc_set_acceleration_manager_enabled(uint8_t enabled);
|
||||
|
||||
// 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