delta[3] is used with SCARA

Shoot in the dark.
This commit is contained in:
AnHardt 2015-03-18 12:14:49 +01:00
parent e90985a4e8
commit f8c4d43886

View File

@ -357,6 +357,7 @@ int fanSpeed = 0;
#ifdef SCARA
float axis_scaling[3] = { 1, 1, 1 }; // Build size scaling, default to 1
static float delta[3] = { 0, 0, 0 };
#endif
bool cancel_heatup = false;