makerbase-mks / MKS-Robin-E3-E3D

MKS Robin E3 E3D 32Bit Control Board 3D Printer parts with tmc2209 Uart mode driver For Creality Ender 3 CR-10
https://www.aliexpress.com/item/4000781744682.html
GNU General Public License v3.0
118 stars 97 forks source link

Bed size values incorrect #67

Closed ricardonato closed 3 years ago

ricardonato commented 3 years ago

I've been going crazy for two weeks. I didn't know why my Ender3 with MKS Robin E3D was not printing the parts to the right and the back of the bed well.

I have seen in the source code of your firmware that in Marlin's "Configuration.h" the values are incorrect:

define X_BED_SIZE 220

define Y_BED_SIZE 220

The correct values are:

define X_BED_SIZE 235

define Y_BED_SIZE 235

I have not been able to change them because when I compile with VSCode it returns a lot of errors and I am still working on it.

Can you update those values so that I can download a firmware binary file?

Thank you

mks-viva commented 3 years ago

Hi! You need to tell me which firmware are you using now?

ricardonato commented 3 years ago

¡Hola! ¿Necesitas decirme qué firmware estás usando ahora?

https://github.com/makerbase-mks/MKS-Robin-E3-E3D/blob/ender3-3d-touch/firmware/firmware%20bin%20for%20Ender3(TMC2209)/Robin_e3.bin

mks-viva commented 3 years ago

Robin_e3.zip I has change it and build it. image

ricardonato commented 3 years ago

Thank you very much for the support.