From 9181b5e7aa1f54d7589cda0c4aa996b447971822 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 10 Aug 2012 17:34:47 +0100 Subject: [PATCH] Refresh of homeaxis-function --- Marlin/Marlin.pde | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Marlin/Marlin.pde b/Marlin/Marlin.pde index 63501a8..32c6ec8 100644 --- a/Marlin/Marlin.pde +++ b/Marlin/Marlin.pde @@ -561,6 +561,7 @@ bool code_seen(char code) static const PROGMEM type array##_P[3] = { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; DEFINE_PGM_READ_ANY(float, float); +DEFINE_PGM_READ_ANY(signed char, byte); XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS); XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS); @@ -587,14 +588,14 @@ static void homeaxis(int axis) { if (doaxis & (1<