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

getting value z-offset order #96

Open
Openwrtfunboy opened this issue Oct 12, 2024 · 1 comment
Open

getting value z-offset order #96

Openwrtfunboy opened this issue Oct 12, 2024 · 1 comment

Comments

@Openwrtfunboy
Copy link

Openwrtfunboy commented Oct 12, 2024

I suggest getting the offset right before printing, and not before getting the height map via KAMP. If you start without preheating the bed, the offset value will be incorrect, because bed will be warped. And if for the height map this is not entirely critical, then for the offset it is sometimes catastrophic.

Therefore, I propose order

  1. Clear nozzle
  2. Take height map
  3. Take Zoffset

After I changed the order, I no longer have problems with the Z-offset.

@whb0514
Copy link
Collaborator

whb0514 commented Oct 14, 2024

The value of the bed mesh is also based on the offset. If the offset value is taken again after the bed net, the bed net value will be incorrect. We'll test your opinion.

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