autohome motor issue
Dear experts!
My DIY 3D printer is "Cartesian". The Repetier firmware work good, but if I start to "autohome" or "home X" or "home Y" or "home Z", then the motors go 8 - 10 mm, after only buzz (vibrate).
Why?
Thank you: Peter
My DIY 3D printer is "Cartesian". The Repetier firmware work good, but if I start to "autohome" or "home X" or "home Y" or "home Z", then the motors go 8 - 10 mm, after only buzz (vibrate).
Why?
Thank you: Peter
Comments
But.
Now, the problem is that the set value is not remembered by the problem. If I turn off, or reset the arduino, then
I set the in the Configuration.h:
Nonetheless, if I turn on the system, all values again 200
I wonder why?
Thanks: Peter
Also you show values not for steps per mm but for speeds.
Thanks: Peter
enables eeprom, so you should have eeprom support. This also means values normally do not change when you change them in configuration.h only if you send the gcode to reload them from config settings.
Axis resolution is defined by these settings initially:
M502
M500
would do the same as switching EEPROM_MODE.
Is it worth rewriting for " #define EEPROM_MODE 1"?
Thanks!
M502
M500
to get same effect.