Revert bed sizing test values

Reverting some minor changes to bed size. Those were not meant for the main branch, just for testing.
This commit is contained in:
David Ramiro 2019-01-10 18:52:14 +01:00
parent 433ff96886
commit de70c97f4a
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
2 changed files with 6 additions and 6 deletions

View File

@ -889,11 +889,11 @@
#define Y_BED_SIZE 215
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS -3
#define X_MIN_POS -5
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 215
#define Y_MAX_POS 215
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 205
/**

View File

@ -41,14 +41,14 @@
* Verbose version identifier which should contain a reference to the location
* from where the binary was downloaded or the source code was compiled.
*/
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github)"
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github, davidramiro)"
/**
* The STRING_DISTRIBUTION_DATE represents when the binary file was built,
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2019-01-07"
#define STRING_DISTRIBUTION_DATE "2019-01-10"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.
@ -70,7 +70,7 @@
/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
*/
#define MACHINE_NAME "3D Printer"
#define MACHINE_NAME "Anycubic i3 Mega"
/**
* The SOURCE_CODE_URL is the location where users will find the Marlin Source