diff --git a/src/slic3r/GUI/Gizmos/GLGizmoPainterBase.hpp b/src/slic3r/GUI/Gizmos/GLGizmoPainterBase.hpp index 487160aaa2..aa4554413c 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoPainterBase.hpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoPainterBase.hpp @@ -261,7 +261,7 @@ protected: static constexpr float CursorRadiusMin = 0.4f; // cannot be zero static constexpr float CursorRadiusMax = 8.f; static constexpr float CursorRadiusStep = 0.2f; - static constexpr float CursorHeightMin = 0.2f; // cannot be zero + static constexpr float CursorHeightMin = 0.1f; // cannot be zero static constexpr float CursorHeightMax = 8.f; static constexpr float CursorHeightStep = 0.2f;