MIDDLE_DEAD_ZONE => MIDDLE_DEAD_ZONE_R
This commit is contained in:
parent
6cf0952bf9
commit
8935bed594
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
#define SCARA_OFFSET_Y -56 //mm
|
#define SCARA_OFFSET_Y -56 //mm
|
||||||
|
|
||||||
// Radius around the center where the arm cannot reach
|
// 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 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
|
#define PSI_HOMING_OFFSET 0 //calculatated from Calibration Guide and command M364 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073
|
||||||
|
|
Reference in a new issue