From 68464005cfef9e01949585f815c9fa9ed6167212 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 19 Oct 2018 20:47:27 +0200 Subject: [PATCH] Fix hole to hole rod length for Plus model (#12157) --- .../delta/Anycubic/Kossel/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h b/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h index 870c04ab94..068119466e 100644 --- a/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h +++ b/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h @@ -579,7 +579,7 @@ // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers). #define DELTA_PRINTABLE_RADIUS 116.0 // mm // Center-to-center distance of the holes in the diagonal push rods. - #define DELTA_DIAGONAL_ROD 271.5 // mm + #define DELTA_DIAGONAL_ROD 267 // mm // Horizontal offset from middle of printer to smooth rod center. #define DELTA_SMOOTH_ROD_OFFSET 186 // mm // Horizontal offset of the universal joints on the end effector.