Need help with calibrating xyz steps on a borlee/reprap May 26, 2016 10:18PM |
Registered: 8 years ago Posts: 11 |
Re: Need help with calibrating xyz steps on a borlee/reprap May 26, 2016 10:49PM |
Registered: 10 years ago Posts: 1,401 |
Re: Need help with calibrating xyz steps on a borlee/reprap May 26, 2016 11:14PM |
Registered: 8 years ago Posts: 11 |
Quote
ggherbaz
I have never used a Melzi board before, but if you have a LCD display you might be able to change it there or via gcode if EEPROM is enabled?
To change the steps is quite easy, just a rule of 3 is needed, current value X 100/103 set the new value via display or gcode and save via m500
Re: Need help with calibrating xyz steps on a borlee/reprap May 26, 2016 11:16PM |
Registered: 8 years ago Posts: 11 |
Re: Need help with calibrating xyz steps on a borlee/reprap May 26, 2016 11:49PM |
Registered: 10 years ago Posts: 1,401 |
Re: Need help with calibrating xyz steps on a borlee/reprap May 27, 2016 12:07AM |
Registered: 10 years ago Posts: 1,401 |
Re: Need help with calibrating xyz steps on a borlee/reprap May 27, 2016 01:19AM |
Registered: 8 years ago Posts: 11 |
Quote
ggherbaz
Do a little test,
Run a m501 command and see if it return any values, should give you back XY and Z numbers, use the rule of 3 to get the new values and then do an m92 command like X (new value), Y (new value), Z (new value) and then do a m500, once done run again an m501 and see if the values were changed.
Good luck