mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-12-28 02:00:26 -07:00
Fix some Ender-3 Pro V1.5 settings (#182)
This commit is contained in:
parent
11766a2754
commit
66e8572397
1 changed files with 3 additions and 3 deletions
|
|
@ -134,7 +134,7 @@
|
|||
#endif
|
||||
|
||||
// Name displayed in the LCD "Ready" message and Info menu
|
||||
#define CUSTOM_MACHINE_NAME "Ender-3 V2"
|
||||
#define CUSTOM_MACHINE_NAME "Ender-3 Pro V1.5"
|
||||
|
||||
// Printer's unique ID, used by some programs to differentiate between machines.
|
||||
// Choose your own or use a service like https://www.uuidgenerator.net/version4
|
||||
|
|
@ -1131,8 +1131,8 @@
|
|||
// @section machine
|
||||
|
||||
// The size of the print bed
|
||||
#define X_BED_SIZE 220
|
||||
#define Y_BED_SIZE 220
|
||||
#define X_BED_SIZE 235
|
||||
#define Y_BED_SIZE 235
|
||||
|
||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||
#define X_MIN_POS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue