cleaned up methods for enabling/disabling acceleration manger

This commit is contained in:
Simen Svale Skogsrud
2011-02-06 22:25:01 +01:00
parent 7092b0e1fe
commit cdcc7bf86e
4 changed files with 16 additions and 32 deletions

View File

@@ -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.