Welcome! Log In Create A New Profile

Advanced

LEFT_PROBE_BED_POSITION is outside the probe region

Posted by 3dprintnow 
LEFT_PROBE_BED_POSITION is outside the probe region
August 30, 2020 01:40PM
hello
i have this problem when upload code
LEFT_PROBE_BED_POSITION is outside the probe region

my bed siZe is 214 * 214
and the print siZe is 200 * 200

I attached configuration.h
Attachments:
open | download - Configuration.h (72.2 KB)
Re: LEFT_PROBE_BED_POSITION is outside the probe region
August 30, 2020 03:25PM
Can it be your hotend moves off of the bed when homing? Because then you need to set a homing offset in your firmware. The homing offset would be the distance from the endstop to when the hotend nozzle is above the bed and it needs to be a negative number in that case.


http://www.marinusdebeer.nl/
Re: LEFT_PROBE_BED_POSITION is outside the probe region
August 30, 2020 03:48PM
yes the hotent out of heatbed to touch endstop

so can you change the numbers in my attached config file as eamble to understand it?
Re: LEFT_PROBE_BED_POSITION is outside the probe region
August 30, 2020 04:11PM
// The size of the print bed
#define X_BED_SIZE 200
#define Y_BED_SIZE 200

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS -[insert travel distance to move from endstop to when nozzle is withing the print square 200x200]
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS [insert Z-height]


http://www.marinusdebeer.nl/
Re: LEFT_PROBE_BED_POSITION is outside the probe region
August 30, 2020 04:58PM
i traied i put -10 but still same error
Re: LEFT_PROBE_BED_POSITION is outside the probe region
September 01, 2020 09:35AM
Try changing this #define MIN_PROBE_EDGE 7
to
#define MIN_PROBE_EDGE 30
Sorry, only registered users may post in this forum.

Click here to login