浏览代码

MIDDLE_DEAD_ZONE => MIDDLE_DEAD_ZONE_R

Scott Lahteine 8 年前
父节点
当前提交
8935bed594
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/example_configurations/SCARA/Configuration.h

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h 查看文件

@@ -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

正在加载...
取消
保存