From 8935bed594ecad617b94d94826e1d29e788e5c35 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 24 Sep 2016 05:18:36 -0500 Subject: [PATCH] MIDDLE_DEAD_ZONE => MIDDLE_DEAD_ZONE_R --- Marlin/example_configurations/SCARA/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index 370024f11..99ceb678d 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -102,7 +102,7 @@ #define SCARA_OFFSET_Y -56 //mm // Radius around the center where the arm cannot reach - #define MIDDLE_DEAD_ZONE 0 //mm + #define MIDDLE_DEAD_ZONE_R 0 //mm #define THETA_HOMING_OFFSET 0 //calculatated from Calibration Guide and command M360 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073 #define PSI_HOMING_OFFSET 0 //calculatated from Calibration Guide and command M364 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073