Skip to content

[BUG] AUTO_BED_LEVELING_BILINEAR uses wrong area limits #16629

@bill-orange

Description

@bill-orange

Bug Description

Regarding Tronxy X3A with configuration only lightly modified from the sample files:

AUTO_BED_LEVELING_BILINEAR correctly probes a grid and probes it the correct number of times. The Grid, however, is only a small square roughly a quarter of the bed size.

My Configurations

Marlin.zip

Steps to Reproduce

  1. Enable AUTO_BED_LEVELING_BILINEAR and probe the bed
  2. observe the small pattern.

**Expected behavior:

Whole bed probed

*Actual behavior:

Only small area probed.

Additional Information

The 2.0.x bugfix version had around line 1055 in Configuration.h a section that allowed the probe limits to be defined. I do not see a similar section on 2.0.1 Without this section I can not fix the problem.

From bugfix:

#define LEFT_PROBE_BED_POSITION MIN_PROBE_EDGE
#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - MIN_PROBE_EDGE)
#define FRONT_PROBE_BED_POSITION MIN_PROBE_EDGE
#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions