File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
72
72
// Activate the following directive if you'd like to invert the motor rotation
73
73
// changing the focus direction.
74
- #define INVERT_MOTOR_DIR
74
+ // #define INVERT_MOTOR_DIR
75
75
76
76
// When active ardufocus will apply a trapezoidal acceleration profile to the
77
77
// motor's speed, this feature is EXPERIMENTAL. The objective is to help the
81
81
// When active ardufocus will cut the stepper motor current when idle, in theory
82
82
// this could lead to less accuracy betwen movements but will keep the motor
83
83
// cool. When disabling this flag make sure your motor does not overheat.
84
- // #define MOTOR_SLEEP_WHEN_IDLE
84
+ #define MOTOR_SLEEP_WHEN_IDLE
85
85
86
86
// When active each two half-steps will increase one unit on the step counter
87
87
// thus making distance-per-step constant between the two stepping modes, full
88
88
// and half.
89
89
//
90
90
// Enable this flag if you're using a cheap stepper motor such as 28BYJ-48 and
91
91
// verify if the overall system accuracy increases.
92
- #define COMPRESS_HALF_STEPS
92
+ // #define COMPRESS_HALF_STEPS
93
93
94
94
// ----------------------------------------------------------------------------
95
95
// Temperature sensor configuration -------------------------------------------
You can’t perform that action at this time.
0 commit comments