Extruder is running backwards?
I have a (HIC) version of the Prusa i3. I have recently installed the E3D v6 hotend and titan extruder. After fixing some other issues, I noticed that there is no filament being extruded. In addition, the gear looked like it was going in the wrong direction. How can I fix this?
You can either flip the connector for the motor around (i.e. plug it in backwards) or (if you are using Marlin firmware) look for the following line in configuration.h: (using the Arduino editor open the Marlin file For your 3D Printer, one of the tabs is labelled "configuration.h" click on that tab to bring it to the front for editing. use the Edit, Find and put E0 in the find box, click find. When you find the line below
#define INVERT_E0_DIR false
change
false
totrue
(or vice-versa). Note that if you go for the connector-flipping route, make sure that you only do this when the printer is turned off.Also, make sure everything is POWERED OFF before you start messing with stepper motor wires.
I've incorporated your suggestions, thanks.
The setting it to `true` didn't work for me.
@AustinDarga You should probably turn that into a separate question. One simple thing you should at least test: what happens if you command the extruder to turn backwards? Does it reverse direction to turn "forwards"?
@AustinDarga After changing the setting, you need to Flash the firmware and do a full seeding of the settings again.
Reverse the plug for the motor on the board. Or do firmware. Doesn't matter. *** assuming you have ramps and a standard stepper..
kamuro 6 years ago
Flipping the connector can be described more precise, if your connector allows it: You can flip two leads of one(!) coil, flip the whole assembly, exchange the two coil leads (without flipping them). Whatever is easiest for you.