your still missing it...
you have two options
"//#define BED_CENTER_AT_0_0"
or
"#define BED_CENTER_AT_0_0"
You cannot change the number as this is a variable name not a parameter (well its a define.... or not defined... but the code looks for that exact name)
You should leave it commented out unless your using a delta.
0,0 is either front left or back right position.
you have two options
"//#define BED_CENTER_AT_0_0"
or
"#define BED_CENTER_AT_0_0"
You cannot change the number as this is a variable name not a parameter (well its a define.... or not defined... but the code looks for that exact name)
You should leave it commented out unless your using a delta.
0,0 is either front left or back right position.