Slight problem with G29 and G32 commands
Hi. I have a slight misunderstanding.
When I use G32 command, the printer "scans" for the Z depth on 5x5 grid defined by the firmware no problem.
It prints the results and adjusts the correction matrix (if used with S2 parameter).
However, when I use G29, it ignores the points set within the firmware - it goes beyond X=0 and beyond X=Xmax.
Is there some different settings for measuring points for G29?
When I use G32 command, the printer "scans" for the Z depth on 5x5 grid defined by the firmware no problem.
It prints the results and adjusts the correction matrix (if used with S2 parameter).
However, when I use G29, it ignores the points set within the firmware - it goes beyond X=0 and beyond X=Xmax.
Is there some different settings for measuring points for G29?
Comments
What's interesting is that the G32 command took the EEPROM values while the G29 took the compiled ones
Well, after further investigation (and lots of trial and error) I can say this:
- the G29 works OK if I reset the printer after changing the values using repetier frontend - if I don't reset the board, the values stored in EEPROM by Repetier Host are ignored
- as soon as I reset the printer, everything works OK
- the points tend to ignore the probe distance - e.g. if I want to scan the point [50, 50], I had to "adjust" it by the probe distance from the hotend to actualy measure the correct spot - therefore all the measurements are a bit shifted
Does anyone else noticed the last point, or is it just me with my huge distance from probe to the hot end?