diff -r 4642ba1218e8 -r 23b47902d857 src/layers/edittools.h --- a/src/layers/edittools.h Fri Jul 01 23:51:16 2022 +0300 +++ b/src/layers/edittools.h Sat Jul 02 19:03:57 2022 +0300 @@ -79,4 +79,5 @@ void removeLastPoint(); [[nodiscard]] bool isCloseToExistingPoints() const; [[nodiscard]] std::size_t calcNumPoints() const; + [[nodiscard]] opt cylinderHeight() const; };