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

fix various BLTOUCH conflicts in example configs #518

Merged
merged 3 commits into from
Jun 10, 2021
Merged

fix various BLTOUCH conflicts in example configs #518

merged 3 commits into from
Jun 10, 2021

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Jun 9, 2021

Description

Part of PR MarlinFirmware/Marlin#22086

#define BLTOUCH and #define DEACTIVATE_SERVOS_AFTER_MOVE, should error
#define BLTOUCH and #define Z_MIN_PROBE_ENDSTOP_INVERTING true, should error
if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
#define BLTOUCH and #define Z_MIN_ENDSTOP_INVERTING true, should error

Fix example configs that break these rules

Benefits

Corrected Configuration.h

Related Issues

MarlinFirmware/Marlin#22086

@ellensp ellensp changed the title fix Z_MIN_ENDSTOP_INVERTING in Formbot/T_Rex_3 Configuration.h fix various BLTOUCH conflicts in example configs Jun 9, 2021
@thinkyhead thinkyhead merged commit e999a92 into MarlinFirmware:import-2.0.x Jun 10, 2021
@thinkyhead
Copy link
Member

I wonder if any of these machines originally came with a BLTouch clone installed. I will assume no.

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

Successfully merging this pull request may close these issues.

2 participants