refactored block buffer into separate module motion_plan pending the addition of the actual look ahead planner
This commit is contained in:
parent
b628a4aabf
commit
49a16cb777
21 changed files with 163 additions and 146 deletions
3
main.c
3
main.c
|
|
@ -2,7 +2,7 @@
|
|||
main.c - An embedded CNC Controller with rs274/ngc (g-code) support
|
||||
Part of Grbl
|
||||
|
||||
Copyright (c) 2009 Simen Svale Skogsrud
|
||||
Copyright (c) 2009-2011 Simen Svale Skogsrud
|
||||
|
||||
Grbl is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
int main(void)
|
||||
{
|
||||
beginSerial(BAUD_RATE);
|
||||
printString("A");
|
||||
config_init();
|
||||
st_init(); // initialize the stepper subsystem
|
||||
mc_init(); // initialize motion control subsystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue