Selaa lähdekoodia

fix travel speed option for G29

I forgot to enclousure the variable with #ifdef
alexborro 9 vuotta sitten
vanhempi
commit
888cf161bd
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna