Browse Source

Set CUSTOM_MACHINE_NAME for some configs

Scott Lahteine 6 years ago
parent
commit
8def25e475

+ 1
- 1
Marlin/src/config/examples/Anet/A2/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "3D Printer"
140
+#define CUSTOM_MACHINE_NAME "Anet A2"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Anet/A2plus/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "3D Printer"
140
+#define CUSTOM_MACHINE_NAME "Anet A2+"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "3D Printer"
140
+#define CUSTOM_MACHINE_NAME "Anet A6"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "3D Printer"
140
+#define CUSTOM_MACHINE_NAME "Anet A8"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "Pi3PB-BL"
140
+#define CUSTOM_MACHINE_NAME "i3 Pro B"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "Pi3PB"
140
+#define CUSTOM_MACHINE_NAME "i3 Pro B"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-#define CUSTOM_MACHINE_NAME "Pro C"
140
+#define CUSTOM_MACHINE_NAME "i3 Pro C"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-#define CUSTOM_MACHINE_NAME "Pro W"
140
+#define CUSTOM_MACHINE_NAME "i3 Pro W"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/Malyan/M200/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "3D Printer"
140
+#define CUSTOM_MACHINE_NAME "Malyan M200"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/RigidBot/Configuration.h View File

@@ -140,7 +140,7 @@
140 140
 
141 141
 // Optional custom name for your RepStrap or other custom machine
142 142
 // Displayed in the LCD "Ready" message
143
-//#define CUSTOM_MACHINE_NAME "3D Printer"
143
+#define CUSTOM_MACHINE_NAME "Rigidbot"
144 144
 
145 145
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
146 146
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -168,7 +168,7 @@
168 168
 
169 169
 // Optional custom name for your RepStrap or other custom machine
170 170
 // Displayed in the LCD "Ready" message
171
-//#define CUSTOM_MACHINE_NAME "3D Printer"
171
+#define CUSTOM_MACHINE_NAME "SCARA"
172 172
 
173 173
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
174 174
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine
139 139
 // Displayed in the LCD "Ready" message
140
-//#define CUSTOM_MACHINE_NAME "3D Printer"
140
+#define CUSTOM_MACHINE_NAME "MakiBox"
141 141
 
142 142
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
143 143
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

Loading…
Cancel
Save