Commit 50d309d1 authored by MagoKimbra's avatar MagoKimbra

Fix ProbeDeploy

parent f81fad6c
...@@ -1319,7 +1319,7 @@ inline void set_destination_to_current() { memcpy(destination, current_position, ...@@ -1319,7 +1319,7 @@ inline void set_destination_to_current() { memcpy(destination, current_position,
ProbeStay = 0, ProbeStay = 0,
ProbeDeploy = BIT(0), ProbeDeploy = BIT(0),
ProbeStow = BIT(1), ProbeStow = BIT(1),
ProbeDeployAndStow = (ProbeDeployAndStow | ProbeStow) ProbeDeployAndStow = (ProbeDeploy | ProbeStow)
}; };
// Probe bed height at position (x,y), returns the measured z value // Probe bed height at position (x,y), returns the measured z value
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment