#include "grbl.h"
Go to the source code of this file.
Functions | |
int | main (void) |
Variables | |
system_t | sys |
Declare system global variable structure. More... | |
int main | ( | void | ) |
< Setup serial baud rate and interrupts
< Load Grbl settings from EEPROM
< Configure stepper pins and interrupt timers
< Configure pinout pins and pin-change interrupt
< Clear machine position.
< Enable interrupts
NOTE: The startup script will run after successful completion of the homing cycle, but
< Clear system struct variable.
< Set to 100%
< Set to 100%
< Set to 100%
< Clear probe position.
< Clear serial read buffer
< Set g-code parser to default state
< Clear block buffer and planner variables
< Clear stepper subsystem variables.
Never reached