FYSETC / Cheetah_V3.0

Apache License 2.0
14 stars 3 forks source link

Marlin firmware support #3

Open yzheka opened 1 year ago

yzheka commented 1 year ago

In description it says that this board support marlin 2.0 but neither marlin repository nor this one contains configuration for this board. Is there any instructions on building marlin firmware for this board?

eliwong commented 1 year ago

It is true that it has not been submitted to marlin's warehouse. You can refer to the following configuration to try to build the firmware. https://github.com/FYSETC/Cheetah_V3.0/blob/main/Software/pins_FYSETC_CHEETAH_V30.h

enkhbold470 commented 1 year ago

@eliwong Do you have any guide to follow for the beginners? I tried to install Marlin, but I have no idea how I would configure this file?

tmrealive commented 1 year ago

It is true that it has not been submitted to marlin's warehouse. You can refer to the following configuration to try to build the firmware. https://github.com/FYSETC/Cheetah_V3.0/blob/main/Software/pins_FYSETC_CHEETAH_V30.h

@eliwong this file is not enough to set up marlin for this board. Can you upload the missing configuration files? Thank you