mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added min displacement threshold for newly selected objects to avoid unwanted displacement when selecting them
This commit is contained in:
parent
4affd6ace7
commit
e7fad6f3bc
3 changed files with 66 additions and 34 deletions
|
@ -56,3 +56,5 @@
|
|||
|
||||
// Changed algorithm to extract euler angles from rotation matrix
|
||||
#define ENABLE_NEW_EULER_ANGLES (1 && ENABLE_1_42_0_ALPHA4)
|
||||
// Added minimum threshold for click and drag movements
|
||||
#define ENABLE_MOVE_MIN_THRESHOLD (1 && ENABLE_1_42_0_ALPHA4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue