Extend pins errors to include the processor

This commit is contained in:
Scott Lahteine 2018-11-08 21:57:15 -06:00
parent 525ea554a1
commit 9c8f083d6c
88 changed files with 113 additions and 113 deletions

View file

@ -31,7 +31,7 @@
* and with the mainstream Marlin software. * and with the mainstream Marlin software.
* *
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html * Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Installation instructions are at the above URL. Don't bother loading the * Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software. * libraries - they are not used with the Marlin software.
@ -46,7 +46,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have * Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it. * the Teensyduino bootloader on it.
@ -68,7 +68,7 @@
*/ */
#ifndef __AVR_AT90USB1286__ #ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "Makibox" #define DEFAULT_MACHINE_NAME "Makibox"

View file

@ -26,7 +26,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Alligator Board R2" #define BOARD_NAME "Alligator Board R2"

View file

@ -89,7 +89,7 @@
*/ */
#ifndef __AVR_ATmega1284P__ #ifndef __AVR_ATmega1284P__
#error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." #error "Oops! Select 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' in 'Tools > Board' and 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -36,7 +36,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Archim' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Archim' in 'Tools > Board.'"
#endif #endif
// //

View file

@ -21,7 +21,7 @@
*/ */
#ifndef STM32F4 #ifndef STM32F4
#error "Oops! Make sure you have an STM32F4 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
#endif #endif
#ifndef ARMED_V1_0 #ifndef ARMED_V1_0

View file

@ -25,7 +25,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 2 || E_STEPPERS > 2 #if HOTENDS > 2 || E_STEPPERS > 2

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 5 || E_STEPPERS > 5 #if HOTENDS > 5 || E_STEPPERS > 5

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -21,7 +21,7 @@
*/ */
#if !defined(__STM32F1__) && !defined(__STM32F4__) #if !defined(__STM32F1__) && !defined(__STM32F4__)
#error "Oops! Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F1/4 board in 'Tools > Board.'"
#endif #endif
/** /**

View file

@ -31,7 +31,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "ZUM Mega 3D" #define BOARD_NAME "ZUM Mega 3D"

View file

@ -53,9 +53,9 @@
* *
* 1. In the Arduino IDE, under Files -> Preferences paste the following URL * 1. In the Arduino IDE, under Files -> Preferences paste the following URL
* https://rawgit.com/Bob-the-Kuhn/Marlin_AT90USB/master/package_MARLIN_AT90USB_index.json * https://rawgit.com/Bob-the-Kuhn/Marlin_AT90USB/master/package_MARLIN_AT90USB_index.json
* 2. Under Tools -> Board -> Boards manager, scroll to the bottom, click on MARLIN_AT90USB * 2. Under Tools > Board -> Boards manager, scroll to the bottom, click on MARLIN_AT90USB
* and then click on "Install" * and then click on "Install"
* 3. Select "AT90USB646_TEENSYPP" from the 'Tools -> Boards' menu. * 3. Select "AT90USB646_TEENSYPP" from the 'Tools > Board' menu.
*/ */
/** /**
@ -68,7 +68,7 @@
*/ */
#ifndef __AVR_AT90USB646__ #ifndef __AVR_AT90USB646__
#error "Oops! Make sure you have 'AT90USB646_TEENSYPP' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'AT90USB646_TEENSYPP' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Brainwave" #define BOARD_NAME "Brainwave"

View file

@ -44,7 +44,7 @@
* and with the mainstream Marlin software. * and with the mainstream Marlin software.
* *
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html * Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Installation instructions are at the above URL. Don't bother loading the * Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software. * libraries - they are not used with the Marlin software.
@ -59,7 +59,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have * Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it. * the Teensyduino bootloader on it.
@ -75,7 +75,7 @@
*/ */
#ifndef __AVR_AT90USB1286__ #ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Brainwave Pro" #define BOARD_NAME "Brainwave Pro"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Cheaptronic v1.0" #define BOARD_NAME "Cheaptronic v1.0"

View file

@ -27,7 +27,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Cheaptronic v2.0" #define BOARD_NAME "Cheaptronic v2.0"

View file

@ -21,7 +21,7 @@
*/ */
#if !defined(__STM32F1__) && !defined(__STM32F4__) #if !defined(__STM32F1__) && !defined(__STM32F4__)
#error "Oops! Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F1/4 board in 'Tools > Board.'"
#endif #endif
/** /**

View file

@ -3,7 +3,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu. #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "CN Controls V11" #define BOARD_NAME "CN Controls V11"

View file

@ -3,7 +3,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu. #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "CN Controls V12" #define BOARD_NAME "CN Controls V12"

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "DUE3DOM" #define BOARD_NAME "DUE3DOM"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "DUE3DOM MINI" #define BOARD_NAME "DUE3DOM MINI"

View file

@ -26,14 +26,14 @@
*/ */
#if ENABLED(TARGET_LPC1768) #if ENABLED(TARGET_LPC1768)
#error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768." #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
#elif defined(__STM32F1__) #elif defined(__STM32F1__)
#error "Oops! Set MOTHERBOARD to an STM32F1-based board when building for STM32F1." #error "Oops! Set MOTHERBOARD to an STM32F1-based board when building for STM32F1."
#endif #endif
#if DISABLED(IS_RAMPS_SMART) && DISABLED(IS_RAMPS_DUO) && DISABLED(IS_RAMPS4DUE) && DISABLED(TARGET_LPC1768) #if DISABLED(IS_RAMPS_SMART) && DISABLED(IS_RAMPS_DUO) && DISABLED(IS_RAMPS4DUE) && DISABLED(TARGET_LPC1768)
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#endif #endif

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Mega 2560 or Rambo' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Einsy Rambo" #define BOARD_NAME "Einsy Rambo"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Mega 2560 or Rambo' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Einsy Retro" #define BOARD_NAME "Einsy Retro"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Elefu Ra v3" #define BOARD_NAME "Elefu Ra v3"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 3 || E_STEPPERS > 3 #if HOTENDS > 3 || E_STEPPERS > 3

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 2 || E_STEPPERS > 2 #if HOTENDS > 2 || E_STEPPERS > 2

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 2 || E_STEPPERS > 2 #if HOTENDS > 2 || E_STEPPERS > 2

View file

@ -25,7 +25,7 @@
// //
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'FYSETC_F6' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'FYSETC_F6' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -50,7 +50,7 @@
*/ */
#ifndef __AVR_ATmega644P__ #ifndef __AVR_ATmega644P__
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Gen3 Monolithic" #define BOARD_NAME "Gen3 Monolithic"

View file

@ -51,7 +51,7 @@
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Gen3+" #define BOARD_NAME "Gen3+"

View file

@ -52,7 +52,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -52,7 +52,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -52,7 +52,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Gen7 v1.4" #define BOARD_NAME "Gen7 v1.4"

View file

@ -55,7 +55,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Gen7 Custom" #define BOARD_NAME "Gen7 Custom"

View file

@ -27,7 +27,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -26,7 +26,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -26,7 +26,7 @@
*/ */
#ifndef __STM32F1__ #ifndef __STM32F1__
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "STM32F103VET6" #define DEFAULT_MACHINE_NAME "STM32F103VET6"

View file

@ -25,7 +25,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Mega 1280' or 'Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Leapfrog" #define BOARD_NAME "Leapfrog"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 2 || E_STEPPERS > 2 #if HOTENDS > 2 || E_STEPPERS > 2

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Megatronics" #define BOARD_NAME "Megatronics"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Megatronics v2.0" #define BOARD_NAME "Megatronics v2.0"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if MB(MEGATRONICS_31) #if MB(MEGATRONICS_31)

View file

@ -53,7 +53,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Mega 1280' or 'Mega 2560' in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "MB Replicator" #define DEFAULT_MACHINE_NAME "MB Replicator"

View file

@ -21,17 +21,17 @@
*/ */
/** /**
* Mini-Rambo pin assignments * Mini-RAMBo pin assignments
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Rambo' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'RAMBo' in 'Tools > Board.'"
#endif #endif
#if MB(MINIRAMBO_10A) #if MB(MINIRAMBO_10A)
#define BOARD_NAME "Mini Rambo 1.0a" #define BOARD_NAME "Mini RAMBo 1.0a"
#else #else
#define BOARD_NAME "Mini Rambo" #define BOARD_NAME "Mini RAMBo"
#endif #endif
// //

View file

@ -32,7 +32,7 @@
*/ */
#ifndef __AVR_ATmega1281__ #ifndef __AVR_ATmega1281__
#error "Oops! Make sure you have 'Minitronics' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Minitronics' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 2 || E_STEPPERS > 2 #if HOTENDS > 2 || E_STEPPERS > 2

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -30,7 +30,7 @@
*/ */
#ifndef __STM32F1__ #ifndef __STM32F1__
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Bluepill based board" #define BOARD_NAME "Bluepill based board"

View file

@ -23,7 +23,7 @@
/** /**
* Open Motion controller with enable based extruders (Final!) * Open Motion controller with enable based extruders (Final!)
* *
* ATMega644 * ATmega644
* *
* +---\/---+ * +---\/---+
* (D 0) PB0 1| |40 PA0 (AI 0 / D31) * (D 0) PB0 1| |40 PA0 (AI 0 / D31)
@ -77,7 +77,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu. (Final OMCA board)" #error "Oops! Select 'Sanguino' in 'Tools > Board' and 'ATmega644' or 'ATmega644P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Final OMCA" #define BOARD_NAME "Final OMCA"

View file

@ -23,7 +23,7 @@
/** /**
* Open Motion controller with enable based extruders (Alpha!) * Open Motion controller with enable based extruders (Alpha!)
* *
* ATMega644 * ATmega644
* *
* +---\/---+ * +---\/---+
* (D 0) PB0 1| |40 PA0 (AI 0 / D31) * (D 0) PB0 1| |40 PA0 (AI 0 / D31)
@ -76,7 +76,7 @@
*/ */
#ifndef __AVR_ATmega644__ #ifndef __AVR_ATmega644__
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Board' and ATmega644 in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Alpha OMCA" #define BOARD_NAME "Alpha OMCA"

View file

@ -31,7 +31,7 @@
* and with the mainstream Marlin software. * and with the mainstream Marlin software.
* *
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html * Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Installation instructions are at the above URL. Don't bother loading the * Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software. * libraries - they are not used with the Marlin software.
@ -46,7 +46,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have * Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it. * the Teensyduino bootloader on it.
@ -62,7 +62,7 @@
*/ */
#ifndef __AVR_AT90USB1286__ #ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Printrboard" #define BOARD_NAME "Printrboard"

View file

@ -33,7 +33,7 @@
* Teensyduino - https://www.pjrc.com/teensy/teensyduino.html * Teensyduino - https://www.pjrc.com/teensy/teensyduino.html
* Installation - https://www.pjrc.com/teensy/td_download.html * Installation - https://www.pjrc.com/teensy/td_download.html
* *
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Note: With Teensyduino extension, the Arduino IDE will report 130048 bytes of program storage space available, * Note: With Teensyduino extension, the Arduino IDE will report 130048 bytes of program storage space available,
* but there is actually only 122880 bytes due to the larger DFU bootloader shipped by default on all Printrboard RevF. * but there is actually only 122880 bytes due to the larger DFU bootloader shipped by default on all Printrboard RevF.
@ -48,7 +48,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular and easiest option. * Teensyduino is the most popular and easiest option.
*/ */
@ -63,7 +63,7 @@
*/ */
#ifndef __AVR_AT90USB1286__ #ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#ifndef USBCON #ifndef USBCON

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RADDS" #define BOARD_NAME "RADDS"

View file

@ -41,7 +41,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Rambo" #define BOARD_NAME "Rambo"

View file

@ -45,14 +45,14 @@
*/ */
#if ENABLED(TARGET_LPC1768) #if ENABLED(TARGET_LPC1768)
#error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768." #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
#elif defined(__STM32F1__) #elif defined(__STM32F1__)
#error "Oops! Set MOTHERBOARD to an STM32F1-based board when building for STM32F1." #error "Oops! Set MOTHERBOARD to an STM32F1-based board when building for STM32F1."
#endif #endif
#if DISABLED(IS_RAMPS_SMART) && DISABLED(IS_RAMPS_DUO) && DISABLED(IS_RAMPS4DUE) && DISABLED(TARGET_LPC1768) #if DISABLED(IS_RAMPS_SMART) && DISABLED(IS_RAMPS_DUO) && DISABLED(IS_RAMPS4DUE) && DISABLED(TARGET_LPC1768)
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#endif #endif

View file

@ -39,7 +39,7 @@
*/ */
#if !defined(__SAM3X8E__) && !defined(__AVR_ATmega2560__) #if !defined(__SAM3X8E__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Due' or 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -43,7 +43,7 @@
*/ */
#if !defined(__SAM3X8E__) && !defined(__AVR_ATmega2560__) #if !defined(__SAM3X8E__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Due' or 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -28,7 +28,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -25,7 +25,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "MEGA/RAMPS <1.2" #define BOARD_NAME "MEGA/RAMPS <1.2"

View file

@ -38,7 +38,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -37,7 +37,7 @@
// numbers in parenthesis () are the mega2560 equivalent pin numbers // numbers in parenthesis () are the mega2560 equivalent pin numbers
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -60,7 +60,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -21,7 +21,7 @@
*/ */
#ifndef STM32F7xx #ifndef STM32F7xx
#error "Oops! Make sure you have an STM32F7 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F7 board in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "RemRam" #define DEFAULT_MACHINE_NAME "RemRam"

View file

@ -25,7 +25,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#if HOTENDS > 3 || E_STEPPERS > 3 #if HOTENDS > 3 || E_STEPPERS > 3

View file

@ -33,7 +33,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -33,7 +33,7 @@
*/ */
#ifndef __SAM3X8E__ #ifndef __SAM3X8E__
#error "Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -52,7 +52,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -31,7 +31,7 @@
* and with the mainstream Marlin software. * and with the mainstream Marlin software.
* *
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html * Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Installation instructions are at the above URL. Don't bother loading the * Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software. * libraries - they are not used with the Marlin software.
@ -46,7 +46,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have * Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it. * the Teensyduino bootloader on it.
@ -62,7 +62,7 @@
*/ */
#ifndef __AVR_AT90USB1286__ #ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "SAV MkI" #define DEFAULT_MACHINE_NAME "SAV MkI"

View file

@ -25,7 +25,7 @@
************************************************/ ************************************************/
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Scoovo X9H" #define BOARD_NAME "Scoovo X9H"

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -50,7 +50,7 @@
*/ */
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__) #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sethi 3D' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Sethi 3D_1" #define BOARD_NAME "Sethi 3D_1"

View file

@ -21,7 +21,7 @@
*/ */
#if !defined(__AVR_ATmega1281__) && !defined(__AVR_ATmega2561__) #if !defined(__AVR_ATmega1281__) && !defined(__AVR_ATmega2561__)
#error Oops! Make sure you have 'Silvergate' selected from the 'Tools -> Boards' menu. #error "Oops! Select 'Silvergate' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -26,7 +26,7 @@
*/ */
#ifndef TARGET_LPC1768 #ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View file

@ -21,7 +21,7 @@
*/ */
#ifndef __STM32F1__ #ifndef __STM32F1__
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
/** /**

View file

@ -21,7 +21,7 @@
*/ */
#if !defined(STM32F4) && !defined(STM32F4xx) #if !defined(STM32F4) && !defined(STM32F4xx)
#error "Oops! Make sure you have an STM32F4 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "STM32F407VET6" #define DEFAULT_MACHINE_NAME "STM32F407VET6"

View file

@ -21,7 +21,7 @@
*/ */
#if !defined(__STM32F1__) && !defined(__STM32F4__) #if !defined(__STM32F1__) && !defined(__STM32F4__)
#error "Oops! Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F1/4 board in 'Tools > Board.'"
#endif #endif
/** /**

View file

@ -31,7 +31,7 @@
* and with the mainstream Marlin software. * and with the mainstream Marlin software.
* *
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html * Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Installation instructions are at the above URL. Don't bother loading the * Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software. * libraries - they are not used with the Marlin software.
@ -46,7 +46,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have * Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it. * the Teensyduino bootloader on it.
@ -107,7 +107,7 @@
*/ */
#ifndef __AVR_AT90USB1286__ #ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Teensy++2.0" #define BOARD_NAME "Teensy++2.0"

View file

@ -27,7 +27,7 @@
****************************************************************************************/ ****************************************************************************************/
#if !IS_32BIT_TEENSY #if !IS_32BIT_TEENSY
#error "Oops! Make sure you have 'Teensy 3.1' or 'Teensy 3.2' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy 3.1' or 'Teensy 3.2' in 'Tools > Board.'"
#endif #endif
#if IS_TEENSY32 #if IS_TEENSY32

View file

@ -27,7 +27,7 @@
****************************************************************************************/ ****************************************************************************************/
#if !IS_32BIT_TEENSY #if !IS_32BIT_TEENSY
#error "Oops! Make sure you have 'Teensy 3.5' or 'Teensy 3.6' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy 3.5' or 'Teensy 3.6' in 'Tools > Board.'"
#endif #endif
#if IS_TEENSY35 #if IS_TEENSY35

View file

@ -31,7 +31,7 @@
* and with the mainstream Marlin software. All have been used with Arduino 1.6.12 * and with the mainstream Marlin software. All have been used with Arduino 1.6.12
* *
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html * Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu * Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
* *
* Installation instructions are at the above URL. Don't bother loading the * Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software. * libraries - they are not used with the Marlin software.
@ -48,7 +48,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably * hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware. * be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino. * 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu. * 4. Select "Printrboard" from the 'Tools > Board' menu.
* *
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have * Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it. * the Teensyduino bootloader on it.
@ -74,7 +74,7 @@
*/ */
#if !defined(__AVR_AT90USB1286__) && !defined(__AVR_AT90USB1286P__) #if !defined(__AVR_AT90USB1286__) && !defined(__AVR_AT90USB1286P__)
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Teensylu" #define BOARD_NAME "Teensylu"

View file

@ -21,7 +21,7 @@
*/ */
#if !defined(STM32F7) #if !defined(STM32F7)
#error "Oops! Make sure you have an STM32F7 board selected from the 'Tools -> Boards' menu." #error "Oops! Select an STM32F7 board in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "The-Borge" #define DEFAULT_MACHINE_NAME "The-Borge"

View file

@ -33,7 +33,7 @@
*/ */
#ifndef __AVR_ATmega2560__ #ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "Ultimaker" #define DEFAULT_MACHINE_NAME "Ultimaker"

View file

@ -33,7 +33,7 @@
*/ */
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "Ultimaker" #define DEFAULT_MACHINE_NAME "Ultimaker"

View file

@ -61,7 +61,7 @@
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define DEFAULT_MACHINE_NAME "Ultimaker" #define DEFAULT_MACHINE_NAME "Ultimaker"

View file

@ -28,7 +28,7 @@
#define BOARD_NAME "Ultratronics v1.0" #define BOARD_NAME "Ultratronics v1.0"
#ifndef ARDUINO_ARCH_SAM #ifndef ARDUINO_ARCH_SAM
#error Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu. #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
// //