Kaynağa Gözat

Default MACHINE_NAME to "3D Printer"

Scott Lahteine 9 yıl önce
ebeveyn
işleme
74e4b42f7e

+ 1
- 1
Marlin/Configuration.h Dosyayı Görüntüle

@@ -70,7 +70,7 @@ Here are some standard links for getting your machine calibrated:
70 70
 
71 71
 // Optional custom name for your RepStrap or other custom machine
72 72
 // Displayed in the LCD "Ready" message
73
-// #define CUSTOM_MACHINE_NAME "This RepRap"
73
+// #define CUSTOM_MACHINE_NAME "3D Printer"
74 74
 
75 75
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
76 76
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/configurator/config/Configuration.h Dosyayı Görüntüle

@@ -70,7 +70,7 @@ Here are some standard links for getting your machine calibrated:
70 70
 
71 71
 // Optional custom name for your RepStrap or other custom machine
72 72
 // Displayed in the LCD "Ready" message
73
-// #define CUSTOM_MACHINE_NAME "This RepRap"
73
+// #define CUSTOM_MACHINE_NAME "3D Printer"
74 74
 
75 75
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
76 76
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h Dosyayı Görüntüle

@@ -64,7 +64,7 @@ Here are some standard links for getting your machine calibrated:
64 64
 
65 65
 // Optional custom name for your RepStrap or other custom machine
66 66
 // Displayed in the LCD "Ready" message
67
-// #define CUSTOM_MACHINE_NAME "This RepRap"
67
+// #define CUSTOM_MACHINE_NAME "3D Printer"
68 68
  
69 69
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
70 70
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h Dosyayı Görüntüle

@@ -64,7 +64,7 @@ Here are some standard links for getting your machine calibrated:
64 64
 
65 65
 // Optional custom name for your RepStrap or other custom machine
66 66
 // Displayed in the LCD "Ready" message
67
-// #define CUSTOM_MACHINE_NAME "This RepRap"
67
+// #define CUSTOM_MACHINE_NAME "3D Printer"
68 68
 
69 69
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
70 70
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h Dosyayı Görüntüle

@@ -82,7 +82,7 @@ Here are some standard links for getting your machine calibrated:
82 82
 
83 83
 // Optional custom name for your RepStrap or other custom machine
84 84
 // Displayed in the LCD "Ready" message
85
-// #define CUSTOM_MACHINE_NAME "This RepRap"
85
+// #define CUSTOM_MACHINE_NAME "3D Printer"
86 86
 
87 87
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
88 88
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h Dosyayı Görüntüle

@@ -64,7 +64,7 @@ Here are some standard links for getting your machine calibrated:
64 64
 
65 65
 // Optional custom name for your RepStrap or other custom machine
66 66
 // Displayed in the LCD "Ready" message
67
-// #define CUSTOM_MACHINE_NAME "This RepRap"
67
+// #define CUSTOM_MACHINE_NAME "3D Printer"
68 68
 
69 69
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
70 70
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h Dosyayı Görüntüle

@@ -64,7 +64,7 @@ Here are some standard links for getting your machine calibrated:
64 64
 
65 65
 // Optional custom name for your RepStrap or other custom machine
66 66
 // Displayed in the LCD "Ready" message
67
-// #define CUSTOM_MACHINE_NAME "This RepRap"
67
+// #define CUSTOM_MACHINE_NAME "3D Printer"
68 68
 
69 69
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
70 70
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Dosyayı Görüntüle

@@ -64,7 +64,7 @@ Here are some standard links for getting your machine calibrated:
64 64
 
65 65
 // Optional custom name for your RepStrap or other custom machine
66 66
 // Displayed in the LCD "Ready" message
67
-// #define CUSTOM_MACHINE_NAME "This RepRap"
67
+// #define CUSTOM_MACHINE_NAME "3D Printer"
68 68
 
69 69
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
70 70
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

+ 1
- 1
Marlin/language.h Dosyayı Görüntüle

@@ -70,7 +70,7 @@
70 70
   #endif
71 71
 #else
72 72
   #ifndef MACHINE_NAME
73
-    #define MACHINE_NAME "Mendel"
73
+    #define MACHINE_NAME "3D Printer"
74 74
   #endif
75 75
 #endif
76 76
 

Loading…
İptal
Kaydet