G76 Fix probe height and position#17392
G76 Fix probe height and position#17392thinkyhead merged 14 commits intoMarlinFirmware:bugfix-2.0.xfrom
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