<font face="Arial, Verdana">Hello</font>
may be you can help me to understand and make it right....
So fare anything works right.
In Cura G-code i wrote this:
<font face="Arial, Verdana">...........</font>
<font face="Arial, Verdana">M321 ; Autolevel off</font>
<font face="Arial, Verdana">M322 ; Deactivate Autolevelmatrix</font>
<font face="Arial, Verdana">g32; z-probe</font>
<font face="Arial, Verdana">M320 S2 Autolevel on</font>
<font face="Arial, Verdana">..........</font>
So fare I understand, it's not necessary to autolevel everytime, because autolevel parameters are stored in eeprom. So i want to save time with following G-code (as long i dont change anything regarding nozzle and bed):
............
G0 X120 y114.7 ; move to center
g30 ; z-probe
......
With this code autolevel still works fine , B U T my nozzle is miles away from my bed!!!! I cant do anything to get it work.
If I manualy enter "G30" i find the right bed distance in the log - but not at the manual control window for z -distance.
Is it possible to probe with "G30" AND move to real z=0 point, or is there an other smart solution for "quick z-Probe" without probing x-times with "G32"?
Thanks for your help!
Uli