Quote
TheTechnicalNoob
Erik's Marlin [github.com] repository has autobed leveling for square printing platforms with a configurable amount of probing points.
It supports delta geometry but comes setup for cartesian. Have a read in the configuration.h it has instructions on how to set it up for delta style.
thank you TTN... but the current Marlin only does 4 points.
#ifdef ENABLE_AUTO_BED_LEVELING // these are the positions on the bed to do the probing #define LEFT_PROBE_BED_POSITION 15 #define RIGHT_PROBE_BED_POSITION 170 #define BACK_PROBE_BED_POSITION 180 #define FRONT_PROBE_BED_POSITION 20
I would be back to square one and still not have the full bed probed. UNLESS you a way to allow more then these points.