Added ifndef
This commit is contained in:
parent
88d12a762a
commit
58eabd21fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user