Heatbed center failure

I have ender 3 pro with skr mini 3.0 and TFT35 3.0 display and BLtouch and smart filament sensor and sprite extruder.
When I am printing over Octoprint it doesn’t print in the center of bed and everytime I want to print on whole bed it doesn’t because on right side I have 3cm free space and on top of bed 1.5 cm free bed. I use marlin 2.1.2.4
how to setup so I can use whole bed size and when I print on ceter of the bed it will be center.
// The size of the printable area

#define X_BED_SIZE 225

#define Y_BED_SIZE 235

// Travel limits (linear=mm, rotational=°) 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 250
#define NOZZLE_TO_PROBE_OFFSET { -35, -45, -1.06 }

// Most probes should stay away from the edges of the bed, but

// with NOZZLE_AS_PROBE this can be negative for a wider probing area.

#define PROBING_MARGIN 10

// X and Y axis travel speed (mm/min) between probes

#define XY_PROBE_FEEDRATE (133*60)

// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)

#define Z_PROBE_FEEDRATE_FAST (4*60)

// Feedrate (mm/min) for the “accurate” probe of each point

#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 2)

Nextcloud another pic

I found out with AI I should use M206 X20 Y12 and than M500 to save
Now is ok I get center and whole bead to print.