RAMBO home XY limit

The default bed size in the firmware is the issue here in configuration.h. I think you change this.

// The size of the print bed
#define X_BED_SIZE 300
#define Y_BED_SIZE 300

Otherwise you need to manually move it to within 300mm of each stop.

4 Likes