acceleration-Grbl now works with atmega 168 by disabling arc motion
This commit is contained in:
parent
5eddbabcd3
commit
67d7607e60
6 changed files with 21 additions and 5 deletions
6
main.c
6
main.c
|
|
@ -31,9 +31,9 @@
|
|||
#include "settings.h"
|
||||
#include "wiring_serial.h"
|
||||
|
||||
#ifndef __AVR_ATmega328P__
|
||||
# error "As of version 0.6 Grbl only supports atmega328p. If you want to run Grbl on an 168 check out 0.51 ('git co v0_51')"
|
||||
#endif
|
||||
// #ifndef __AVR_ATmega328P__
|
||||
// # error "As of version 0.6 Grbl only supports atmega328p. If you want to run Grbl on an 168 check out 0.51 ('git co v0_51')"
|
||||
// #endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue