Browse Source

MIDDLE_DEAD_ZONE => MIDDLE_DEAD_ZONE_R

Scott Lahteine 8 years ago
parent
commit
8935bed594
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/SCARA/Configuration.h

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -102,7 +102,7 @@
102 102
   #define SCARA_OFFSET_Y -56 //mm
103 103
 
104 104
   // Radius around the center where the arm cannot reach
105
-  #define MIDDLE_DEAD_ZONE 0 //mm
105
+  #define MIDDLE_DEAD_ZONE_R 0 //mm
106 106
 
107 107
   #define THETA_HOMING_OFFSET 0  //calculatated from Calibration Guide and command M360 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073
108 108
   #define PSI_HOMING_OFFSET   0  //calculatated from Calibration Guide and command M364 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073

Loading…
Cancel
Save