error: Err: Too far!
October 22, 2019 04:28AM
greetings,

just a quick question :

after updating my stock A8 to marlin 1.1.9 with the correct configuration profile , after auto home the display shows: X -33 Y -10 Z 0 , and The home position for my printer is not above the bed .
so I am trying to adjust the X and Y offset . I'm not sure if I am doing this correctly but I use the menu to move the the correct corner of the bed and then select "Set home offsets"
but I get an error: Err: Too far!

any support PLZ
Re: error: Err: Too far!
October 22, 2019 05:12AM
The LCD uses M428, which can't be used more than 2cm away from 0 or an endstop.

Look into your configuration.h

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#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 200

Edited 1 time(s). Last edit at 10/22/2019 05:13AM by Dust.
Re: error: Err: Too far!
October 22, 2019 03:53PM
As I mentioned on Discord, what you're seeing is correct for an Anet A8. The "home" position is off the bed, but if you move to X=0, Y=0 you should see that the nozzle ends up at the front-left corner of the bed.

Slicers expect 0,0 to be the left-front corner of the bed so this is fine.
Sorry, only registered users may post in this forum.

Click here to login