Browse Source

Merge pull request #7261 from thinkyhead/bf_configs_by_vendor

Arrange more example configs by vendor
Scott Lahteine 8 years ago
parent
commit
68aea9c01d
35 changed files with 8 additions and 8 deletions
  1. 1
    1
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration.h
  2. 0
    0
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h
  3. 1
    1
      Marlin/example_configurations/AliExpress/CL-260/Configuration.h
  4. 1
    1
      Marlin/example_configurations/AliExpress/CL-260/README.txt
  5. 0
    0
      Marlin/example_configurations/BQ/Hephestos/Configuration.h
  6. 0
    0
      Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h
  7. 0
    0
      Marlin/example_configurations/BQ/Hephestos_2/Configuration.h
  8. 0
    0
      Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h
  9. 0
    0
      Marlin/example_configurations/BQ/Hephestos_2/README.md
  10. 0
    0
      Marlin/example_configurations/BQ/Hephestos_2/_Bootscreen.h
  11. 0
    0
      Marlin/example_configurations/BQ/WITBOX/Configuration.h
  12. 0
    0
      Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h
  13. 1
    1
      Marlin/example_configurations/Felix/Configuration.h
  14. 1
    1
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  15. 0
    0
      Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h
  16. 0
    0
      Marlin/example_configurations/Folger Tech/i3-2020/Configuration_adv.h
  17. 0
    0
      Marlin/example_configurations/Infitary/i3-M508/Configuration.h
  18. 0
    0
      Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h
  19. 0
    0
      Marlin/example_configurations/Malyan/M150/Configuration.h
  20. 0
    0
      Marlin/example_configurations/Malyan/M150/Configuration_adv.h
  21. 0
    0
      Marlin/example_configurations/Malyan/M150/README.md
  22. 0
    0
      Marlin/example_configurations/Malyan/M150/_Bootscreen.h
  23. 1
    1
      Marlin/example_configurations/RigidBot/Configuration.h
  24. 1
    1
      Marlin/example_configurations/TinyBoy2/Configuration.h
  25. 0
    0
      Marlin/example_configurations/Velleman/K8200/Configuration.h
  26. 0
    0
      Marlin/example_configurations/Velleman/K8200/Configuration_adv.h
  27. 0
    0
      Marlin/example_configurations/Velleman/K8200/README.md
  28. 0
    0
      Marlin/example_configurations/Velleman/K8400/Configuration.h
  29. 0
    0
      Marlin/example_configurations/Velleman/K8400/Configuration_adv.h
  30. 0
    0
      Marlin/example_configurations/Velleman/K8400/Dual-head/Configuration.h
  31. 0
    0
      Marlin/example_configurations/Velleman/K8400/README.md
  32. 0
    0
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h
  33. 0
    0
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration_adv.h
  34. 0
    0
      Marlin/example_configurations/gCreate/gMax1.5+/_Bootscreen.h
  35. 1
    1
      Marlin/example_configurations/wt150/Configuration.h

Marlin/example_configurations/TAZ4/Configuration.h → Marlin/example_configurations/AlephObjects/TAZ4/Configuration.h View File

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(Aleph Objects, Inc, TAZ  config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(Aleph Objects Inc, TAZ)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Marlin/example_configurations/TAZ4/Configuration_adv.h → Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h View File


Marlin/example_configurations/CL-260/Configuration.h → Marlin/example_configurations/AliExpress/CL-260/Configuration.h View File

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, example CL-260 config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, CL-260)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Marlin/example_configurations/CL-260/README.txt → Marlin/example_configurations/AliExpress/CL-260/README.txt View File

@@ -1,4 +1,4 @@
1
-This is an example configuration for the CL-260.
1
+This is an example configuration for the CL-260 Ultimaker 2 clone.
2 2
 Change Z_MAX_POS to 300 for the CL-260MAX.
3 3
 
4 4
 (The printer is available on AliExpress; be aware that this is not a beginner's

Marlin/example_configurations/Hephestos/Configuration.h → Marlin/example_configurations/BQ/Hephestos/Configuration.h View File


Marlin/example_configurations/Hephestos/Configuration_adv.h → Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h View File


Marlin/example_configurations/Hephestos_2/Configuration.h → Marlin/example_configurations/BQ/Hephestos_2/Configuration.h View File


Marlin/example_configurations/Hephestos_2/Configuration_adv.h → Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h View File


Marlin/example_configurations/Hephestos_2/README.md → Marlin/example_configurations/BQ/Hephestos_2/README.md View File


Marlin/example_configurations/Hephestos_2/_Bootscreen.h → Marlin/example_configurations/BQ/Hephestos_2/_Bootscreen.h View File


Marlin/example_configurations/WITBOX/Configuration.h → Marlin/example_configurations/BQ/WITBOX/Configuration.h View File


Marlin/example_configurations/WITBOX/Configuration_adv.h → Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h View File


+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, Felix)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, Felix/DUAL)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h → Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h View File


Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h → Marlin/example_configurations/Folger Tech/i3-2020/Configuration_adv.h View File


Marlin/example_configurations/Infitary-i3-M508/Configuration.h → Marlin/example_configurations/Infitary/i3-M508/Configuration.h View File


Marlin/example_configurations/Infitary-i3-M508/Configuration_adv.h → Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h View File


Marlin/example_configurations/M150/Configuration.h → Marlin/example_configurations/Malyan/M150/Configuration.h View File


Marlin/example_configurations/M150/Configuration_adv.h → Marlin/example_configurations/Malyan/M150/Configuration_adv.h View File


Marlin/example_configurations/M150/README.md → Marlin/example_configurations/Malyan/M150/README.md View File


Marlin/example_configurations/M150/_Bootscreen.h → Marlin/example_configurations/Malyan/M150/_Bootscreen.h View File


+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, RigidBot)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

+ 1
- 1
Marlin/example_configurations/TinyBoy2/Configuration.h View File

@@ -90,7 +90,7 @@
90 90
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
91 91
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
92 92
 // build by the user have been successfully uploaded into firmware.
93
-#define STRING_CONFIG_H_AUTHOR "(StefanB, default config)" // Who made the changes.
93
+#define STRING_CONFIG_H_AUTHOR "(StefanB, TinyBoy2)" // Who made the changes.
94 94
 #define SHOW_BOOTSCREEN
95 95
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
96 96
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Marlin/example_configurations/K8200/Configuration.h → Marlin/example_configurations/Velleman/K8200/Configuration.h View File


Marlin/example_configurations/K8200/Configuration_adv.h → Marlin/example_configurations/Velleman/K8200/Configuration_adv.h View File


Marlin/example_configurations/K8200/README.md → Marlin/example_configurations/Velleman/K8200/README.md View File


Marlin/example_configurations/K8400/Configuration.h → Marlin/example_configurations/Velleman/K8400/Configuration.h View File


Marlin/example_configurations/K8400/Configuration_adv.h → Marlin/example_configurations/Velleman/K8400/Configuration_adv.h View File


Marlin/example_configurations/K8400/Dual-head/Configuration.h → Marlin/example_configurations/Velleman/K8400/Dual-head/Configuration.h View File


Marlin/example_configurations/K8400/README.md → Marlin/example_configurations/Velleman/K8400/README.md View File


Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h → Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h View File


Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h → Marlin/example_configurations/gCreate/gMax1.5+/Configuration_adv.h View File


Marlin/example_configurations/gCreate_gMax1.5+/_Bootscreen.h → Marlin/example_configurations/gCreate/gMax1.5+/_Bootscreen.h View File


+ 1
- 1
Marlin/example_configurations/wt150/Configuration.h View File

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, wt150)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Loading…
Cancel
Save