Auto calibration error
-
Please post your config.g and bed.g files.
Are you sure that the XYZ steps/mm are set correctly?
-
@dc42 yes I have checked the steps/mm using height guage they seem fine.1_1542559933424_config.g 0_1542559933424_bed.g
-
@yatinsd said in Auto calibration error:
@dc42 yes I have checked the steps/mm using height guage they seem fine.1_1542559933424_config.g 0_1542559933424_bed.g
also when i tried to auto calibrate it again it said z probe already triggered but as i saw z probe output was 0. also after updating there is something weird happening that when i try to move the head manually it just updates the position in web interface but did not move.
-
Your M665 command in config.g says the delta radius is 175mm and the rod length is 218mm. These values are not plausible. As the printable bed radius is set to 85mm, I suspect that the delta radius of your printer is much lower than 175mm. A typical delta radius is around half the rod length.
-
@dc42 I see that was indeed wrong i entered the printer radius than delta radius(which came out to be 125mm), I rectified it and got the following result:
Calibrated 7 factors using 16 points, deviation before 3.808 after nan.
But still after the calibration and then home the header position goes random(99999.99). What is the issue behind this, can the macro files that were already on duet from factory which i accidentally deleted be the reason? -
@yatinsd, I think bed probing must have failed but the firmware didn't realise that. Is is definitely probing within the confines of the bed?
Please post your current config.g file and the bed.g file.
-
@dc42 0_1542626982241_bed.g 0_1542626988960_config.g , and also after sometimes it stops responding on web interface for head position manual change(this happened only after i updated the firmware first to 2.02 rc3 then to rc4 with suitable wifi server web interface versions.
-
Please try using S6 on the final G30 command in bed.g instead of S7. The 7-factor calibration may not work well if the calibration is a long way out to start with. Also we recommend use of either 6- or 8-factor calibration.
-
@dc42
This happened when i tried auto calibration again to have converging results after one round of calibration.(I have shifted to 6 factor calibration)0_1542646205637_bed.g
Below is the result of first round of calibration:
Calibrated 6 factors using 16 points, deviation before 3.775 after nan
Also when it homes for auto calibration not all axis are homing only one i have to do them manually first. -
@yatinsd said in Auto calibration error:
Also when it homes for auto calibration not all axis are homing only one i have to do them manually first.
See https://duet3d.dozuki.com/Wiki/FAQ#Section_When_I_try_to_home_my_printer_sometimes_the_carriage_or_carriages_move_only_part_of_the_way_towards_the_homing_switches_and_I_have_to_command_it_to_home_again_to_make_it_go_all_the_way. The failed homing may explain the problem.
-
@dc42 now it homes but still there is this probing error.
-
Do you get probing error messages the first time you run auto calibration? I was under the impression that you only got them the second and subsequent times that you ran it.
-
@dc42 i got the error only the second time, first time it ran fine with below results:
Calibrated 6 factors using 16 points, deviation before 3.775 after nan -
@yatinsd, please sort out the homing issue first - see my earlier reply. Then see whether the auto calibration problem persists.
-
@dc42 yes I have already sorted homing issue, but auto calibration problem is still persisting!
-
Does your config-override.g file have M665 and/or M666 commands in it? If so, delete them.
-
@dc42 there is no config override file being created after auto calibration! can this be due to the macro files that i deleted accidently?
-
Auto calibration does not in itself create a config-override.g file; but you can send M500 after running auto calibration to save the values.
So was there a config-override.g file on your system, or not?
-
@dc42 I cannot see any such file!
-
@dc42 I tried M500 command still the same issue the when home after 1st auto calibration the head position goes random for xyz. Though now the config override file is created.