PCB Editor: how to update a table created with Place -> Add Stackup Table tool

I know how to place stackup information into the drawing (Place → Add Stackup Table tool). But the problem is that if I change the stackup (let’s say I modify the board thickness), the table on the drawing does not auto-update and still contains old information, and I also don’t see a way to manually force such update except for deleting the table from the drawing and then re-adding it again, which is not a great practice because it will be forgotten and then wrong data will be sent to manufacturing. Does anyone know something I don’t?

There is currently no automatic and no manual update of the stackup table. Delete + adding a new stackup table is correct (kicad v9).

related gitlab feature requests:

1 Like

Thank you for clarification, especially thank you for listing feature requests, because (a) it saves me a trouble of writing a feature request that would end up being a duplicate of already existing request, (b) the dates of existing requests and the target milestone assigned to most of them being version 6.x.y tells me that it will never happen unless I code this feature myself. Now at least I know what to do.