rhapsodyv / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://marlinfw.org
GNU General Public License v3.0
82 stars 428 forks source link

#define LEVEL_CORNERS_USE_PROBE BUG #22

Open blayno opened 3 years ago

blayno commented 3 years ago

So i uncommented #define LEVEL_CORNERS_USE_PROBEto use the probe for the level corners feature, but i appears theres a bug, it homes and then probes the first point, then moves to the second point, but repeatedly probes the second point and doesnt move on to point 3 or 4, just probes the second point over and over again

Steps to Reproduce

  1. [First Step] go to motion menu
  2. [Second Step]go to bed levelling
  3. [third step] go to level corners

Expected behavior: probe corners 1 through to 4

Actual behavior: Probes point 1, then moves to second probe point and continuously probes over and over not moving on to the 3rd and 4th point