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