mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Increased camera theta max to 180 degrees. Fixes #666
This commit is contained in:
parent
5c9ba1399f
commit
c6623bb258
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ use constant MANIPULATION_IDLE => 0;
|
||||||
use constant MANIPULATION_DRAGGING => 1;
|
use constant MANIPULATION_DRAGGING => 1;
|
||||||
use constant MANIPULATION_LAYER_HEIGHT => 2;
|
use constant MANIPULATION_LAYER_HEIGHT => 2;
|
||||||
|
|
||||||
use constant GIMBALL_LOCK_THETA_MAX => 170;
|
use constant GIMBALL_LOCK_THETA_MAX => 180;
|
||||||
|
|
||||||
use constant VARIABLE_LAYER_THICKNESS_BAR_WIDTH => 70;
|
use constant VARIABLE_LAYER_THICKNESS_BAR_WIDTH => 70;
|
||||||
use constant VARIABLE_LAYER_THICKNESS_RESET_BUTTON_HEIGHT => 22;
|
use constant VARIABLE_LAYER_THICKNESS_RESET_BUTTON_HEIGHT => 22;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue