SCARA_SEGMENTS_PER_SECOND
This commit is contained in:
parent
9e95ceb3fc
commit
b2bd9aae7c
@ -363,6 +363,7 @@ bool target_direction;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SCARA
|
#ifdef SCARA
|
||||||
|
float delta_segments_per_second = SCARA_SEGMENTS_PER_SECOND;
|
||||||
static float delta[3] = { 0 };
|
static float delta[3] = { 0 };
|
||||||
float axis_scaling[3] = { 1, 1, 1 }; // Build size scaling, default to 1
|
float axis_scaling[3] = { 1, 1, 1 }; // Build size scaling, default to 1
|
||||||
#endif
|
#endif
|
||||||
|
@ -30,7 +30,7 @@ Here are some standard links for getting your machine calibrated:
|
|||||||
// You might need Z-Min endstop on SCARA-Printer to use this feature. Actually untested!
|
// You might need Z-Min endstop on SCARA-Printer to use this feature. Actually untested!
|
||||||
// Uncomment to use Morgan scara mode
|
// Uncomment to use Morgan scara mode
|
||||||
#define SCARA
|
#define SCARA
|
||||||
#define scara_segments_per_second 200 //careful, two much will decrease performance...
|
#define SCARA_SEGMENTS_PER_SECOND 200 // If movement is choppy try lowering this value
|
||||||
// Length of inner support arm
|
// Length of inner support arm
|
||||||
#define Linkage_1 150 //mm Preprocessor cannot handle decimal point...
|
#define Linkage_1 150 //mm Preprocessor cannot handle decimal point...
|
||||||
// Length of outer support arm Measure arm lengths precisely and enter
|
// Length of outer support arm Measure arm lengths precisely and enter
|
||||||
|
Loading…
Reference in New Issue
Block a user