mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
ENH: refine gizmo paint tools
1. support to adjust cursor size and section view by key + mouse wheel 2. display shortcut tips according to the selected tool type 3. change the left mouse behavior to object movement for color painting tool Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: I13d2a83d562d6ccd8d915158e263a90ad3c02db0
This commit is contained in:
parent
d38c5b07fa
commit
f3c65f8597
8 changed files with 129 additions and 50 deletions
|
@ -142,6 +142,7 @@ public:
|
|||
|
||||
constexpr static float GapAreaMin = 0.f;
|
||||
constexpr static float GapAreaMax = 5.f;
|
||||
constexpr static float GapAreaStep = 0.2f;
|
||||
|
||||
// BBS: fix me
|
||||
static float gap_area;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue