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_MAX Y_MAX Z_MAX pins. #1

Closed
GilesBathgate opened this issue Mar 28, 2016 · 2 comments
Closed

X_MAX Y_MAX Z_MAX pins. #1

GilesBathgate opened this issue Mar 28, 2016 · 2 comments

Comments

@GilesBathgate
Copy link
Contributor

In pins.h the following pins are defined:

  #define X_MAX_PIN 24
  #define Y_MAX_PIN 23
  #define Z_MAX_PIN 30

This contradicts the pinout: http://reprap.org/mediawiki/images/e/ef/MiniRambo1.3a-schematic-pg2.svg

It should be:

  #define X_MAX_PIN 30
  #define Y_MAX_PIN 24
  #define Z_MAX_PIN 23
@ayourk
Copy link

ayourk commented Dec 27, 2016

It looks like this has been fixed as of commit 3c73578 .

@GilesBathgate
Copy link
Contributor Author

Thanks

PavelSindler referenced this issue in PavelSindler/Prusa-Firmware Dec 2, 2017
fan speed check initial version, selftest updated, 3.0.12-RC2 sync
PavelSindler referenced this issue in PavelSindler/Prusa-Firmware Mar 15, 2018
Update to current prusa3d version
ruedli pushed a commit to ruedli/Prusa-Firmware that referenced this issue May 1, 2019
NotaRobotexe pushed a commit that referenced this issue Jul 22, 2019
Unit test for prusa_statistics
DRracer pushed a commit that referenced this issue Dec 15, 2019
Synchronize with upstream
DRracer pushed a commit that referenced this issue Dec 15, 2019
get updates so MK3 branch will compile
DRracer pushed a commit that referenced this issue Jan 16, 2020
added some RepRap G-codes Wiki external links.
DRracer pushed a commit that referenced this issue Jan 16, 2020
brinkeb pushed a commit to brinkeb/Caribou-Firmware that referenced this issue Jun 2, 2020
Make NEW_XYZCAL respect INVERT_*_DIR #defines.
brinkeb pushed a commit to brinkeb/Caribou-Firmware that referenced this issue Jun 2, 2020
brinkeb pushed a commit to brinkeb/Caribou-Firmware that referenced this issue Jun 2, 2020
brinkeb pushed a commit to brinkeb/Caribou-Firmware that referenced this issue Jun 2, 2020
mmirate pushed a commit to mmirate/Prusa-Firmware that referenced this issue May 3, 2021
Fix merge conflicts with upstream
3d-gussner pushed a commit that referenced this issue Oct 21, 2022
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