Z Probing Issues

I have the firmware set to use Bed Leveling Method 1 (the grid method) with 2 repetitions but when i use G29 it probes the bottom left corner, bottom right corner and top center and homes it self without probing in a grid pattern 
Am i using the wrong GCode? configuration issue? 

Comments

  • Yes, wrong code. We are not marlin:-)
    G32 S2
    is what you want to run.
  • Repetier said:
    Yes, wrong code. We are not marlin:-)
    G32 S2
    is what you want to run.
    This worked to start probing, but i have a new problem and that is it appears to be doing my 5x5 grid at a 45* angle (diagonally) and causing the X axis to collide with the frame 
  • A little update, using the repetier host software and its bed leveling heatmap the bed leveling works just fine, but when i use G32 S2 i get the angled problem and you cant save any corrections from the host software's tool
  • You get the parallelogram if points are in wrong order. P1 is left front edge, P2 the right front and P3 the left back. P1-P2 and P1-P3 form the parallelogram.
Sign In or Register to comment.