From 20d113bb131bb5cdc4513c9ff7ebcd023ccbbd87 Mon Sep 17 00:00:00 2001 From: andi448 <37498627+andi448@users.noreply.github.com> Date: Wed, 6 May 2020 08:07:13 +0200 Subject: [PATCH] Fix Tornado bed width (#88) --- config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h | 2 +- config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h index b429019ee0..b2e6e6ffa4 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h @@ -1109,7 +1109,7 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 320 +#define X_BED_SIZE 310 #define Y_BED_SIZE 300 // Travel limits (mm) after homing, corresponding to endstop positions. diff --git a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h index 583cf50160..de3c9bdf63 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h +++ b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h @@ -1109,7 +1109,7 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 320 +#define X_BED_SIZE 310 #define Y_BED_SIZE 300 // Travel limits (mm) after homing, corresponding to endstop positions.