Refactored line buffering to eliminate state from motion control and centralize tracking of position. UNTESTED: NEEDS TESTING
This commit is contained in:
parent
cdcc7bf86e
commit
c42741032f
7 changed files with 65 additions and 65 deletions
1
main.c
1
main.c
|
|
@ -37,7 +37,6 @@ int main(void)
|
|||
settings_init();
|
||||
plan_init(); // initialize the stepper plan subsystem
|
||||
st_init(); // initialize the stepper subsystem
|
||||
mc_init(); // initialize motion control subsystem
|
||||
spindle_init(); // initialize spindle controller
|
||||
gc_init(); // initialize gcode-parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue