Endstop calibration for Delta
-
From M666 documentation:
Positive endstop adjustments move the head closer to the bed when it is near the corresponding tower.
If X is 3mm 'above' the others, the M666 parameter should be a positive number.
-
I ve tried nearly every combination, but none of the M666 commands are working
-
do you have a config-overwrite?
-
yes, but it is empty
-
After doing an autocalibration you must send M500 to save the results to config-override and then you must add M501 to the end of config.g so that it gets loaded at start up.
-
@Phaedrux said in Endstop calibration for Delta:
After doing an autocalibration you must send M500 to save the results to config-override and then you must add M501 to the end of config.g so that it gets loaded at start up.
Or hand graft the results into the config.g (This is my preference) been bitten before wondering why changes don't take after a reboot due to eprom over writing them main stuff.
-
i have done all changes in config.g in the drives section.
-
You can send M666 from the console to test. Then you need to home with G28, that’s how I did it when testing. I sent M666 X10 Y0 Z0 then G28, and the X tower carriage ended 10mm below the other two.
Ian
-
I have already tried to use it with you method, but all carriages are about the same heigh as before.
-
What firmware version are you running? Send M122 and post the response. If 2.0.3, update to 2.0.4, as there were delta related bugs in 2.0.3, which may be causing this issue. Also post current config.g.
Ian