Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SKR 1.3 E0 Invert_E0_DIR does not effect anything #15282

Closed
kurtisane opened this issue Sep 16, 2019 · 8 comments
Closed

[BUG] SKR 1.3 E0 Invert_E0_DIR does not effect anything #15282

kurtisane opened this issue Sep 16, 2019 · 8 comments

Comments

@kurtisane
Copy link

Hi guys,
I'm running Marlin 2.0 on SKR 1.3 with DRV Stepper Driver. I need to invert my Extruder Stepper. I know I could unpin and flip the Pins, but I don't really want to and this is anyway a bug or a misconfig from my side.

Changing the Invert_E0_Dir to true or false does not change anything. Also tried with the other Extruders E1, E2 etc.
Tried this : #13775
Did not change anything either.

Regards !

@tvixen
Copy link

tvixen commented Sep 17, 2019

Hmm seems you didn't do the M502, M501, M500
If any further help, please upload your config files.
Also remember to do two reset of the SKR 1.3 board, if there's new firmware on the SD card.
1.st reset reads the firmware, 2.nd reset loads the new firmware.

@kurtisane
Copy link
Author

i just deleted the old firmware.cur from the sd card and put the new .bin on it.
Started it up, waited for 20 sec., then reset with the button on the board two times, executed M502 then M501, then M500.
The Stepper still turns in the same direction.
Just to note I'm testing it with M302 P1 then G1 E200

The zip contains the config.

Marlin.zip

@tvixen
Copy link

tvixen commented Sep 17, 2019

Make these changes in Configuration.h
//#define DISABLE_INACTIVE_EXTRUDER

#define INVERT_E0_DIR true
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false
#define INVERT_E4_DIR false
#define INVERT_E5_DIR false

//#define DEBUG_LEVELING_FEATURE

in Conf_adv.h
//#define MINIMUM_STEPPER_PULSE 1 (for A4988 and A5984 stepper drivers you use 8825)

If this don't do it, switch your X driver pcb to the E driver slot, and try again with these settings.

@kurtisane
Copy link
Author

Alright that did it.

Thanks a lot!

@boelle boelle changed the title SKR 1.3 E0 Invert_E0_DIR does not effect anything [BUG] SKR 1.3 E0 Invert_E0_DIR does not effect anything Sep 18, 2019
@boelle
Copy link
Contributor

boelle commented Sep 18, 2019

@kurtisane if "bug" is fixed please close the issue :-)

@tvixen
Copy link

tvixen commented Sep 19, 2019

NP ...glad to help

@boelle
Copy link
Contributor

boelle commented Sep 19, 2019

closing this one as it seems fixed, we can reopen if its not the case

@boelle boelle closed this as completed Sep 19, 2019
@github-actions
Copy link

github-actions bot commented Jul 4, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants