Added ifndef

This commit is contained in:
Wing Tang Wong 2014-09-16 14:31:58 -07:00
parent 88d12a762a
commit 58eabd21fb

View File

@ -319,6 +319,7 @@ bool cancel_heatup = false ;
const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
static float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
#ifndef DELTA
static float delta[3] = {0.0, 0.0, 0.0};
#endif