Browse Source

machine name for hephestos too

Scott Lahteine 9 years ago
parent
commit
c6bb98abad
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/example_configurations/Hephestos/Configuration.h

+ 2
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

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

Loading…
Cancel
Save