Browse Source

Init xProbe/yProbe for compiler

pull/1/head
Scott Lahteine 8 years ago
parent
commit
666e944336
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -3527,7 +3527,7 @@ inline void gcode_G28() {
// Deploy the probe. Probe will raise if needed.
if (DEPLOY_PROBE()) return;
float xProbe, yProbe, measured_z = 0;
float xProbe = 0, yProbe = 0, measured_z = 0;
#if ENABLED(AUTO_BED_LEVELING_GRID)

Loading…
Cancel
Save