MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

🚸 Reduce CTC A13 build size #1069

Open thisiskeithb opened 1 week ago

thisiskeithb commented 1 week ago

Description

While running the build_all_examples script, this config would not build because it was too large:

Error: The program size (127000 bytes) is greater than maximum allowed (126976 bytes)
*** [checkprogsize] Explicit exit, status 1

Disabling some features brings the build size down.

Benefits

Config now builds.

Related Issues