MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.25k stars 19.23k forks source link

[BUG] Unable to invert extruder stepper direction #20259

Closed phil1horton closed 3 years ago

phil1horton commented 3 years ago

Switched out the extruder stepper for my Tevo Nereus with a Makerbase MKS Nano 1.1 mainboard using marlin bugfix 2.0. The original stepper has one gear that drives another gear to moves the filament. I switched it to a stepper that drives the filament directly so it requires that I invert the direction. I went into configuration.h and updated the following fields below to switch the direction and nothing changes aft boot up.

// @section extruder

// For direct drive extruder v9 set to true, for geared extruder set to false.

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 INVERT_E6_DIR false

define INVERT_E7_DIR false

ChipCE commented 3 years ago

Did you tried clear the EEPROM with M502?

thisiskeithb commented 3 years ago

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

phil1horton commented 3 years ago

Hello Chip,

I updated the firmware in visual studio and loaded the MKS nano from a thumb drive, and watch the printer load that file. M502 not needed.

From: Chip notifications@github.com Sent: Monday, November 23, 2020 2:25 PM To: MarlinFirmware/Marlin Marlin@noreply.github.com Cc: phil1horton Pjhorton@myfrontiermail.com; Author author@noreply.github.com Subject: Re: [MarlinFirmware/Marlin] [BUG] Unable to invert extruder stepper direction (#20259)

Did you tried clear the EEPROM with M502?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MarlinFirmware/Marlin/issues/20259#issuecomment-732461300 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AO2W5BILFWMM6TQNFXZNKWTSRLOMRANCNFSM4UACASSA . https://github.com/notifications/beacon/AO2W5BO2MIADP4GBABNBRF3SRLOMRA5CNFSM4UACASSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFOUHR5A.gif

github-actions[bot] commented 3 years ago

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.