Skip to content

Commit 8839c3b

Browse files
committed
✨ CONFIGURABLE_MACHINE_NAME
MarlinFirmware/Marlin#27731
1 parent 04846f5 commit 8839c3b

File tree

380 files changed

+380
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+380
-0
lines changed

config/default/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
//#define CUSTOM_MACHINE_NAME "3D Printer"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/3DFabXYZ/Migbot/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135

136136
// Name displayed in the LCD "Ready" message and Info menu
137137
#define CUSTOM_MACHINE_NAME "3DFabXYZ i3"
138+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
138139

139140
// Printer's unique ID, used by some programs to differentiate between machines.
140141
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/3DMatik/XL/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
#define CUSTOM_MACHINE_NAME "3DMatik XL"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/ADIMLab/Gantry v1/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v1"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/ADIMLab/Gantry v2/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v2"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/Alfawise/U20-bltouch/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
#else
190190
#error "Please specify U20, U20_PLUS, U30, LK1, LK1_PLUS, LK2, or LK4."
191191
#endif
192+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
192193

193194
// Printer's unique ID, used by some programs to differentiate between machines.
194195
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/Alfawise/U20/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
#else
190190
#error "Please specify U20, U20_PLUS, U30, LK1, LK1_PLUS, LK2, or LK4."
191191
#endif
192+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
192193

193194
// Printer's unique ID, used by some programs to differentiate between machines.
194195
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/AliExpress/CL-260/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
#define CUSTOM_MACHINE_NAME "CL-260"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/AliExpress/UM2pExt/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
//#define CUSTOM_MACHINE_NAME "3D Printer"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

config/examples/Anet/A2/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
// Name displayed in the LCD "Ready" message and Info menu
136136
#define CUSTOM_MACHINE_NAME "Anet A2"
137+
//#define CONFIGURABLE_MACHINE_NAME // Add G-code M550 to set/report the machine name
137138

138139
// Printer's unique ID, used by some programs to differentiate between machines.
139140
// Choose your own or use a service like https://www.uuidgenerator.net/version4

0 commit comments

Comments
 (0)