smith3d / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
95 stars 32 forks source link

[FR] source with configs ? #25

Closed spacecabbie closed 3 years ago

spacecabbie commented 3 years ago

Hi and hello,

I was wondering if the source could include the changed Configuration_adv.h Configuration.h or other files For Ender 3 v2 with 4.2.7. board.

Love to compile it my self to make changes and see how it was done so I understand firmware even better. thanks !

smith3d commented 3 years ago

https://github.com/smith3d/Marlin/blob/bugfix-2.0.x-Smith3D/Marlin/Changelog.txt

the changes can be found inside the changelog, bottom the definition part

spacecabbie commented 3 years ago

Thanks for your reply that shows changes added unless i am missing something. what I mean is this: this file: https://github.com/smith3d/Marlin/releases/download/2.0.x.17/Smith3D-E3V2-2.0.x.17-427-Fast-5x5-180321.bin

Is build with changes made in the configs: https://github.com/smith3d/Marlin/blob/bugfix-2.0.x-Smith3D/Marlin/Configuration.h https://github.com/smith3d/Marlin/blob/bugfix-2.0.x-Smith3D/Marlin/Configuration_adv.h The ones I can find in the source and on github show only the configs for 4.2.2 board. I would realy like to get the 2 above files to compile the mention firmware bin file.

smith3d commented 3 years ago

Change: #define MOTHERBOARD BOARD_CREALITY_V4 To: #define MOTHERBOARD BOARD_CREALITY_V427

that's the only config we changed. you can search for #define MOTHERBOARD BOARD_CREALITY_V4 & replace