Difficulty changing steps per mm of the extruder
Hi,
for a project I had the task of changing the steps per mm in arduino code.
Where can i find this parameter?
I changed the value in the configuration.h map but this didn't do anything.
Kind regards,
A new guy to this stuf
for a project I had the task of changing the steps per mm in arduino code.
Where can i find this parameter?
I changed the value in the configuration.h map but this didn't do anything.
Kind regards,
A new guy to this stuf
Comments
You can update the eeprom with the values you changed the configuration.h by sending
M502 ;read default settings
M500 ;store to eeprom