bed still not levelled after G29 June 05, 2018 05:03PM |
Registered: 5 years ago Posts: 10 |
Re: bed still not levelled after G29 June 06, 2018 02:03AM |
Registered: 8 years ago Posts: 31 |
Re: bed still not levelled after G29 June 06, 2018 03:02AM |
Registered: 8 years ago Posts: 5,232 |
Re: bed still not levelled after G29 June 06, 2018 05:04AM |
Registered: 5 years ago Posts: 10 |
It does not change anything, if I de-level, in any way, the printer still compensates, but will do the same problem even with a maximum tilt angle.Quote
Does it then make the front too close to the bed?
I thought about that being an issue, I tried without and it was not any better. So I put it back.Quote
The cable guide looks pretty rigid. Does the inductive probe tilt, when you are probing at the back of the bed?
Indeed that could be something, I'll try it asap, thanks for the ideaQuote
Do you still get bad level, when you move the MK3 heated bed elsewhere?
Re: bed still not levelled after G29 June 06, 2018 04:48PM |
Registered: 10 years ago Posts: 43 |
Re: bed still not levelled after G29 June 07, 2018 05:05AM |
Registered: 5 years ago Posts: 10 |
Re: bed still not levelled after G29 June 07, 2018 05:07AM |
Registered: 5 years ago Posts: 10 |
#if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. #define GRID_MAX_POINTS_X 2 #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X // Set the boundaries for probing (where the probe can reach). #define LEFT_PROBE_BED_POSITION 5 #define RIGHT_PROBE_BED_POSITION 130 #define FRONT_PROBE_BED_POSITION 15 #define BACK_PROBE_BED_POSITION 145
Re: bed still not levelled after G29 July 04, 2018 09:16AM |
Registered: 5 years ago Posts: 10 |