From 63adf8eb803afa8b061ba159977919295894073f Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 16 Feb 2020 10:46:13 +0200 Subject: [PATCH] genesys: Fix geometry of calibration strip on LiDE 60 --- backend/genesys/tables_model.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/genesys/tables_model.cpp b/backend/genesys/tables_model.cpp index 3c138842e..6da4b63d7 100644 --- a/backend/genesys/tables_model.cpp +++ b/backend/genesys/tables_model.cpp @@ -1185,8 +1185,8 @@ void genesys_init_usb_device_tables() model.x_size = 218.0; model.y_size = 299.0; - model.y_offset_calib_white = 6.0; - model.y_size_calib_mm = 1.5; // FIXME: check if the white area is really so small + model.y_offset_calib_white = 3.0; + model.y_size_calib_mm = 3.0; model.x_offset_calib_black = 0.0; model.x_offset_ta = 0.0;