Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12090

Re: 1.1.8 can not travel past XY 0

$
0
0
" If i set the MIN positions to 0 instead of the probe offset distances i get an error when compiling."

and this is where you are going wrong...

Set the min positions correctly.

what is the error?

you need another way to fix it.

I suspect

// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 0 <--- you cant get to zero!!! as you run out of bed.. try 40
#define RIGHT_PROBE_BED_POSITION 200
#define FRONT_PROBE_BED_POSITION 0 <--- you cant get to zero.... try 48
#define BACK_PROBE_BED_POSITION 100

Viewing all articles
Browse latest Browse all 12090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>