Browse Source

Added comment with the RigidBot Big bed size

George Djabarov 10 years ago
parent
commit
f8ed3a835d
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/example_configurations/RigidBot/Configuration.h

+ 3
- 3
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -383,9 +383,9 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
383 383
 #define X_MIN_POS 0
384 384
 #define Y_MIN_POS 0
385 385
 #define Z_MIN_POS 0
386
-#define X_MAX_POS 254  // Rigidbot regular is 254mm
387
-#define Y_MAX_POS 248  // Rigidbot regular is 248mm
388
-#define Z_MAX_POS 254  // Rigidbot is 254mm
386
+#define X_MAX_POS 254  // RigidBot regular is 254mm, RigitBot Big is 406mm
387
+#define Y_MAX_POS 248  // RigidBot regular is 248mm, RigitBot Big is 304mm
388
+#define Z_MAX_POS 254  // RigidBot regular and Big are 254mm
389 389
 
390 390
 //===========================================================================
391 391
 //========================= Filament Runout Sensor ==========================

Loading…
Cancel
Save