From 8ad2c60d82797cc3495f63f8230bdf6f999067a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Thu, 3 Mar 2016 21:58:55 +0100 Subject: [PATCH] use half step mode for LiDE 110 600 dpi scan --- backend/genesys_gl124.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/genesys_gl124.h b/backend/genesys_gl124.h index e01c44aae..9ca6afd11 100644 --- a/backend/genesys_gl124.h +++ b/backend/genesys_gl124.h @@ -671,7 +671,7 @@ static uint32_t lide210_max[] = { 62496, 31296, 20864, 10432, 0}; */ static Motor_Profile motors[]={ {MOTOR_CANONLIDE110, 2768, 0, lide210_fast}, - {MOTOR_CANONLIDE110, 5360, 0, lide110_ok}, + {MOTOR_CANONLIDE110, 5360, 1, lide110_ok}, {MOTOR_CANONLIDE110, 10528, 1, lide110_slow}, {MOTOR_CANONLIDE110, 20864, 2, lide110_max}, {MOTOR_CANONLIDE120, 4608, 0, lide120_fast},