diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 0efac89..75b7eb7 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -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 /** diff --git a/Marlin/Version.h b/Marlin/Version.h index 4ec85c8..6b9bb45 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -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