From ec4cdc883fad4670c7df7eec829a0e775b953ee6 Mon Sep 17 00:00:00 2001 From: Michal Vokac Date: Sat, 6 Oct 2012 12:02:26 +0200 Subject: [PATCH] robodim: Update target radius. --- src/robodim/robodim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/robodim/robodim.h b/src/robodim/robodim.h index 7fc979c2..01df0456 100644 --- a/src/robodim/robodim.h +++ b/src/robodim/robodim.h @@ -96,7 +96,7 @@ /** * TARGET DIMENSIONS */ -#define TARGET_RADIUS_MM 100 +#define TARGET_RADIUS_MM 125 #define TARGET_RADIUS_M (TARGET_RADIUS_MM/1000.0) struct sharp_pos { -- 2.39.2