I am trying to get delta grid compensation working on my prusa type machine.
I see places with an example configuration for how to do this with my machine type.
One is here and gives this as an example:
smoothieware .org/zprobe
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 75 # size of bed in the X axis
leveling-strategy.rectangular-grid.y_size 50 # 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.
# Must be an odd number.
leveling-strategy.rectangular-grid.probe_offsets 0,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 10 # Optionally an initial_height can be set that tell the intial probe
# where to stop the fast decent before it probes, this should be
# around 5-10mm above the bed
The other is here and gives this example in the same section:
forum.smoothieware .org/zprobe
leveling-strategy.delta-grid.enable true # The strategy must be enabled in the config, as well as the zprobe module.
leveling-strategy.delta-grid.radius 50 # Radius of the bed, must be specified. This needs to be at least as big as
# the maximum printing radius as moves outside of this will not
# be compensated for correctly
leveling-strategy.delta-grid.size 7 # The size of the grid, for example, 7 causes a 7x7 grid with 49 points.
# Must be an odd number.
leveling-strategy.delta-grid.probe_offsets 0,0,0 # Optional probe offsets from the nozzle or tool head
leveling-strategy.delta-grid.save false # If the saved grid is to be loaded on boot then this must be set to true
leveling-strategy.delta-grid.initial_height 10 # Optionally an initial_height can be set that tell the intial probe
# where to stop the fast decent before it probes, this should be
# around 5-10mm above the bed
leveling-strategy.delta-grid.is_square true # Set this to true if using on a cartesian machine
leveling-strategy.delta-grid.max_x 75 # Maximum dimension in the X axis
leveling-strategy.delta-grid.max_y 50 # Maximum dimension in the Y axis
Which configuration is correct? I realize one says delta grid, but it is listed as an example configuration under cartesian
Thank you!
Imported from wikidot