Problem with rectangular grid leveling strategy

Hi guys,

I am new to Smoothieware.

I am getting crazy trying to set rectangular grid leveling.

My Bl touch is set and working, everything else seems to be working properly

When I try to use G32 I have this message: No strategy found to handle G32

here is my config:

## Z-probe

zprobe.enable true # Set to true to enable a zprobe
zprobe.probe_pin 1.28 # Pin probe is attached to, if NC remove the !
zprobe.slow_feedrate 5 # Mm/sec probe feed rate
zprobe.debounce_count 100 # Set if noisy
zprobe.fast_feedrate 100 # Move feedrate mm/sec
zprobe.probe_height 5 # How much above bed to start probe
gamma_min_endstop nc # Normally 1.28. Change to nc to prevent conflict,

##BLTouch Servo Settings
switch.servo.enable true
switch.servo.input_on_command M280 S3.0 # M280 S7.5 Would be midway
switch.servo.input_off_command M280 S7.0 # Same as M280 S0 0% duty cycle, effectivley off
switch.servo.output_pin 1.23 # Must be a PWM capable pin
switch.servo.output_type hwpwm # H/W PWM output settable
switch.servo.pwm_period_ms 20 # Set Period to 20ms (50Hz) - Default is 50Hz

## Levelling strategy

leveling-strategy.rectangular-grid.enable true
leveling-strategy.rectangular-grid.x_size 160
leveling-strategy.rectangular-grid.y_size 180
leveling-strategy.rectangular-grid.grid_x_size 9
leveling-strategy.rectangular-grid.grid_y_size 7
leveling-strategy.rectangular-grid.do_home false
leveling-strategy.rectangular-grid.probe_offsets 0,0,0 # probe offsets x,y,z (Z should always be 0)
leveling-strategy.rectangular-grid.save false
leveling-strategy.rectangular-grid.initial_height 10

Any idea?

Thank’s!

Imported from wikidot

Hey.

Make sure you are using the very latest edge firmware, and the matching very latest example configuration file.

Then, enable the levelling strategy by following exactly the instructions at smoothieware.org/zprobe

These sorts of error messages are most of the time due to mismatched firmware/config. Updating everything to latest solves it.

Thank you for the answer,

I have the latest firmware but just to be sure I will download and flash again

I was able to make three point leveling with G31 2 days ago but now nothing works…Maybe something got corrupted

I will try that and report

Thank’s again!

I have the latest edge binary. It does not seem to recognize the rectangular-grid levelling strategy. I’m getting the same response as Yannik above. I copied and pasted the config file example on the zprobe page. Any other thoughts?

-Scott

Hey. Please open a new post for your problem, it helps with keeping things clear and avoiding confusion between possibly different issues.