From: Ian Jackson Date: Fri, 10 Aug 2012 16:34:47 +0000 (+0100) Subject: Refresh of homeaxis-function X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9181b5e7aa1f54d7589cda0c4aa996b447971822;p=marlin.git Refresh of homeaxis-function --- 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<