USE_AUTOMATIC_VERSIONING hook
This commit is contained in:
@@ -21,6 +21,14 @@
|
|||||||
// example_configurations/SCARA directory.
|
// example_configurations/SCARA directory.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// @section info
|
||||||
|
|
||||||
|
#ifdef USE_AUTOMATIC_VERSIONING
|
||||||
|
#include "_Version.h"
|
||||||
|
#else
|
||||||
|
#include "Default_Version.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
@@ -39,6 +39,14 @@
|
|||||||
//========================= SCARA Settings end ==================================
|
//========================= SCARA Settings end ==================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
|
// @section info
|
||||||
|
|
||||||
|
#ifdef USE_AUTOMATIC_VERSIONING
|
||||||
|
#include "_Version.h"
|
||||||
|
#else
|
||||||
|
#include "Default_Version.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
@@ -14,6 +14,14 @@
|
|||||||
// example_configurations/delta directory.
|
// example_configurations/delta directory.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// @section info
|
||||||
|
|
||||||
|
#ifdef USE_AUTOMATIC_VERSIONING
|
||||||
|
#include "_Version.h"
|
||||||
|
#else
|
||||||
|
#include "Default_Version.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
@@ -21,6 +21,14 @@
|
|||||||
// example_configurations/SCARA directory.
|
// example_configurations/SCARA directory.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// @section info
|
||||||
|
|
||||||
|
#ifdef USE_AUTOMATIC_VERSIONING
|
||||||
|
#include "_Version.h"
|
||||||
|
#else
|
||||||
|
#include "Default_Version.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
@@ -21,6 +21,14 @@
|
|||||||
// example_configurations/SCARA directory.
|
// example_configurations/SCARA directory.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// @section info
|
||||||
|
|
||||||
|
#ifdef USE_AUTOMATIC_VERSIONING
|
||||||
|
#include "_Version.h"
|
||||||
|
#else
|
||||||
|
#include "Default_Version.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
||||||
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
||||||
// build by the user have been successfully uploaded into firmware.
|
// build by the user have been successfully uploaded into firmware.
|
||||||
|
@@ -30,6 +30,12 @@
|
|||||||
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
|
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(USE_AUTOMATIC_VERSIONING)
|
||||||
|
#include "_Version.h"
|
||||||
|
#else
|
||||||
|
#include "Default_Version.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PROTOCOL_VERSION "1.0"
|
#define PROTOCOL_VERSION "1.0"
|
||||||
|
|
||||||
#if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
|
#if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
|
||||||
|
Reference in New Issue
Block a user