genesys: Use float to store tl_x and tl_y scan settings

merge-requests/340/head
Povilas Kanapickas 2020-02-03 00:41:55 +02:00
rodzic 0a49fa10ee
commit 325aba25f1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -60,9 +60,9 @@ struct Genesys_Settings
unsigned yres = 0;
//x start on scan table in mm
double tl_x = 0;
float tl_x = 0;
// y start on scan table in mm
double tl_y = 0;
float tl_y = 0;
// number of lines at scan resolution
unsigned int lines = 0;