From 44812981295b0300b65aadd9e7958c0c6cd81a6f Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sat, 9 Nov 2019 22:51:42 +0200 Subject: [PATCH] genesys: Fix invalid memory access on DSMobile 600 and DocketPort 467 --- backend/genesys/tables_motor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/genesys/tables_motor.cpp b/backend/genesys/tables_motor.cpp index cd3f0c6d1..bb15f7c79 100644 --- a/backend/genesys/tables_motor.cpp +++ b/backend/genesys/tables_motor.cpp @@ -313,7 +313,7 @@ void genesys_init_motor_tables() motor.id = MotorId::DSMOBILE_600; motor.base_ydpi = 750; motor.optical_ydpi = 1500; - motor.max_step_type = 2; + motor.max_step_type = 1; slope = Genesys_Motor_Slope(); slope.maximum_start_speed = 6666;