fix travel speed option for G29

I forgot to enclousure the variable with #ifdef
This commit is contained in:
alexborro 2015-03-11 10:03:32 -03:00
parent af63b54562
commit 888cf161bd

View File

@ -201,7 +201,9 @@
#endif
float homing_feedrate[] = HOMING_FEEDRATE;
#ifdef ENABLE_AUTO_BED_LEVELING
int xy_travel_speed = XY_TRAVEL_SPEED;
#endif
int homing_bump_divisor[] = HOMING_BUMP_DIVISOR;
bool axis_relative_modes[] = AXIS_RELATIVE_MODES;
int feedmultiply = 100; //100->1 200->2