Hi again,
Thanks for the help telling me to use ZMin end stop for my inductive z probe.
Now, I try to get the bed leveling setup in configuration.h.
With Z_SAFE_HOMING enabled I get the following message:
"Z_SAFE_HOMING_X_POINT can't be reached by the Z probe."
If I disable Z_SAFE_HOMING new error says -
"The given LEFT_PROBE_BED_POSITION can't be reached by the Z probe."
SanityCheck.h says -
//Make sure probing points are reachable.
#if LEFT_PROBE_BED_POSITION < MIN_PROBE_X
#error "The given LEFT_PROBE_BED_POSITION can't be reached by the Z probe."
I cannot find where MIN_PROBE_X and MAX_PROBE_X is defined.
I read another post that sounded close to the configuration I had, Home is X Max and Y Max. Something about the bed being oriented differently then what logic says. However, I got lost in the text.
Is this my issue, too? is 0,0 really Back and not the front? or was it saying the opposite?
Print bed is 120 x 120. (ToyRep!)
Z probe in on the "left" of the hot end,
Here is a picture of my printer that I am currently working on - [www.thingiverse.com]
Help me again please.
Thanks for the help telling me to use ZMin end stop for my inductive z probe.
Now, I try to get the bed leveling setup in configuration.h.
With Z_SAFE_HOMING enabled I get the following message:
"Z_SAFE_HOMING_X_POINT can't be reached by the Z probe."
If I disable Z_SAFE_HOMING new error says -
"The given LEFT_PROBE_BED_POSITION can't be reached by the Z probe."
SanityCheck.h says -
//Make sure probing points are reachable.
#if LEFT_PROBE_BED_POSITION < MIN_PROBE_X
#error "The given LEFT_PROBE_BED_POSITION can't be reached by the Z probe."
I cannot find where MIN_PROBE_X and MAX_PROBE_X is defined.
I read another post that sounded close to the configuration I had, Home is X Max and Y Max. Something about the bed being oriented differently then what logic says. However, I got lost in the text.
Is this my issue, too? is 0,0 really Back and not the front? or was it saying the opposite?
Print bed is 120 x 120. (ToyRep!)
Z probe in on the "left" of the hot end,
Here is a picture of my printer that I am currently working on - [www.thingiverse.com]
Help me again please.