I agree on the comment on parameters. I'd like to be able to refer to parameters everywhere, and use expressions for values. The board setup parameters for example should be made visible, and on top of that project or other scope parameters can be added. I see no reason I shouldn't be able to, say, specify the diameter of a hole as the value of R10/10... it's a tool for skilled users, don't hold back on the rope! Something like `value("r10")/10` or `{r10}.value/10`, or maybe use JS. (Though my experience with embedded JS has been that it's monumentally bloated and somewhat brittle in actual use.)