|
|
@ -94,6 +94,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
// @section machine
|
|
|
|
// @section machine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Choose the name from boards.h that matches your setup
|
|
|
|
|
|
|
|
#ifndef MOTHERBOARD
|
|
|
|
|
|
|
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Select the serial port on the board to use for communication with the host.
|
|
|
|
* Select the serial port on the board to use for communication with the host.
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
@ -137,11 +142,6 @@
|
|
|
|
// Enable the Bluetooth serial interface on AT90USB devices
|
|
|
|
// Enable the Bluetooth serial interface on AT90USB devices
|
|
|
|
//#define BLUETOOTH
|
|
|
|
//#define BLUETOOTH
|
|
|
|
|
|
|
|
|
|
|
|
// Choose the name from boards.h that matches your setup
|
|
|
|
|
|
|
|
#ifndef MOTHERBOARD
|
|
|
|
|
|
|
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Name displayed in the LCD "Ready" message and Info menu
|
|
|
|
// Name displayed in the LCD "Ready" message and Info menu
|
|
|
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
|
|
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
|
|
|
|
|
|
|
|
|
|
|