Replies: 3 comments 4 replies
-
Works fine for me. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey guys 👋🏻 First of all: thanks so much for the contribution Since it's my first time compiling and installing custom firmware, I would really appreciate if you could share the full files modified somehow 🙏🏼 Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
@Luro02 Looking into a custom compile for an F4 RCT6 chip with a TJC display. I would like some more information on the sizes of each feature, how you determined what to cut, and what changes I need to make to the above config to work with a TJC. Just trying to shrink the bin file. Currently running a UBL-TJC-20240127 build, want to add T13 support. LA would be nice, but don't want to lose a ton of features. Also do not need a custom color theme, stock is fine. |
Beta Was this translation helpful? Give feedback.
-
I got unlucky and have the mainboard with only 256KB flash. I spent an entire day tweaking configs, adding/removing compiler options to compile a firmware that has UBL, MPC and Linear Advance enabled.
I think there might be more people in a similar situation, which is why I want to share my configuration.
Here are the changes in the relevant files:
Configuration.h
Configuration_adv.h
ini/stm32f4.ini
I would recommend looking over the changes made to the marlin configs yourself. To save space I removed some features like firmware retractions (I don't use them).
I only used the
auto0.g
file for setting the theme, so I changed the relevant file in the source code and disabled that feature:Marlin/src/lcd/e3v2/proui/dwin_defines.h
Beta Was this translation helpful? Give feedback.
All reactions