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

[BUG] Z_MAX endstop is not operational in MKS_ROBIN_NANO_v1v2 #26206

Closed
1 task done
bkiziuk opened this issue Aug 26, 2023 · 5 comments
Closed
1 task done

[BUG] Z_MAX endstop is not operational in MKS_ROBIN_NANO_v1v2 #26206

bkiziuk opened this issue Aug 26, 2023 · 5 comments

Comments

@bkiziuk
Copy link

bkiziuk commented Aug 26, 2023

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

I moved from some older bugfix-2.0.x to the current bugfix-2.1.x branch.
I found out that the printer does not respect Z_MAX endstop which was used during Z_HOMING process to ensure that (because of a need to provide clearance for Z_PROBE) the bed will not be lowered beyond the physical machine limits.

Bug Timeline

No information since I've stopped to use newer versions of bugfix-2.0.x and jumped in to the recent bugfix-2.1.x

Expected behavior

When hitting Z_MAX endstop during homing, the bed should stop moving down, but the process of homing should not be interrupted.

Actual behavior

The Z_MAX endstop is not triggered.
The M119 command does not list Z_MAX endstop at all.

Steps to Reproduce

  1. Initiate Z_HOMING
  2. press the Z_MAX endstop while the bed moves down

Version of Marlin Firmware

bugfix-2.1.x

Printer model

TwoTrees Sapphire Pro

Electronics

MKS_ROBIN_NANO_1.2

Add-ons

BL_TOUCH, Z_MAX endstop

Bed Leveling

ABL Bilinear mesh

Your Slicer

Prusa Slicer

Host Software

SD Card (headless)

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

config.zip

M119 output:
17:29:47.540 : Reporting endstop status
17:29:47.542 : x_min: open
17:29:47.542 : y_max: open
17:29:47.545 : z_min: TRIGGERED
17:29:47.545 : filament: TRIGGERED

@github-actions
Copy link

This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.

@bkiziuk
Copy link
Author

bkiziuk commented Oct 26, 2023

Bump?

@ellensp
Copy link
Contributor

ellensp commented Oct 26, 2023

Is meant to be addressed here #25758 with Z_SAFETY_STOP

@bkiziuk
Copy link
Author

bkiziuk commented Oct 27, 2023

This works as expected. Thank you.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants