BL-touch was working
-
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