kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch '231-canon-lide-120-wrong-size-with-y-x-after-update-to-sane-backends-1-0-28-1078-g5747ffa9' into 'master'
Resolve "Canon LiDE 120: wrong size with -y -x after update to sane-backends 1.0.28-1078-g5747ffa9" Closes #231 See merge request sane-project/backends!423release-1.1.x
commit
9a0fa0da86
|
@ -472,7 +472,7 @@ void genesys_init_motor_tables()
|
|||
motor.base_ydpi = 4800;
|
||||
motor.profiles.push_back({MotorSlope::create_from_steps(62496, 864, 127),
|
||||
StepType::FULL, 4608});
|
||||
motor.profiles.push_back({MotorSlope::create_from_steps(62496, 2010, 63),
|
||||
motor.profiles.push_back({MotorSlope::create_from_steps(62496, 1338, 63),
|
||||
StepType::HALF, 5360});
|
||||
motor.profiles.push_back({MotorSlope::create_from_steps(62464, 2632, 3),
|
||||
StepType::QUARTER, 10528});
|
||||
|
|
Ładowanie…
Reference in New Issue