Login  Register

Re: What is the purpose of the "dimensions layer"?

Posted by johnfound on Dec 27, 2024; 10:22pm
URL: https://forum.librecad.org/What-is-the-purpose-of-the-dimensions-layer-tp5725787p5725892.html

sand1024 wrote
However, re-thinking your question, I suppose it might be a good option - place dimensions automatically into dimension layer of currently active normal layer (if any). I'll take a look on this.
I have fixed this issue. Here is the commit: Check-in [0edceb7b2f]

It searches for dimensions layer in the following order:

1. The active layer

2. Recursively, the children of the active layer.

3. All layers.

4. falls back to the active layer.