Hello,
I am trying to make a pcb with this autolevel,and it works fine with a single bit,
If i use different bits for routing and for clearing leftover ( 0.2mm Vbit and 0.7 mm corn endmill) i loose the saved variables.
To be exact the steps are :
1) i open the file in autolevel plugin , and export to UCCNC.
2) i click cycle start and i map the board to obtain level z value of #5063 into variables #100 to #max
3) i run the program and mill the board with the Vbit . after this i have a M0 stop command
4) I change the bit with the 0.7 mm endimill i press the M31 button to zero the bit and I look on the variables plugin to see the values. Values are 0.xx on all variables used , but when i click cycle start , after pressing the ok button of the initial movement preparation, all the variables are modified with the difference of height , so now i have al used variables let's say 3.xx mm ( because the endmill was placed 3 mm lower than the Vbit tool) and after this the desaster begins and the bit breaks because it is milling the cnc table that is under the pcb....
If i only mount new bit , touch the pcb and tighten the bit in this position and manualy type 0 on the z edit field , everything is fine and i can continue milling but of course z is not so acurate
M31 macro does not appear to modify the variables, and after runing it variables remain the same , but after cycle start the variables are automatically updated
Can anyone help me with a hint
of know to avoid this , or how can i disable automatic update of the variables after another probing is done ?