Hello Friends,
I have a problem with rectangular grid leveling. I have a probe offset like -48,0,0.
When i send G32 command, firstly the head goes 0,0 (without offset, it must go 48,0) try to find first Z height. So my probe is outside of bed and can not find bed at 0,0.
How can i solve this problem?
leveling-strategy.rectangular-grid.enable true # The strategy must be enabled in the config, as well as the zprobe module.
leveling-strategy.rectangular-grid.x_size 400 # size of bed in the X axis
leveling-strategy.rectangular-grid.y_size 185 # size of bed in the Y axis
leveling-strategy.rectangular-grid.size 7 # The size of the grid, for example, 7 causes a 7x7 grid with 49 points.
leveling-strategy.rectangular-grid.do_home false # Must be an odd number.
leveling-strategy.rectangular-grid.probe_offsets -48,0,0 # Optional probe offsets from the nozzle or tool head
leveling-strategy.rectangular-grid.save false # If the saved grid is to be loaded on boot then this must be set to true
leveling-strategy.rectangular-grid.initial_height 5 # Optionally an initial_height can be set that tell the intial probe
# where to stop the fast decent before it probes, this should
# around 5-10mm above the bed
Regards
Cihan Alak