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 Z_CLEARANCE_FOR_HOMING #1094

Merged

Conversation

DerAndere1
Copy link
Contributor

Description

The CNC/miniRambo config had

#define Z_HOME_DIR 1
#define HOME_Z_FIRST
//#define Z_CLEARANCE_FOR_HOMING 4
#define Z_CLEARANCE_BETWEEN_PROBES  5

Theoretically this combo cannot work. Homing would

  1. home Z to max
  2. Raise Z for Z_CLEARANCE_FOR_HOMING (using fall back Z_CLEARANCE_BETWEEN_PROBES)

Maybe users of this machine always used G28 R0 instead of G28 as a workaround? Or this machine can move past the Zmax limit switch?

I now added

#define Z_CLEARANCE_FOR_HOMING 0

Benefits

prevent a crash into Z max during G28

Related Issues

#27370

@thinkyhead thinkyhead merged commit 67026de into MarlinFirmware:import-2.1.x Sep 2, 2024
1 check passed
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