mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Rotating/panning the view, using mouse left/right + CTRL modifier, while any gizmo is active
This commit is contained in:
parent
0f8f412e90
commit
68a7e5ce41
3 changed files with 131 additions and 134 deletions
|
@ -56,4 +56,12 @@
|
|||
#define ENABLE_GCODE_VIEWER_STATISTICS (0 && ENABLE_GCODE_VIEWER)
|
||||
#define ENABLE_GCODE_VIEWER_DATA_CHECKING (0 && ENABLE_GCODE_VIEWER)
|
||||
|
||||
|
||||
//===================
|
||||
// 2.3.0.alpha2 techs
|
||||
//===================
|
||||
#define ENABLE_2_3_0_ALPHA2 1
|
||||
|
||||
#define ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS (1 && ENABLE_2_3_0_ALPHA2)
|
||||
|
||||
#endif // _prusaslicer_technologies_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue