Shorten some config descriptions

This commit is contained in:
Scott Lahteine 2019-07-11 05:45:20 -05:00
parent 179095c387
commit 3218c4b33f
111 changed files with 445 additions and 667 deletions

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_BASE_14 #define MOTHERBOARD BOARD_MKS_BASE_14
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "3DFabXYZ i3" #define CUSTOM_MACHINE_NAME "3DFabXYZ i3"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMBO #define MOTHERBOARD BOARD_RAMBO
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "TAZ" #define CUSTOM_MACHINE_NAME "TAZ"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CL-260" #define CUSTOM_MACHINE_NAME "CL-260"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ULTIMAIN_2 #define MOTHERBOARD BOARD_ULTIMAIN_2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ANET_10 #define MOTHERBOARD BOARD_ANET_10
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Anet A2" #define CUSTOM_MACHINE_NAME "Anet A2"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ANET_10 #define MOTHERBOARD BOARD_ANET_10
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Anet A2+" #define CUSTOM_MACHINE_NAME "Anet A2+"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ANET_10 #define MOTHERBOARD BOARD_ANET_10
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Anet A6" #define CUSTOM_MACHINE_NAME "Anet A6"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ANET_10 #define MOTHERBOARD BOARD_ANET_10
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Anet A8" #define CUSTOM_MACHINE_NAME "Anet A8"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ANET_10 #define MOTHERBOARD BOARD_ANET_10
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Anet A8 plus" #define CUSTOM_MACHINE_NAME "Anet A8 plus"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ANET_10 #define MOTHERBOARD BOARD_ANET_10
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "AnetE16V1.3" #define CUSTOM_MACHINE_NAME "AnetE16V1.3"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_TRIGORILLA_14 #define MOTHERBOARD BOARD_TRIGORILLA_14
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Anycubic i3" #define CUSTOM_MACHINE_NAME "Anycubic i3"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ARMED #define MOTHERBOARD BOARD_ARMED
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_AZTEEG_X5_GT #define MOTHERBOARD BOARD_AZTEEG_X5_GT
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_L #define MOTHERBOARD BOARD_MKS_GEN_L
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "BIBO2 Touch X" #define CUSTOM_MACHINE_NAME "BIBO2 Touch X"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_L #define MOTHERBOARD BOARD_MKS_GEN_L
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "BIBO2 Touch X" #define CUSTOM_MACHINE_NAME "BIBO2 Touch X"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "HEPHESTOS" #define CUSTOM_MACHINE_NAME "HEPHESTOS"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -137,18 +137,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_BQ_ZUM_MEGA_3D #define MOTHERBOARD BOARD_BQ_ZUM_MEGA_3D
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "BQ Hephestos 2" #define CUSTOM_MACHINE_NAME "BQ Hephestos 2"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
#define MACHINE_UUID "8d083632-40c5-4649-85b8-43d9ae6c5d55" // BQ Hephestos 2 standard config #define MACHINE_UUID "8d083632-40c5-4649-85b8-43d9ae6c5d55" // BQ Hephestos 2 standard config
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "WITBOX" #define CUSTOM_MACHINE_NAME "WITBOX"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,19 +129,17 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
//#define MOTHERBOARD BOARD_CNCONTROLS_11 //#define MOTHERBOARD BOARD_CNCONTROLS_11
#define MOTHERBOARD BOARD_CNCONTROLS_12 #define MOTHERBOARD BOARD_CNCONTROLS_12
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CartesioE" #define CUSTOM_MACHINE_NAME "CartesioE"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_CREALITY #define MOTHERBOARD BOARD_MELZI_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-10" #define CUSTOM_MACHINE_NAME "CR-10"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_CREALITY #define MOTHERBOARD BOARD_RAMPS_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-10S" #define CUSTOM_MACHINE_NAME "CR-10S"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_CREALITY #define MOTHERBOARD BOARD_RAMPS_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-10 S5" #define CUSTOM_MACHINE_NAME "CR-10 S5"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -138,18 +138,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_CREALITY #define MOTHERBOARD BOARD_MELZI_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-10 Mini" #define CUSTOM_MACHINE_NAME "CR-10 Mini"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-20 Pro" #define CUSTOM_MACHINE_NAME "CR-20 Pro"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-20" #define CUSTOM_MACHINE_NAME "CR-20"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_ENDER_4 #define MOTHERBOARD BOARD_RAMPS_ENDER_4
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CR-8" #define CUSTOM_MACHINE_NAME "CR-8"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_CREALITY #define MOTHERBOARD BOARD_MELZI_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Ender 3D" #define CUSTOM_MACHINE_NAME "Ender 3D"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_CREALITY #define MOTHERBOARD BOARD_MELZI_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Ender-3" #define CUSTOM_MACHINE_NAME "Ender-3"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_ENDER_4 #define MOTHERBOARD BOARD_RAMPS_ENDER_4
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Ender-4" #define CUSTOM_MACHINE_NAME "Ender-4"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_CREALITY #define MOTHERBOARD BOARD_MELZI_CREALITY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Ender-5" #define CUSTOM_MACHINE_NAME "Ender-5"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_DAGOMA #define MOTHERBOARD BOARD_RAMPS_DAGOMA
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "DiscoUltimate" #define CUSTOM_MACHINE_NAME "DiscoUltimate"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_L #define MOTHERBOARD BOARD_MKS_GEN_L
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Sidewinder X1" #define CUSTOM_MACHINE_NAME "Sidewinder X1"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_EINSTART_S #define MOTHERBOARD BOARD_EINSTART_S
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "The Shining" #define CUSTOM_MACHINE_NAME "The Shining"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FELIX2 #define MOTHERBOARD BOARD_FELIX2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Felix" #define CUSTOM_MACHINE_NAME "Felix"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FELIX2 #define MOTHERBOARD BOARD_FELIX2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Felix Dual" #define CUSTOM_MACHINE_NAME "Felix Dual"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MIGHTYBOARD_REVE #define MOTHERBOARD BOARD_MIGHTYBOARD_REVE
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CreatorPro" #define CUSTOM_MACHINE_NAME "CreatorPro"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "FT-2020 v9" #define CUSTOM_MACHINE_NAME "FT-2020 v9"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -170,18 +170,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FORMBOT_RAPTOR #define MOTHERBOARD BOARD_FORMBOT_RAPTOR
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "TM3D RaPtOr" #define CUSTOM_MACHINE_NAME "TM3D RaPtOr"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -132,18 +132,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FORMBOT_TREX2PLUS #define MOTHERBOARD BOARD_FORMBOT_TREX2PLUS
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "T-Rex 2+" #define CUSTOM_MACHINE_NAME "T-Rex 2+"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -133,18 +133,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FORMBOT_TREX3 #define MOTHERBOARD BOARD_FORMBOT_TREX3
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "T-Rex 3" #define CUSTOM_MACHINE_NAME "T-Rex 3"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FYSETC_AIO_II #define MOTHERBOARD BOARD_FYSETC_AIO_II
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_FYSETC_CHEETAH #define MOTHERBOARD BOARD_FYSETC_CHEETAH
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,20 +129,18 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
//#define MOTHERBOARD BOARD_RAMPS_14_EFB //#define MOTHERBOARD BOARD_RAMPS_14_EFB
//#define MOTHERBOARD BOARD_FYSETC_AIO_II //#define MOTHERBOARD BOARD_FYSETC_AIO_II
#define MOTHERBOARD BOARD_FYSETC_F6_13 #define MOTHERBOARD BOARD_FYSETC_F6_13
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_V3 #define MOTHERBOARD BOARD_GT2560_V3
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Geeetech A10" #define CUSTOM_MACHINE_NAME "Geeetech A10"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_V3 #define MOTHERBOARD BOARD_GT2560_V3
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Geeetech A10M" #define CUSTOM_MACHINE_NAME "Geeetech A10M"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_V3_A20 #define MOTHERBOARD BOARD_GT2560_V3_A20
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Geeetech A20M" #define CUSTOM_MACHINE_NAME "Geeetech A20M"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A #define MOTHERBOARD BOARD_GT2560_REV_A
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A_PLUS #define MOTHERBOARD BOARD_GT2560_REV_A_PLUS
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "RdW i3 Pro X" #define CUSTOM_MACHINE_NAME "RdW i3 Pro X"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_V3_MC2 #define MOTHERBOARD BOARD_GT2560_V3_MC2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "MeCreator2" #define CUSTOM_MACHINE_NAME "MeCreator2"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A_PLUS #define MOTHERBOARD BOARD_GT2560_REV_A_PLUS
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "i3 Pro B" #define CUSTOM_MACHINE_NAME "i3 Pro B"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A_PLUS #define MOTHERBOARD BOARD_GT2560_REV_A_PLUS
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "i3 Pro B" #define CUSTOM_MACHINE_NAME "i3 Pro B"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A #define MOTHERBOARD BOARD_GT2560_REV_A
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "i3 Pro C" #define CUSTOM_MACHINE_NAME "i3 Pro C"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A_PLUS #define MOTHERBOARD BOARD_GT2560_REV_A_PLUS
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "i3 Pro W" #define CUSTOM_MACHINE_NAME "i3 Pro W"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_13_EFB #define MOTHERBOARD BOARD_RAMPS_13_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Infitary M508" #define CUSTOM_MACHINE_NAME "Infitary M508"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_JGAURORA_A5S_A1 #define MOTHERBOARD BOARD_JGAURORA_A5S_A1
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "JGAurora A1" #define CUSTOM_MACHINE_NAME "JGAurora A1"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -134,18 +134,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_L #define MOTHERBOARD BOARD_MKS_GEN_L
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "JGAurora A5" #define CUSTOM_MACHINE_NAME "JGAurora A5"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_JGAURORA_A5S_A1 #define MOTHERBOARD BOARD_JGAURORA_A5S_A1
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "JGAurora A5S" #define CUSTOM_MACHINE_NAME "JGAurora A5S"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -149,18 +149,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_DUO_EFB #define MOTHERBOARD BOARD_RAMPS_DUO_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "MakerParts 3D Printer" #define CUSTOM_MACHINE_NAME "MakerParts 3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
#define MACHINE_UUID "4250d842-4943-4601-acca-95ef77b8a4f1" #define MACHINE_UUID "4250d842-4943-4601-acca-95ef77b8a4f1"
// @section extruder // @section extruder

View file

@ -134,18 +134,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_MALYAN #define MOTHERBOARD BOARD_MELZI_MALYAN
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Malyan M150" #define CUSTOM_MACHINE_NAME "Malyan M150"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MALYAN_M200 #define MOTHERBOARD BOARD_MALYAN_M200
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Malyan M200" #define CUSTOM_MACHINE_NAME "Malyan M200"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MAKEBOARD_MINI #define MOTHERBOARD BOARD_MAKEBOARD_MINI
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Micromake C1" #define CUSTOM_MACHINE_NAME "Micromake C1"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MAKEBOARD_MINI #define MOTHERBOARD BOARD_MAKEBOARD_MINI
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Micromake C1" #define CUSTOM_MACHINE_NAME "Micromake C1"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -130,18 +130,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_ROBIN #define MOTHERBOARD BOARD_MKS_ROBIN
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "MKS Robin" #define CUSTOM_MACHINE_NAME "MKS Robin"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_SBASE #define MOTHERBOARD BOARD_MKS_SBASE
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -130,18 +130,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_PRINTRBOARD_G2 #define MOTHERBOARD BOARD_PRINTRBOARD_G2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RL200 #define MOTHERBOARD BOARD_RL200
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Rapide Lite 200" #define CUSTOM_MACHINE_NAME "Rapide Lite 200"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_SANGUINOLOLU_12 #define MOTHERBOARD BOARD_SANGUINOLOLU_12
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Huxley" #define CUSTOM_MACHINE_NAME "Huxley"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MEGATRONICS_3 #define MOTHERBOARD BOARD_MEGATRONICS_3
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

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

View file

@ -156,18 +156,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "SCARA" #define CUSTOM_MACHINE_NAME "SCARA"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_BLACK_STM32F407VE #define MOTHERBOARD BOARD_BLACK_STM32F407VE
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_STM32F1R #define MOTHERBOARD BOARD_STM32F1R
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CTC i3 Pro B" #define CUSTOM_MACHINE_NAME "CTC i3 Pro B"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_STM32F4 #define MOTHERBOARD BOARD_STM32F4
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_STM32F1R #define MOTHERBOARD BOARD_STM32F1R
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "CTC i3 Pro B" #define CUSTOM_MACHINE_NAME "CTC i3 Pro B"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_SANGUINOLOLU_12 #define MOTHERBOARD BOARD_SANGUINOLOLU_12
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Sanguinololu" #define CUSTOM_MACHINE_NAME "Sanguinololu"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_L #define MOTHERBOARD BOARD_MKS_GEN_L
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Tarantula Pro" #define CUSTOM_MACHINE_NAME "Tarantula Pro"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_THE_BORG #define MOTHERBOARD BOARD_THE_BORG
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -145,14 +145,12 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI #define MOTHERBOARD BOARD_MELZI
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#if ENABLED(TB2_L10) #if ENABLED(TB2_L10)
#define CUSTOM_MACHINE_NAME "TinyBoy2 L10" #define CUSTOM_MACHINE_NAME "TinyBoy2 L10"
#elif ENABLED(TB2_L16) #elif ENABLED(TB2_L16)
@ -161,8 +159,8 @@
#error "Please select TB2_L10 or TB2_L16" #error "Please select TB2_L10 or TB2_L16"
#endif #endif
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI #define MOTHERBOARD BOARD_MELZI
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Tronxy X1" #define CUSTOM_MACHINE_NAME "Tronxy X1"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI //63 #define MOTHERBOARD BOARD_MELZI //63
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Tronxy X3A" #define CUSTOM_MACHINE_NAME "Tronxy X3A"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_TRONXY_V3_1_0 #define MOTHERBOARD BOARD_TRONXY_V3_1_0
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Tronxy X5S-2E" #define CUSTOM_MACHINE_NAME "Tronxy X5S-2E"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI_TRONXY #define MOTHERBOARD BOARD_MELZI_TRONXY
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Tronxy X5S" #define CUSTOM_MACHINE_NAME "Tronxy X5S"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MELZI #define MOTHERBOARD BOARD_MELZI
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "TronXY XY100" #define CUSTOM_MACHINE_NAME "TronXY XY100"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ARCHIM1 #define MOTHERBOARD BOARD_ARCHIM1
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ARCHIM2 #define MOTHERBOARD BOARD_ARCHIM2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_VORON #define MOTHERBOARD BOARD_VORON
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "VORON 2.0" #define CUSTOM_MACHINE_NAME "VORON 2.0"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -145,18 +145,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_K8200 #define MOTHERBOARD BOARD_K8200
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "K8200" #define CUSTOM_MACHINE_NAME "K8200"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
#if ENABLED(K8200_VM8201) #if ENABLED(K8200_VM8201)
#define MACHINE_UUID "2b7dea3b-844e-4ab1-aa96-bb6406607d6e" // K8200 standard config with VM8201 (Display) #define MACHINE_UUID "2b7dea3b-844e-4ab1-aa96-bb6406607d6e" // K8200 standard config with VM8201 (Display)
#else #else

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_K8400 #define MOTHERBOARD BOARD_K8400
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_K8400 #define MOTHERBOARD BOARD_K8400
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -148,18 +148,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ULTIMAKER #define MOTHERBOARD BOARD_ULTIMAKER
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message #define CUSTOM_MACHINE_NAME "PowerWASP"
#define CUSTOM_MACHINE_NAME " PowerWASP is "
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ULTIMAIN_2 #define MOTHERBOARD BOARD_ULTIMAIN_2
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Duplicator 6" #define CUSTOM_MACHINE_NAME "Duplicator 6"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_WANHAO_ONEPLUS #define MOTHERBOARD BOARD_WANHAO_ONEPLUS
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "i3 Mini" #define CUSTOM_MACHINE_NAME "i3 Mini"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -144,18 +144,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_TRIGORILLA_14 #define MOTHERBOARD BOARD_TRIGORILLA_14
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "ANYCUBIC Kossel" #define CUSTOM_MACHINE_NAME "ANYCUBIC Kossel"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_13_EFB #define MOTHERBOARD BOARD_RAMPS_13_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "FLSUN Kossel" #define CUSTOM_MACHINE_NAME "FLSUN Kossel"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_13_EFB #define MOTHERBOARD BOARD_RAMPS_13_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "FLSUN Kossel" #define CUSTOM_MACHINE_NAME "FLSUN Kossel"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_13_EFB #define MOTHERBOARD BOARD_RAMPS_13_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Mini Kossel" #define CUSTOM_MACHINE_NAME "Mini Kossel"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GTM32_PRO_VB #define MOTHERBOARD BOARD_GTM32_PRO_VB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Rostock 301" #define CUSTOM_MACHINE_NAME "Rostock 301"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -134,18 +134,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_13 #define MOTHERBOARD BOARD_MKS_GEN_13
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Hatchbox Alpha" #define CUSTOM_MACHINE_NAME "Hatchbox Alpha"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_SBASE #define MOTHERBOARD BOARD_MKS_SBASE
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Deltabot" #define CUSTOM_MACHINE_NAME "Deltabot"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_L #define MOTHERBOARD BOARD_MKS_GEN_L
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "TEVO Little Monster" #define CUSTOM_MACHINE_NAME "TEVO Little Monster"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Deltabot" #define CUSTOM_MACHINE_NAME "Deltabot"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Mini Kossel" #define CUSTOM_MACHINE_NAME "Mini Kossel"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -133,18 +133,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_BRAINWAVE_PRO #define MOTHERBOARD BOARD_BRAINWAVE_PRO
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Kossel Pro" #define CUSTOM_MACHINE_NAME "Kossel Pro"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_14_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Kossel k800XL" #define CUSTOM_MACHINE_NAME "Kossel k800XL"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,8 +129,7 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
//#define MOTHERBOARD BOARD_RAMPS_14_EEF //#define MOTHERBOARD BOARD_RAMPS_14_EEF
#define MOTHERBOARD BOARD_RAMPS_14_EFB // gMax users please note: This is a Roxy modification. I print on glass and #define MOTHERBOARD BOARD_RAMPS_14_EFB // gMax users please note: This is a Roxy modification. I print on glass and
@ -140,12 +139,11 @@
// temp. // temp.
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "gMax" #define CUSTOM_MACHINE_NAME "gMax"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_5DPRINT #define MOTHERBOARD BOARD_5DPRINT
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "MakiBox" #define CUSTOM_MACHINE_NAME "MakiBox"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_OMCA #define MOTHERBOARD BOARD_OMCA
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "3D Printer" //#define CUSTOM_MACHINE_NAME "3D Printer"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// @section extruder // @section extruder

View file

@ -129,18 +129,16 @@
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH
// The following define selects which electronics board you have. // Choose the name from boards.h that matches your setup
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MIGHTYBOARD_REVE #define MOTHERBOARD BOARD_MIGHTYBOARD_REVE
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Name displayed in the LCD "Ready" message and Info menu
// Displayed in the LCD "Ready" message
//#define CUSTOM_MACHINE_NAME "Weistek WT150" //#define CUSTOM_MACHINE_NAME "Weistek WT150"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) // Printer's unique ID, 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) // Choose your own or use a service like http://www.uuidgenerator.net/version4
//#define MACHINE_UUID "5f0bb7a3-0e14-428c-812b-15ab0d3ecc71" //#define MACHINE_UUID "5f0bb7a3-0e14-428c-812b-15ab0d3ecc71"
// @section extruder // @section extruder