Delta printer Auto Calibration
Are you planning to implement on repetier firmware a Delta Auto Calibration procedure? I have a big self made Delta that it is very long to calibrate due to the big plate area (500mm diam.).
Thanks
Thanks
Comments
I tried this with a Kossel Delta and it arrived at a good result :
https://github.com/RichCattell/Marlin
With my big delta I still have a problem of not plain movement.
I'll try to follow your suggestion.
Thanks
It could be very usefull to calibrate a Delta printer, to have a command (G30 D? for Delta) that will do a Z probe on the various :
0,0
0, bed_radius
-SIN_60 * bed_radius, COS_60 * bed_radius
-SIN_60 * bed_radius, -COS_60 * bed_radius
0.0, -bed_radius
SIN_60 * bed_radius, -COS_60 * bed_radius
SIN_60 * bed_radius, COS_60 * bed_radius
And that show an output with the various heights. This can help a lot to calibrate the delta radius and X, Y , Z end stop offsets