|
|
@ -97,6 +97,11 @@ |
|
|
|
#define MOTOR2_REFL_MIRROR true |
|
|
|
#define MOTOR2_REFR_MIRROR true |
|
|
|
|
|
|
|
#define MOTOR2_VSTART 100 |
|
|
|
#define MOTOR2_A1 100 |
|
|
|
#define MOTOR2_V1 800 |
|
|
|
#define MOTOR2_AMAX 300 |
|
|
|
|
|
|
|
#define MOTOR2_MOTOR_SHAFT true |
|
|
|
#define MOTOR2_MOTOR_ONE_CIRCLE_PULSE 20 |
|
|
|
#define MOTOR2_MOTOR_ONE_CIRCLE_PULSE_DENOMINATOR 1 |
|
|
@ -104,18 +109,18 @@ |
|
|
|
#define MOTOR2_STEPMOTOR_IRUN 15 |
|
|
|
#define MOTOR2_STEPMOTOR_IHOLDDELAY 1000 |
|
|
|
#define MOTOR2_STEPMOTOR_IGLOBALSCALER 0 |
|
|
|
#define MOTOR2_MOTOR_DEFAULT_VELOCITY 600 |
|
|
|
#define MOTOR2_MIN_D TMC5130_DEFAULT__MIN_D |
|
|
|
#define MOTOR2_MAX_D TMC5130_DEFAULT__MAX_D |
|
|
|
#define MOTOR2_MOTOR_RUN_TO_ZERO_SPEED 600 |
|
|
|
#define MOTOR2_MOTOR_DEFAULT_VELOCITY 2400 |
|
|
|
#define MOTOR2_MIN_D 0 |
|
|
|
#define MOTOR2_MAX_D 0 |
|
|
|
#define MOTOR2_MOTOR_RUN_TO_ZERO_SPEED 1000 |
|
|
|
#define MOTOR2_MOTOR_LOOK_ZERO_EDGE_SPEED 100 |
|
|
|
#define MOTOR2_MOTOR_VSTART TMC5130_DEFAULT__MOTOR_VSTART |
|
|
|
#define MOTOR2_MOTOR_A1 TMC5130_DEFAULT__MOTOR_A1 |
|
|
|
#define MOTOR2_MOTOR_AMAX 300 |
|
|
|
#define MOTOR2_MOTOR_V1 TMC5130_DEFAULT__MOTOR_V1 |
|
|
|
#define MOTOR2_MOTOR_DMAX 300 |
|
|
|
#define MOTOR2_MOTOR_D1 TMC5130_DEFAULT__MOTOR_D1 |
|
|
|
#define MOTOR2_MOTOR_VSTOP TMC5130_DEFAULT__MOTOR_VSTOP |
|
|
|
#define MOTOR2_MOTOR_TZEROWAIT TMC5130_DEFAULT__MOTOR_TZEROWAIT |
|
|
|
#define MOTOR2_MOTOR_VSTART MOTOR2_VSTART |
|
|
|
#define MOTOR2_MOTOR_A1 MOTOR2_A1 |
|
|
|
#define MOTOR2_MOTOR_AMAX MOTOR2_AMAX |
|
|
|
#define MOTOR2_MOTOR_V1 MOTOR2_V1 |
|
|
|
#define MOTOR2_MOTOR_DMAX MOTOR2_AMAX |
|
|
|
#define MOTOR2_MOTOR_D1 MOTOR2_A1 |
|
|
|
#define MOTOR2_MOTOR_VSTOP MOTOR2_VSTART |
|
|
|
#define MOTOR2_MOTOR_TZEROWAIT 100 |
|
|
|
#define MOTOR2_ENC_RESOLUTION 0 |
|
|
|
#define MOTOR2_ENABLE_ENC_RESOLUTION 0 |