Is there a way to start a plow, and keep it there? Maybe something like: 1. Hold StemPlow hotkey, press Enter to lock it (Locks the x/y origin of the plow) 2. Make changes to the glyph, see how measurement from the static origin changes. 3. Hitting `Escape` removes all plows. That way you wouldn't have to change your drawing, check the plow, change, check plow, etc. I implemented something similar in a fork of @typesupply ’s Laser Measure. https://github.com/ryanbugden/lasermeasure/tree/development More discussion on this on LM: 1. https://github.com/typesupply/lasermeasure/issues/34#issuecomment-1585756486 2. https://github.com/typesupply/lasermeasure/pull/42#issue-1782863068
Is there a way to start a plow, and keep it there?
Maybe something like:
Escaperemoves all plows.That way you wouldn't have to change your drawing, check the plow, change, check plow, etc.
I implemented something similar in a fork of @typesupply ’s Laser Measure.
https://github.com/ryanbugden/lasermeasure/tree/development
More discussion on this on LM: