Executes manual pullup and return

This commit is contained in:
Alden Hart
2017-01-11 17:29:54 -05:00
parent 9b6ae6c553
commit d98a74fa62
9 changed files with 103 additions and 43 deletions

View File

@@ -24,10 +24,6 @@
#include "planner.h"
#include "util.h"
// Allocate arc planner singleton structure
//arc_t arc;
// Local functions
static stat_t _compute_arc(const bool radius_f);
@@ -69,8 +65,6 @@ void cm_abort_arc(cmMachine_t *_cm)
*
* cm_arc_cycle_callback() is called from the controller main loop. Each time it's called
* it queues as many arc segments (lines) as it can before it blocks, then returns.
*
* Parts of this routine were informed by the grbl project.
*/
stat_t cm_arc_callback(cmMachine_t *_cm)