kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Improve LiDE 200 motor tables to fix lock-ups
rodzic
38b921e844
commit
dcd5982de1
|
@ -181,17 +181,13 @@ void genesys_init_motor_tables()
|
||||||
motor.id = MotorId::CANON_LIDE_200;
|
motor.id = MotorId::CANON_LIDE_200;
|
||||||
motor.base_ydpi = 1200;
|
motor.base_ydpi = 1200;
|
||||||
motor.optical_ydpi = 6400;
|
motor.optical_ydpi = 6400;
|
||||||
motor.profiles.push_back({MotorSlope::create_from_steps(46876, 534, 255),
|
motor.profiles.push_back({MotorSlope::create_from_steps(46876, 864, 255),
|
||||||
StepType::HALF, 1424});
|
|
||||||
motor.profiles.push_back({MotorSlope::create_from_steps(46876, 534, 255),
|
|
||||||
StepType::HALF, 1432});
|
StepType::HALF, 1432});
|
||||||
motor.profiles.push_back({MotorSlope::create_from_steps(46876, 534, 255),
|
motor.profiles.push_back({MotorSlope::create_from_steps(46876, 864, 279),
|
||||||
StepType::HALF, 2848});
|
|
||||||
motor.profiles.push_back({MotorSlope::create_from_steps(46876, 534, 279),
|
|
||||||
StepType::QUARTER, 2712});
|
StepType::QUARTER, 2712});
|
||||||
motor.profiles.push_back({MotorSlope::create_from_steps(31680, 534, 247),
|
motor.profiles.push_back({MotorSlope::create_from_steps(31680, 864, 247),
|
||||||
StepType::EIGHTH, 5280});
|
StepType::EIGHTH, 5280});
|
||||||
motor.profiles.push_back({MotorSlope::create_from_steps(31680, 534, 247),
|
motor.profiles.push_back({MotorSlope::create_from_steps(31680, 864, 247),
|
||||||
StepType::EIGHTH, 10416});
|
StepType::EIGHTH, 10416});
|
||||||
s_motors->push_back(std::move(motor));
|
s_motors->push_back(std::move(motor));
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue