|
|
|
@ -129,8 +129,7 @@
|
|
|
|
|
// Enable the Bluetooth serial interface on AT90USB devices
|
|
|
|
|
//#define BLUETOOTH
|
|
|
|
|
|
|
|
|
|
// The following define selects which electronics board you have.
|
|
|
|
|
// Please choose the name from boards.h that matches your setup
|
|
|
|
|
// Choose the name from boards.h that matches your setup
|
|
|
|
|
// for Rigidbot version 1 : #define MOTHERBOARD BOARD_RIGIDBOARD
|
|
|
|
|
// for Rigidbot Version 2 : #define MOTHERBOARD BOARD_RIGIDBOARD_V2
|
|
|
|
|
|
|
|
|
@ -138,12 +137,11 @@
|
|
|
|
|
#define MOTHERBOARD BOARD_RIGIDBOARD_V2
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Optional custom name for your RepStrap or other custom machine
|
|
|
|
|
// Displayed in the LCD "Ready" message
|
|
|
|
|
// Name displayed in the LCD "Ready" message and Info menu
|
|
|
|
|
#define CUSTOM_MACHINE_NAME "Rigidbot"
|
|
|
|
|
|
|
|
|
|
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
|
|
|
|
|
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
|
|
|
|
|
// Printer's unique ID, used by some programs to differentiate between machines.
|
|
|
|
|
// Choose your own or use a service like http://www.uuidgenerator.net/version4
|
|
|
|
|
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
|
|
|
|
|
|
|
|
|
|
// @section extruder
|
|
|
|
|