|
@@ -45,20 +45,20 @@
|
45
|
45
|
|
46
|
46
|
#if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
|
47
|
47
|
#define MACHINE_NAME "Ultimaker"
|
48
|
|
- #define FIRMWARE_URL "http://firmware.ultimaker.com"
|
|
48
|
+ #define SOURCE_CODE_URL "http://firmware.ultimaker.com"
|
49
|
49
|
#elif MB(RUMBA)
|
50
|
50
|
#define MACHINE_NAME "Rumba"
|
51
|
51
|
#elif MB(3DRAG)
|
52
|
52
|
#define MACHINE_NAME "3Drag"
|
53
|
|
- #define FIRMWARE_URL "http://3dprint.elettronicain.it/"
|
|
53
|
+ #define SOURCE_CODE_URL "http://3dprint.elettronicain.it/"
|
54
|
54
|
#elif MB(K8200)
|
55
|
55
|
#define MACHINE_NAME "K8200"
|
56
|
|
- #define FIRMWARE_URL "https://github.com/CONSULitAS/Marlin-K8200"
|
|
56
|
+ #define SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"
|
57
|
57
|
#elif MB(5DPRINT)
|
58
|
58
|
#define MACHINE_NAME "Makibox"
|
59
|
59
|
#elif MB(SAV_MKI)
|
60
|
60
|
#define MACHINE_NAME "SAV MkI"
|
61
|
|
- #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
|
|
61
|
+ #define SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
|
62
|
62
|
#elif !defined(MACHINE_NAME)
|
63
|
63
|
#define MACHINE_NAME "3D Printer"
|
64
|
64
|
#endif
|
|
@@ -73,8 +73,8 @@
|
73
|
73
|
#define MACHINE_NAME CUSTOM_MACHINE_NAME
|
74
|
74
|
#endif
|
75
|
75
|
|
76
|
|
-#ifndef FIRMWARE_URL
|
77
|
|
- #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
|
|
76
|
+#ifndef SOURCE_CODE_URL
|
|
77
|
+ #define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
|
78
|
78
|
#endif
|
79
|
79
|
|
80
|
80
|
#ifndef BUILD_VERSION
|
|
@@ -132,7 +132,7 @@
|
132
|
132
|
#define MSG_HEATING_COMPLETE "Heating done."
|
133
|
133
|
#define MSG_BED_HEATING "Bed Heating."
|
134
|
134
|
#define MSG_BED_DONE "Bed done."
|
135
|
|
-#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin " BUILD_VERSION " FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
|
|
135
|
+#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin " BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
|
136
|
136
|
#define MSG_COUNT_X " Count X: "
|
137
|
137
|
#define MSG_ERR_KILLED "Printer halted. kill() called!"
|
138
|
138
|
#define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|