Klipper on ender 3 max +bltouch config errors

I am trying to add a bltouch to my ender 3 max config and Unable to parse option ‘position_max’ in section ‘stepper_z’. here is a copy of my config can someone help?
printer(1).cfg (6.3 KB)

Hello @superpenguin !

Check for a space between position_min: and position_max: and the following number.

position_min:-5                        # enable to use BLTouch
position_max:320

I assume you put the following code to remark for the search of the issue.
Keep in mind that the [...] is also part of the code and has to be remarked too.