-
Hi, I already managed to upload a .bin file to my flashforge dreamer.
Many Thanks to all the contributors of this project! I did struggle quite a bit because many things that are obvious for you guys, weren't for me it seems. Greetings. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
check out the code base with
https://platformio.org/install/cli marlin_builder.sh is the script that sits on above the customized marlin directory to help build the fw. I would advise you that if you are not familiar with Marlin modification, compilation, and flashing/reflashing, you may want to consider this very advanced territory. |
Beta Was this translation helpful? Give feedback.
-
Thank You! |
Beta Was this translation helpful? Give feedback.
check out the code base with
git clone ...
or if you just want to checkout a snapshot, and modify that, just click on "code", then download .zip snapshot of this branch:https://platformio.org/install/cli
marlin_builder.sh is the script that sits on above the customized marlin directory to help build the fw.
I would advise you that if you are not familiar with Marlin modification, compilation, and flashing/reflashing, you may want to consider this very advanced territory.