|
|
@ -75,8 +75,8 @@
|
|
|
|
#define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
|
|
|
|
#define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef BUILD_VERSION
|
|
|
|
#ifndef DETAILED_BUILD_VERSION
|
|
|
|
#define BUILD_VERSION "V1; Sprinter/grbl mashup for gen6"
|
|
|
|
#error BUILD_VERSION Information must be specified
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef MACHINE_UUID
|
|
|
|
#ifndef MACHINE_UUID
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
#define MSG_INVALID_EXTRUDER "Invalid extruder"
|
|
|
|
#define MSG_INVALID_EXTRUDER "Invalid extruder"
|
|
|
|
#define MSG_INVALID_SOLENOID "Invalid solenoid"
|
|
|
|
#define MSG_INVALID_SOLENOID "Invalid solenoid"
|
|
|
|
#define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
|
|
|
|
#define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
|
|
|
|
#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"
|
|
|
|
#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin " DETAILED_BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
|
|
|
|
#define MSG_COUNT_X " Count X: "
|
|
|
|
#define MSG_COUNT_X " Count X: "
|
|
|
|
#define MSG_ERR_KILLED "Printer halted. kill() called!"
|
|
|
|
#define MSG_ERR_KILLED "Printer halted. kill() called!"
|
|
|
|
#define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
|
|
|
#define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
|
|
|