prusa3d / Prusa-Firmware

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

MMU2: Report current tool onto the serial #4514

Closed DRracer closed 8 months ago

DRracer commented 8 months ago

PFW-1546

github-actions[bot] commented 8 months ago

All values in bytes. Δ Delta to base

Target ΔFlash ΔSRAM Used Flash Used SRAM Free Flash Free SRAM
MK3S_MULTILANG 66 0 247230 5656 6722 2536
MK3_MULTILANG 66 0 246512 5663 7440 2529
DRracer commented 8 months ago

squashed individual dev commits into one

TojikCZ commented 8 months ago

Looks good, the only problem i see is that I cannot ask for the value to be written out and it does not get written out regularly. So I'm going to assume no tool until I see a tool getting selected.

I think that this can only happen when PrusaLink connected to the Einsy pins boots up during a single tool SD print, anything else will eventually change the active tool. So if we agree that that is fine and we don't find any other scenario, where it's a problem, I am okay with it as is. Thank you for making it