I need to reverse the direction of the extruder motor. Can I do this in config rather than risk dam

I need to reverse the direction of the extruder motor. Can I do this in config rather than risk damaging pins swapping them around to reverse motor direction?
2 Replies
harsh-harlequin
harsh-harlequin2y ago
In your printer.cfg, look for the extruder section, you'll need to remove an ! (There will be clearer instructions in there)
blacksmithforlife
instead of
[extruder]
dir_pin: !e_dir_pin # Remove ! in front of pin name to reverse
[extruder]
dir_pin: !e_dir_pin # Remove ! in front of pin name to reverse
you will want
[extruder]
dir_pin: e_dir_pin # Remove ! in front of pin name to reverse
[extruder]
dir_pin: e_dir_pin # Remove ! in front of pin name to reverse