-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
G76 Fix probe height and position #17392
G76 Fix probe height and position #17392
Conversation
Fix probe height for heating which had got lost during code cleanup. Also added Z_SAFE_HOMING support
d371b05
to
97ea510
Compare
If the user wants to wait-for-heatup and probe at the same point where safe homing occurs, they should set |
9d9e5e1
to
f1b2eec
Compare
f1b2eec
to
649cce0
Compare
What about removing I don't understand the use case where those would need to be different. |
The |
Sort of. I think the @tompe-proj just wanted to make sure it was set correctly:
|
Fix probe height for heating which had got lost during code cleanup.
Also added Z_SAFE_HOMING support
Requirements
A z probe with a temperature sensor
Description
When heating the z probe it should be at 0.5 millimeter. This had gotten lost during code cleanup.
It now also respects Z_SAFE_HOMING.
I also changed the config for PTC_MAX_BED_TEMP to BED_MAXTEMP - 10 since that is the highest thermalManager.setTargetBed alows
Benefits
G76 now works
Related Issues