-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Description
I am running an SKR e3 Mini v1.2 on my Ender 3 pro.
I have compiled Marlin 2.0.1 and most functions are working correctly.
I am trying to set the Min Probe edge to have a more symmetrical probing grid.
However, it seems that the below function is DOUBLING the value for some reason.
My probe offset is X=-45/Y=-10.
When I have MIN_PROBE_EDGE_LEFT set to 15, the first probing point occurs at X=75 (15x2+45).
This multiplication occurs for only for the MIN_PROBE_EDGE LEFT and RIGHT values.
FRONT and BACK work perfectly.
I can't seem to get to the bottom of this.
#if PROBE_SELECTED && !IS_KINEMATIC
#define MIN_PROBE_EDGE_LEFT 15
#define MIN_PROBE_EDGE_RIGHT 0
#define MIN_PROBE_EDGE_FRONT 10
#define MIN_PROBE_EDGE_BACK 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels