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 for FLSUN Delta printer #1093

Conversation

DerAndere1
Copy link
Contributor

@DerAndere1 DerAndere1 commented Aug 27, 2024

Description

This config had

#define Z_HOME_DIR 1
#define HOME_Z_FIRST
#define Z_CLEARANCE_FOR_HOMING 15

Theoretically this combo cannot work. Homing will

  1. home Z to max
  2. Raise Z for Z_CLEARANCE_FOR_HOMING (15mm)

Maybe I oversaw some special homing logic for DELTA printers that prevent the crash into Z max during homing. Or users of this printer always used G28 R0 instead of G28 as a workaround? Or this printer can move past the Zmax limit switch?

Benefits

prevent a crash into Z max during G28

Related Issues

#27370

@DerAndere1 DerAndere1 changed the title Fix Z_CLEARANCE_FOR_HOMING Fix Z_CLEARANCE_FOR_HOMING for FLSUN Delta printer Aug 27, 2024
@DerAndere1
Copy link
Contributor Author

Indeed, I did not see that Delta printers have a special homing routine that prevents a crash

@DerAndere1 DerAndere1 closed this Aug 27, 2024
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

Successfully merging this pull request may close these issues.

1 participant