Unreliable Z height calibration on V-Core 3 w/BLtouch & Mini 5+
-
Add these two lines at the beginning of your homeALL.g file and your homeZ.g file:
G29 S2 ; cancel mesh bed compensation M290 R0 S0 ; cancel baby stepping
Frederick
-
-
@juliann said in Unreliable Z height calibration on V-Core 3 w/BLtouch & Mini 5+:
Hi Frederick! @fcwilt
Very good news, you found the solution!
I applied your suggestions and now the issue is totally fixed!Thank you so much for all the help provided.
Julián.
Glad we were able to sort things out.
Frederick
-
@fcwilt said in Unreliable Z height calibration on V-Core 3 w/BLtouch & Mini 5+:
For the next print I am thinking baby-stepping is still in effect (it remains at 0.09) which changes the results of G30 and the nozzle ends up farther away from the bed on the next print(s).
Thanks for identifying this. It sounds as though babystepping is affecting the behaviour of G29 and G30 probing, and I think it would be better if it didn't. I will add this to the work list.
-
Looks like G30 is working correctly after all. If I run G30 to establish Z=0, send M290 Z1 and then G1 Z0, the nozzle sits 1mm above the bed. If I then run G30 again and then again send G1 Z0, the nozzle is still 1mm above the bed.
-
@dc42 said in Unreliable Z height calibration on V-Core 3 w/BLtouch & Mini 5+:
Looks like G30 is working correctly after all. If I run G30 to establish Z=0, send M290 Z1 and then G1 Z0, the nozzle sits 1mm above the bed. If I then run G30 again and then again send G1 Z0, the nozzle is still 1mm above the bed.
Well it seems my understanding of the interaction of M290 and G30 was wrong.
But it seemed to explain what the OP was seeing and the suggested changes did fix the problem.
Which then leaves the original question as to why the first print never worked but subsequent ones did.
Frederick
-
@dc42 Same here. Babystepping and G30 works.
-
@juliann Just a note about your config unrelated to the Z problem. Don't you have your current too high for the motor on the LGX extruder? Max current should only be 0.7A. Building the same printer as you (using a SuperPINDA vs BLtouch) and comparing configs
-
Hi
@nurgelrot!
Good catch! yes, that was wrong for sure. Thank you very much!@dc42 @fcwilt @PCR
Thank you very much for the additional tests, clearly I had something wrong in my original config, everything is still working fine by the moment.Julián.
-
@juliann sorry i have been afk.. a couple of other suggestions-
you might want to consider seperating homing/leveling out from you print file.
make a seperate macro and use that at the start of a print 'session'that way if you have to cancel and restart a print, you are not going through the whole procedure of homing/leveling.
you mentioned trying to print with PETG- i suspect you came across some old posts about how hard and finnicky it can be. most of that advice is just rubbish. dont get intimidated.
petg wants slower and no cooling. I use the same filament profile for PETG as PLA only temps are 235 and cooling 0. I may have bumped retract/destring a hair.
-
-