Set version.h and config to default
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
//#define X_2208
|
||||
//#define Y_2208
|
||||
|
||||
#define BedAC
|
||||
//#define BedAC
|
||||
|
||||
//#define tallVersion
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
* Enables a filament sensor plugged into the laser pin. Disables the laser
|
||||
*/
|
||||
//#define FilamentSensor
|
||||
//#define FilamentSensor
|
||||
/**
|
||||
* Configuration.h
|
||||
*
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
/**
|
||||
* Marlin release version identifier
|
||||
*/
|
||||
#define SHORT_BUILD_VERSION "bugfix-2.0.x"
|
||||
#define SHORT_BUILD_VERSION "bugfix-2.0.x_TR1"
|
||||
|
||||
/**
|
||||
* Verbose version identifier which should contain a reference to the location
|
||||
@@ -53,7 +53,7 @@
|
||||
* here we define this default string as the date where the latest release
|
||||
* version was tagged.
|
||||
*/
|
||||
#define STRING_DISTRIBUTION_DATE "2018-01-20"
|
||||
#define STRING_DISTRIBUTION_DATE "2018-08-08"
|
||||
|
||||
/**
|
||||
* Required minimum Configuration.h and Configuration_adv.h file versions.
|
||||
@@ -75,7 +75,7 @@
|
||||
/**
|
||||
* Defines a generic printer name to be output to the LCD after booting Marlin.
|
||||
*/
|
||||
#define MACHINE_NAME "3D Printer"
|
||||
#define MACHINE_NAME "TM3D Trex2+"
|
||||
|
||||
/**
|
||||
* The SOURCE_CODE_URL is the location where users will find the Marlin Source
|
||||
@@ -94,7 +94,7 @@
|
||||
* The WEBSITE_URL is the location where users can get more information such as
|
||||
* documentation about a specific Marlin release.
|
||||
*/
|
||||
#define WEBSITE_URL "http://marlinfw.org"
|
||||
#define WEBSITE_URL "http://tinymachines3d.com"
|
||||
|
||||
#endif // USE_AUTOMATIC_VERSIONING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user