Multiple samples+average for each bed probe point
-
Probably a limitation of the least-squares implementation on the MCU.
-
I can easily increase the maximum number of delta calibration probing points allowed on the Duet WiFi (the wired Duet is more RAM-constrained). How many would you like? The time it takes to do the maths is proportional to the square of the number of points AFAIR, so there will eventually come a figure at which it doesn't make sense to allow more points.
-
I can generate any number of points using php or perl script (btw, firmware for delta also can automatically fill bed area with probing points by given bed radius and number of points), so the question is a reasonable balance between the speed and efficiency.
Maybe 32-40 ? It it possible to dynamically configure this parameter using M-gcode?
I just want to eliminate local disturbances in kapton tape caused by unsticking printed details and so on.
-
I've just put an experimental build of DuetWiFiFirmware supporting 64 probe points at https://dl.dropboxusercontent.com/u/19369680/DuetWiFiFirmware.bin.
I was wrong about the N^2 dependency - the time is proportional to N. It's the number of factors to calibrate that has the square dependency.
-
David, thank you for 64-point version. I created small php script that evenly distributes 64 random probe points on bed surface. At first glance everything works well even if some points located in damaged areas of kapton tape, but I had to test this better.
-
David
Do you plan on updating the Bed.G generator to allow for 64 points?
Doug
-
-
Are you still planning to update the bed.g generator for more points? I would love to use more than 16 points, as I have a large bed….but I really am too lazy to make a bed.g myself...lol.
-
Are you referring to the bed.g generator on my web site, or the one in configtool?
-
Are you still planning to update the bed.g generator for more points? I would love to use more than 16 points, as I have a large bed….but I really am too lazy to make a bed.g myself...lol.
You can try also my generators: https://www.duet3d.com/forum/thread.php?pid=18892#p18892