From 1701fd8f641757fa752acf40a6a1a7bdc4d572d4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 25 Mar 2025 16:39:09 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20DELTA=5FMAX=5FRADIUS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1202bc1e53..9a96169646 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1025,9 +1025,6 @@ // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers). #define PRINTABLE_RADIUS 140.0 // (mm) - // Maximum reachable area - #define DELTA_MAX_RADIUS 140.0 // (mm) - // Center-to-center distance of the holes in the diagonal push rods. #define DELTA_DIAGONAL_ROD 250.0 // (mm)