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

x, y, z axis only move in one direction #1092

Open
abaker3003 opened this issue Mar 20, 2023 · 4 comments
Open

x, y, z axis only move in one direction #1092

abaker3003 opened this issue Mar 20, 2023 · 4 comments

Comments

@abaker3003
Copy link

I fixed this man-made 3d printer, was unable to obtain the original config.h file for it but I managed to update the firmware from 0.92.3 to 1.0.4. Now im having the axis issue.
My board is AZTEEG X3 PRO (Atmel ATmega 2560)
I have attached my repetier folder with my configuration.h and pins.h files
The professor that made this 3d printer is reluctant to help me and I'm only a CS (former EE) major. I knew nothing about 3d printers until now through all the trail and errors.

please help ):

Repetier-Firmware-2023-03-19 (7).zip

@repetier
Copy link
Owner

Check end stop signal with M119 and compare it to real state. If you can only move away from end stop it is normally just end syop being high preventing that direction. Invert end stop logic in that case.

@abaker3003
Copy link
Author

So I got this ): how can i change that ?
image

@repetier
Copy link
Owner

So your printer has really 6 endstops? Most have only end stops in homing direction. Anyhow you see all min endstops have a setting making them high preventing moves in that direction. Go into the config editor and select the inverted signal of what you now have for endstop and it should be low and only high when triggered.

https://www.repetier.com/firmware/dev/index.php

image

@abaker3003
Copy link
Author

abaker3003 commented Mar 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants