BL-touch was working
-
Can you share a screen shot of the heightmap viewer in DWC?
Did you go through and make all the changes I had mentioned in that longer post?
-
-
@downshift64 i done some of the changes and just wanted to try it since my bed has been heating for about 1 hour but working on all of them now
got my redone my Z0
i haven't been doing the probe offset right i just jogged the nozzle or X around and whatever the location was on the web status was i put that as the offset i didn't realize that one side u had to put positive or neg that's helped a lot -
Yeah that will make a big difference because it depends on the offset to tell it where the probe is in relation to the nozzle. So the heightmap will be shifted by whatever the error is in the offset from probe to nozzle.
-
@phaedrux i taped a piece of paper down to the bed touched it with the nozzle then marked that spot it took 30mm of y and 37mm of x to line the probe up with the mark my probe is to the right of the nozzle and in front of it so that would be y is -30 and X is +37
G31 P500 X37 Y-30 Z2.67 ; set Z probe trigger value, offset and trigger height
M557 X-23:277 Y30:294 S20 ; define mesh grid
what am i doing wrong now it wont probe in the spots i tell it -
That sounds correct for the measurement of the offset.
For the mesh grid I would try
M557 X40:277 Y40:290
I'm not sure what your X and Y maxima are, so I left them at 277 and 290, but I would take whatever you've measured for the M208 maxima and bring it in 40mm from the edge. That should at least get you safely within the bed bounds. Then you can try and increase the range a bit, keeping in mind that you don't want it to move the probe off the bed surface, and that it will skip any points it can't physically reach with the probe.
-
@phaedrux should the printer home at 0:0 with a probe first before it moves to the center of the bed right now i have it moving to center
; Axis Limits
M208 X-24 Y-29 Z-3.0 S1 ; set axis minima
M208 X305 Y295 Z295 S0 ; set axis maxima
G31 P500 X37 Y-30 Z2.67 ; set Z probe trigger value, offset and trigger height
M557 X-23:277 Y30:294 S20 ; define mesh grid
this is with M557 X40:277 Y40:290
M557 X-23:277 Y30:290 S20 this is what i get with this M557 the x location is where it should be but Y isnt it should be closer to the front or me by about 30+ mm
M98 P"0:/macros/PROBE BED GRID"
Warning: Skipping grid point X=-23.0, Y=30.0 because Z probe cannot reach it
Warning: Skipping grid point X=-3.0, Y=30.0 because Z probe cannot reach it
-
@downshift64 said in BL-touch was working:
should the printer home at 0:0 with a probe first before it moves to the center of the bed right now i have it moving to center
I'm not sure what you mean by that. Homing is done in homeall.g and the other homing macros. Normally it's recommended to home the Z axis with the probe at the center of the bed.
@downshift64 said in BL-touch was working:
M557 X-23:277 Y30:290 S20 this is what i get with this M557 the x location is where it should be but Y isnt it should be closer to the front or me by about 30+ mm
Then Change Y30:290 to Y5. Maybe Y0 if you think it's safely going to touch the bed at each point along the edge.
@downshift64 said in BL-touch was working:
Warning: Skipping grid point X=-23.0, Y=30.0 because Z probe cannot reach it
Warning: Skipping grid point X=-3.0, Y=30.0 because Z probe cannot reach itYour probe physically can't reach those points because it's on the right side of the print head. That's why I suggested starting with X40
-
@phaedrux what i am not understanding is why do you have to measure the probes offset to the nozzle when it doesnt use that or i am not understanding something here
-
@downshift64 damn it just clicked lol i was moving the nozzle out away from where it can print because i had entered that command to move outside bounds and was getting all my probe locations from that, sorry this took so long to get in this old head thank you for being very helpful and patient