-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Description
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
Steps to Reproduce
- Enable AUTO_BED_LEVELING_BILINEAR and probe the bed
- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels