From f8ed3a835d33976aa333621d0ba601457b1dd4d1 Mon Sep 17 00:00:00 2001 From: George Djabarov Date: Sat, 1 Aug 2015 17:05:13 -0700 Subject: [PATCH] Added comment with the RigidBot Big bed size --- Marlin/example_configurations/RigidBot/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index 28eb16d5f..6c997433e 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -383,9 +383,9 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0 -#define X_MAX_POS 254 // Rigidbot regular is 254mm -#define Y_MAX_POS 248 // Rigidbot regular is 248mm -#define Z_MAX_POS 254 // Rigidbot is 254mm +#define X_MAX_POS 254 // RigidBot regular is 254mm, RigitBot Big is 406mm +#define Y_MAX_POS 248 // RigidBot regular is 248mm, RigitBot Big is 304mm +#define Z_MAX_POS 254 // RigidBot regular and Big are 254mm //=========================================================================== //========================= Filament Runout Sensor ==========================