mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
🚸 Move MOTHERBOARD closer to the top
This commit is contained in:
parent
b261445d7f
commit
97ceb856a1
296 changed files with 1497 additions and 1203 deletions
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -95,6 +95,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_BASE_14
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -138,10 +143,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_BASE_14
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "3DFabXYZ i3"
|
#define CUSTOM_MACHINE_NAME "3DFabXYZ i3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_HJC2560C_REV1
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_HJC2560C_REV1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v1"
|
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v1"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_HJC2560C_REV2
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_HJC2560C_REV2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v2"
|
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v2"
|
||||||
|
|
|
@ -132,6 +132,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_LONGER3D_LK
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -175,10 +180,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_LONGER3D_LK
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -132,6 +132,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_LONGER3D_LK
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -175,10 +180,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_LONGER3D_LK
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CL-260"
|
#define CUSTOM_MACHINE_NAME "CL-260"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ULTIMAIN_2
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ULTIMAIN_2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet A2"
|
#define CUSTOM_MACHINE_NAME "Anet A2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet A2+"
|
#define CUSTOM_MACHINE_NAME "Anet A2+"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet A6"
|
#define CUSTOM_MACHINE_NAME "Anet A6"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet A8"
|
#define CUSTOM_MACHINE_NAME "Anet A8"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet A8 plus"
|
#define CUSTOM_MACHINE_NAME "Anet A8 plus"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet A9"
|
#define CUSTOM_MACHINE_NAME "Anet A9"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V1_3
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V1_3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "E16 SKR"
|
#define CUSTOM_MACHINE_NAME "E16 SKR"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "AnetE16V1.3"
|
#define CUSTOM_MACHINE_NAME "AnetE16V1.3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet ET4"
|
#define CUSTOM_MACHINE_NAME "Anet ET4"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4P
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4P
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet ET4 Pro"
|
#define CUSTOM_MACHINE_NAME "Anet ET4 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet ET4"
|
#define CUSTOM_MACHINE_NAME "Anet ET4"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "ET4X"
|
#define CUSTOM_MACHINE_NAME "ET4X"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4P
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4P
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet ET5 Pro"
|
#define CUSTOM_MACHINE_NAME "Anet ET5 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet ET5"
|
#define CUSTOM_MACHINE_NAME "Anet ET5"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_ET4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_ET4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anet ET5X"
|
#define CUSTOM_MACHINE_NAME "Anet ET5X"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_TRIGORILLA_14
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_TRIGORILLA_14
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Anycubic Chiron custom pin defs for the Trigorilla board fastio_1280.h
|
// Anycubic Chiron custom pin defs for the Trigorilla board fastio_1280.h
|
||||||
#define OUTAGECON_PIN 58 // p93 F4
|
#define OUTAGECON_PIN 58 // p93 F4
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Mega Zero 2.0"
|
#define CUSTOM_MACHINE_NAME "Mega Zero 2.0"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Mega Zero"
|
#define CUSTOM_MACHINE_NAME "Mega Zero"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_MZ_V1_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_MZ_V1_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Mega Zero"
|
#define CUSTOM_MACHINE_NAME "Mega Zero"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_TRIGORILLA_14
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_TRIGORILLA_14
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Anycubic i3"
|
#define CUSTOM_MACHINE_NAME "Anycubic i3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ARMED
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ARMED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_GEN_L
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_GEN_L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Genius"
|
#define CUSTOM_MACHINE_NAME "Genius"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_GEN_L
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_GEN_L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Genius"
|
#define CUSTOM_MACHINE_NAME "Genius"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ARTILLERY_RUBY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ARTILLERY_RUBY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Hornet"
|
#define CUSTOM_MACHINE_NAME "Hornet"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_GEN_L
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_GEN_L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "Sidewinder X1 BMG v6"
|
//#define CUSTOM_MACHINE_NAME "Sidewinder X1 BMG v6"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_GEN_L
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_GEN_L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Sidewinder X1"
|
#define CUSTOM_MACHINE_NAME "Sidewinder X1"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ARTILLERY_RUBY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ARTILLERY_RUBY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Sidewinder X2"
|
#define CUSTOM_MACHINE_NAME "Sidewinder X2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_AZTEEG_X5_GT
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_AZTEEG_X5_GT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_GEN_L
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_GEN_L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "BIBO2 Touch X"
|
#define CUSTOM_MACHINE_NAME "BIBO2 Touch X"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MKS_GEN_L
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MKS_GEN_L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "BIBO2 Touch X"
|
#define CUSTOM_MACHINE_NAME "BIBO2 Touch X"
|
||||||
|
|
|
@ -96,6 +96,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V1_4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -139,10 +144,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V1_4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "BIQU B1"
|
#define CUSTOM_MACHINE_NAME "BIQU B1"
|
||||||
|
|
|
@ -96,6 +96,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V2_0_REV_B
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -139,10 +144,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V2_0_REV_B
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "BIQU B1"
|
#define CUSTOM_MACHINE_NAME "BIQU B1"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V2_0_REV_B
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V2_0_REV_B
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "B1 SE Plus"
|
#define CUSTOM_MACHINE_NAME "B1 SE Plus"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_SE_BX
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_SE_BX
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "BIQU BX"
|
#define CUSTOM_MACHINE_NAME "BIQU BX"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "HEPHESTOS"
|
#define CUSTOM_MACHINE_NAME "HEPHESTOS"
|
||||||
|
|
|
@ -102,6 +102,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BQ_ZUM_MEGA_3D
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -145,10 +150,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BQ_ZUM_MEGA_3D
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "BQ Hephestos 2"
|
#define CUSTOM_MACHINE_NAME "BQ Hephestos 2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "WITBOX"
|
#define CUSTOM_MACHINE_NAME "WITBOX"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_ANET_10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_ANET_10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CTC-A13 Printer (Ender 3 Clone)"
|
#define CUSTOM_MACHINE_NAME "CTC-A13 Printer (Ender 3 Clone)"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_GT2560_REV_A
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_GT2560_REV_A
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CTC i3 GT2560A"
|
#define CUSTOM_MACHINE_NAME "CTC i3 GT2560A"
|
||||||
|
|
|
@ -94,6 +94,12 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
//#define MOTHERBOARD BOARD_CNCONTROLS_11
|
||||||
|
#define MOTHERBOARD BOARD_CNCONTROLS_12
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,11 +143,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
//#define MOTHERBOARD BOARD_CNCONTROLS_11
|
|
||||||
#define MOTHERBOARD BOARD_CNCONTROLS_12
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CartesioE"
|
#define CUSTOM_MACHINE_NAME "CartesioE"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_COPYMASTER_3D
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_COPYMASTER_3D
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Copymaster 3D"
|
#define CUSTOM_MACHINE_NAME "Copymaster 3D"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_COPYMASTER_3D
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_COPYMASTER_3D
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Copymaster 3D"
|
#define CUSTOM_MACHINE_NAME "Copymaster 3D"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_COPYMASTER_3D
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_COPYMASTER_3D
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Copymaster 3D"
|
#define CUSTOM_MACHINE_NAME "Copymaster 3D"
|
||||||
|
|
|
@ -103,6 +103,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -146,10 +151,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 Mini"
|
#define CUSTOM_MACHINE_NAME "CR-10 Mini"
|
||||||
|
|
|
@ -103,6 +103,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -146,10 +151,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 Mini"
|
#define CUSTOM_MACHINE_NAME "CR-10 Mini"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CCROBOT_MEEB_3DP
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CCROBOT_MEEB_3DP
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 Mini"
|
#define CUSTOM_MACHINE_NAME "CR-10 Mini"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 S4"
|
#define CUSTOM_MACHINE_NAME "CR-10 S4"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_2
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 S5"
|
#define CUSTOM_MACHINE_NAME "CR-10 S5"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 S5"
|
#define CUSTOM_MACHINE_NAME "CR-10 S5"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 S5"
|
#define CUSTOM_MACHINE_NAME "CR-10 S5"
|
||||||
|
|
|
@ -101,6 +101,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -144,10 +149,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 V2"
|
#define CUSTOM_MACHINE_NAME "CR-10 V2"
|
||||||
|
|
|
@ -101,6 +101,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -144,10 +149,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10 V3"
|
#define CUSTOM_MACHINE_NAME "CR-10 V3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10"
|
#define CUSTOM_MACHINE_NAME "CR-10"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10"
|
#define CUSTOM_MACHINE_NAME "CR-10"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10S"
|
#define CUSTOM_MACHINE_NAME "CR-10S"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10S"
|
#define CUSTOM_MACHINE_NAME "CR-10S"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_PRO_V1_2
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_PRO_V1_2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10S"
|
#define CUSTOM_MACHINE_NAME "CR-10S"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-10S"
|
#define CUSTOM_MACHINE_NAME "CR-10S"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-20 Pro"
|
#define CUSTOM_MACHINE_NAME "CR-20 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_14_EFB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-20"
|
#define CUSTOM_MACHINE_NAME "CR-20"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V4210
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V4210
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "3DPrintMill"
|
#define CUSTOM_MACHINE_NAME "3DPrintMill"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V452
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V452
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_RAMPS_ENDER_4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_RAMPS_ENDER_4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "CR-8"
|
#define CUSTOM_MACHINE_NAME "CR-8"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V423
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V423
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-2 Pro"
|
#define CUSTOM_MACHINE_NAME "Ender-2 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender 3D"
|
#define CUSTOM_MACHINE_NAME "Ender 3D"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Max 4.2.2"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Max 4.2.2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_2
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Pro"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro V1.5"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Pro V1.5"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V427
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V427
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro 4.2.7"
|
#define CUSTOM_MACHINE_NAME "Ender-3 Pro 4.2.7"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_E3_RRF
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_E3_RRF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_V1_4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_V1_4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "PacocaTech"
|
#define CUSTOM_MACHINE_NAME "PacocaTech"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_E3_TURBO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_E3_DIP
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_E3_DIP
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_2
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V1_2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V2_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V3_0
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_BTT_SKR_MINI_E3_V3_0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_MELZI_CREALITY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3"
|
#define CUSTOM_MACHINE_NAME "Ender-3"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V4
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 4.2.2"
|
#define CUSTOM_MACHINE_NAME "Ender-3 4.2.2"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_CREALITY_V427
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_CREALITY_V427
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
#define CUSTOM_MACHINE_NAME "Ender-3 4.2.7"
|
#define CUSTOM_MACHINE_NAME "Ender-3 4.2.7"
|
||||||
|
|
|
@ -94,6 +94,11 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
// Choose the name from boards.h that matches your setup
|
||||||
|
#ifndef MOTHERBOARD
|
||||||
|
#define MOTHERBOARD BOARD_FYSETC_CHEETAH_V12
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the serial port on the board to use for communication with the host.
|
* Select the serial port on the board to use for communication with the host.
|
||||||
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
||||||
|
@ -137,10 +142,6 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
|
||||||
#ifndef MOTHERBOARD
|
|
||||||
#define MOTHERBOARD BOARD_FYSETC_CHEETAH_V12
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Name displayed in the LCD "Ready" message and Info menu
|
// Name displayed in the LCD "Ready" message and Info menu
|
||||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue