You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using PlataformIO, it is easier. Just create a new build target in platformio.ini, copying the original config for your printer board and add the new flags:
by basically combining my necessary settings with what was there.
However, these seems like a sloppy way to do it.
Is there a cleaner way to create a profile with the tuned memory settings and have it accessible from the ABM panel so you can manage the build and upload process?
Trying to follow this:
https://thborges.github.io/blog/marlin/2019/01/07/reducing-marlin-binary-size.html
which states:
I can do something like this at the bottom of platformio.ini:
But I don't know how to call upon this from AutoBuildMarlin to properly attempt a build and upload with these fixes.
The text was updated successfully, but these errors were encountered: