Browse Source

Additions, mods to SCARA config

Scott Lahteine 8 years ago
parent
commit
890bade2fa
1 changed files with 9 additions and 4 deletions
  1. 9
    4
      Marlin/example_configurations/SCARA/Configuration.h

+ 9
- 4
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -89,10 +89,11 @@
89 89
 #if ENABLED(MORGAN_SCARA) || ENABLED(MAKERARM_SCARA)
90 90
   //#define DEBUG_SCARA_KINEMATICS
91 91
 
92
-  #define SCARA_SEGMENTS_PER_SECOND 200 // If movement is choppy try lowering this value
93
-  // Length of inner support arm
94
-  #define SCARA_LINKAGE_1 150 //mm      Preprocessor cannot handle decimal point...
95
-  // Length of outer support arm     Measure arm lengths precisely and enter
92
+  // If movement is choppy try lowering this value
93
+  #define SCARA_SEGMENTS_PER_SECOND 200
94
+
95
+  // Length of inner and outer support arms. Measure arm lengths precisely.
96
+  #define SCARA_LINKAGE_1 150 //mm
96 97
   #define SCARA_LINKAGE_2 150 //mm
97 98
 
98 99
   // SCARA tower offset (position of Tower relative to bed zero position)
@@ -100,8 +101,12 @@
100 101
   #define SCARA_OFFSET_X 100 //mm
101 102
   #define SCARA_OFFSET_Y -56 //mm
102 103
 
104
+  // Radius around the center where the arm cannot reach
105
+  #define MIDDLE_DEAD_ZONE 0 //mm
106
+
103 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
104 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
109
+
105 110
 #endif
106 111
 
107 112
 //===========================================================================

Loading…
Cancel
Save