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

Movement on Z axis is inverted #1045

Closed
alexandruvoicu opened this issue Aug 22, 2023 · 2 comments
Closed

Movement on Z axis is inverted #1045

alexandruvoicu opened this issue Aug 22, 2023 · 2 comments
Labels
bug: False alarm? It is not a firmware bug or the bug cannot be confirmed.

Comments

@alexandruvoicu
Copy link

Did you test with a precompiled firmware?

Yes, and the problem still exists.

Bug Description

When I make Auto Home the gantry is moving up not down and keep moving until reach the end of z axis.

Bug Timeline

No response

Expected behavior

The movement on z when Auto Home is invoked must be in down.

Actual behavior

The movement on z when Auto Home is selected is in up.

Steps to Reproduce

  1. Auto Home is selected
  2. The z axis is moving up

Version of Professional Firmware

Ender3V2-427-BLTUBL-MPC-20230809

Printer model

Creality Ender 3V2

Electronics

Creality 4.2.7 with TMC2225 drivers

Add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

Prusa Slicer

Host Software

None

Additional information & file uploads

The problem is in configuration.h where the #define INVERT_Z_DIR is true instead of false. Please, change it to false before compile. This will solve the inverted movement on z axis.

@mriscoc mriscoc added the bug: False alarm? It is not a firmware bug or the bug cannot be confirmed. label Aug 22, 2023
@mriscoc
Copy link
Owner

mriscoc commented Aug 22, 2023

From Creality configuration files (works in Ender3V2 with 4.2.2 and 4.2.7 boards):

// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true

https://github.com/MarlinFirmware/Configurations/blob/bb3c2eaf05df1f23f292645f3fe3ae3582d56592/config/examples/Creality/Ender-3%20V2/CrealityV422/CrealityUI/Configuration.h#L1721-L1723

@mriscoc mriscoc closed this as completed Aug 22, 2023
@github-actions
Copy link

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 Oct 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug: False alarm? It is not a firmware bug or the bug cannot be confirmed.
Projects
None yet
Development

No branches or pull requests

2 participants