Move stepper enable/disable to stepper_indirection.h (#12562)

This commit is contained in:
Scott Lahteine
2018-11-30 12:48:46 -06:00
committed by GitHub
parent aaf862aef2
commit 3c58b16c9f
4 changed files with 131 additions and 122 deletions

View File

@ -89,7 +89,7 @@
*/
#ifndef __AVR_ATmega1284P__
#error "Oops! Select 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' in 'Tools > Board' and 'ATmega1284P' in 'Tools > Processor.'"
#error "Oops! Select 'Sanguino' in 'Tools > Board' and 'ATmega1284P' in 'Tools > Processor.' (For PlatformIO, use 'melzi' or 'melzi_optiboot.')"
#endif
#define BOARD_NAME "Anet 1.0"