Manual Bed Leveling Assistant huge values returned
-
I have not created a height map yet. I am trying to set up my Capacitive NPN switch and the suggested steps include to first manually level the bed. I have done that by hand, now I wanted to get the Manual Bed Leveling Assistant working so I can dial in the bed level as best as possible before creating that height map.
Do I have the steps wrong?
-
just run a G29 and look at the image. it will help
-
@Veti said in Manual Bed Leveling Assistant huge values returned:
just run a G29 and look at the image. it will help
Ok, will do once I get back home. Thanks for the assistance in this.
-
Probing twice the same point?
G30 P0 X26 Y226 Z-99999 ; probe near an adjusting screw G30 P1 X26 Y226 Z-99999 ; probe near an adjusting screw
-
@bdelia said in Manual Bed Leveling Assistant huge values returned:
G28 ; home
What is in your homeall?
-
@BoA said in Manual Bed Leveling Assistant huge values returned:
Probing twice the same point?
G30 P0 X26 Y226 Z-99999 ; probe near an adjusting screw G30 P1 X26 Y226 Z-99999 ; probe near an adjusting screw
Well that explains the double tap on that corner Thanks for the proofreading!
-
@Phaedrux said in Manual Bed Leveling Assistant huge values returned:
@bdelia said in Manual Bed Leveling Assistant huge values returned:
G28 ; home
What is in your homeall?
Here is my homeall
; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.1.9 on Sat Dec 05 2020 14:37:53 GMT-0800 (Pacific Standard Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X-270 Y-295 F1800 ; move quickly to X or Y endstop and stop there (first pass) G1 H1 X-270 ; home X axis G1 H1 Y-295 ; home Y axis G1 X5 Y5 F6000 ; go back a few mm G1 H1 X-270 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-295 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X25.914 Y53.86 F6000 ; go to first bed probe point and home Z G30 ; home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning
-
Ok, first off I want to thank this community for always being willing to help out.
I think probing that one point twice that @BoA pointed out was the issue. I updated my bed.g file and all seems good now.
-
@bdelia said in Manual Bed Leveling Assistant huge values returned:
;M561 ; clear any bed transform
You may want to uncomment this, because you would want any mesh compensation or other bed surface alterations to be canceled when doing the leveling.
-
@Phaedrux said in Manual Bed Leveling Assistant huge values returned:
@bdelia said in Manual Bed Leveling Assistant huge values returned:
;M561 ; clear any bed transform
You may want to uncomment this, because you would want any mesh compensation or other bed surface alterations to be canceled when doing the leveling.
Thanks for the tip