prusa3d / Prusa-Firmware

Firmware for Original Prusa i3 3D printer by PrusaResearch
GNU General Public License v3.0
1.99k stars 1.05k forks source link

Fix cmake build of MK2.5 and MK25S #4696

Closed 3d-gussner closed 1 month ago

3d-gussner commented 1 month ago

Got broken with https://github.com/prusa3d/Prusa-Firmware/commit/0b23ab8e092767771adb2761d6ea1384c462dfd3#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aL476

github-actions[bot] commented 1 month ago

All values in bytes. Δ Delta to base

Target ΔFlash ΔSRAM Used Flash Used SRAM Free Flash Free SRAM
MK3S_MULTILANG 0 0 247774 5653 6178 2539
MK3_MULTILANG 0 0 247072 5662 6880 2530
vintagepc commented 1 month ago

Confirmed the same change fixes it locally for me as well. Just one change required.

3d-gussner commented 1 month ago

@vintagepc Thanks for the review.