Autolevel with BL Touch only scans single row December 19, 2020 10:52AM |
Registered: 3 years ago Posts: 6 |
Re: Autolevel with BL Touch only scans single row December 19, 2020 07:54PM |
Registered: 7 years ago Posts: 321 |
Quote
#define GRID_MAX_POINTS_X 3
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
Re: Autolevel with BL Touch only scans single row December 19, 2020 11:57PM |
Registered: 3 years ago Posts: 6 |
Re: Autolevel with BL Touch only scans single row March 10, 2021 12:47PM |
Registered: 3 years ago Posts: 1 |
Quote
DragonFire
GRID_MAX_POINTS_Y is typically defined to same value as GRID_MAX_POINTS_X in file configuration.h
Quote
#define GRID_MAX_POINTS_X 3
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
[marlinfw.org]
Re: Autolevel with BL Touch only scans single row March 10, 2021 01:09PM |
Registered: 6 years ago Posts: 265 |