Need some help calibrating Kossel mini. June 22, 2015 01:19AM |
Registered: 10 years ago Posts: 445 |
Re: Need some help calibrating Kossel mini. June 22, 2015 01:30AM |
Registered: 12 years ago Posts: 805 |
Re: Need some help calibrating Kossel mini. June 22, 2015 11:12AM |
Registered: 10 years ago Posts: 445 |
Quote
sungod3k
EEPROM disabled?
Re: Need some help calibrating Kossel mini. June 22, 2015 12:44PM |
Registered: 10 years ago Posts: 43 |
Quote
Koenig
Quote
sungod3k
EEPROM disabled?
Nope, as I wrote, I used M666 (endstops), M206 (Z-hight) and M665 (deltaradius) for bed-level calibration.
Or do you mean I have to disable it for it to work?
But then I would loose my bed-calibration, and the ability to use the M666 to calibrate it again...?
Re: Need some help calibrating Kossel mini. June 22, 2015 02:03PM |
Registered: 10 years ago Posts: 445 |
Quote
jculver09
Quote
Koenig
Quote
sungod3k
EEPROM disabled?
Nope, as I wrote, I used M666 (endstops), M206 (Z-hight) and M665 (deltaradius) for bed-level calibration.
Or do you mean I have to disable it for it to work?
But then I would loose my bed-calibration, and the ability to use the M666 to calibrate it again...?
I am not that great with the software so I will try to explain best I can.
The EEPROM is a way to save/backup/restore different sets of variables quickly. After entering in whatever settings you want to print with using your M666, M206, and M665 you should send the M500 command to save them to the EEPROM. There is also the command M502 which will load the settings from the eeprom. M502 comes in handy if you are trying different settings and want to go back to the old settings quickly.
I have seen many posts on here stating if you have different settings saved to your eeprom vs. your active settings it can cause problems.
Re: Need some help calibrating Kossel mini. June 22, 2015 04:01PM |
Registered: 10 years ago Posts: 189 |
Quote
1st iteration
Measured length of the cube is 49.80 mm in X when diagonal rod is 203.00 mm.
New_diagonal_rod = 49.80 / 50.00 * 203.00 = 202.19 (round off)
M666 D202.19
M500
2nd iteration
If the cube's X length comes out 50.15 mm.
New_diagonal_rod = 50.15 / 50.00 * 202.19 = 202.80 (round off)
M666 D202.80
M500
...
Re: Need some help calibrating Kossel mini. June 22, 2015 04:09PM |
Registered: 10 years ago Posts: 445 |
Quote
janpenguin
Increasing length of diagonal rod reduces printing size.
Decreasing length of diagonal rod increases printing size.
New_diagonal_rod = measured_length / target_length * old_diagonal_rod
For example, you print a 50.00 mm x 10.00 mm x 10. 00 mm cube.
Quote
1st iteration
Measured length of the cube is 49.80 mm in X when diagonal rod is 203.00 mm.
New_diagonal_rod = 49.80 / 50.00 * 203.00 = 202.19 (round off)
M666 D202.19
M500
2nd iteration
If the cube's X length comes out 50.15 mm.
New_diagonal_rod = 50.15 / 50.00 * 202.19 = 202.80 (round off)
M666 D202.80
M500
...
Print the cube again, measure it, apply the formula to get new diagonal rod length.
Keep doing it until you get the accuracy range.