mirror of
https://github.com/trudnai/Steve2.git
synced 2024-12-21 14:30:09 +00:00
Default speed acceleration was accidentally turned off
This commit is contained in:
parent
96ae85ec71
commit
ccf53fa6a6
@ -20,7 +20,7 @@ disk_t disk = {
|
|||||||
|
|
||||||
const int diskAccelerator_frames = 2;
|
const int diskAccelerator_frames = 2;
|
||||||
int diskAccelerator_count = 0;
|
int diskAccelerator_count = 0;
|
||||||
int diskAccelerator_speed = 1 * M / fps; // if less than actual CPU speed means no acceleration
|
int diskAccelerator_speed = 25 * M / fps; // if less than actual CPU speed means no acceleration
|
||||||
|
|
||||||
|
|
||||||
// motor position from the magnet state
|
// motor position from the magnet state
|
||||||
|
Loading…
Reference in New Issue
Block a user