Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in a pref for camera orbit speed multiplier #8725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GCRev
Copy link

@GCRev GCRev commented Mar 6, 2025

Description

The amount of rotation during camera orbit always struck me as too high, and I've wanted to be able to reduce it for quite a while. I suppose that this could be part of the character of slic3r, but I think it is sensible to add a pref for anyone who would like to adjust it.

I've placed this pref with the other camera prefs. It does some basic validation and formatting on the input value to keep it at two decimal places, and between a min and max of 0.05 and 2.0 respectively. This should be more than enough of a range and precision.

It defaults to 1.0 so that there is no change in the existing behavior.

Screenshots/Recordings/Graphs

image

Tests

I've manually verified the behavior and checked that the pref is stored into OrcaSlicer.conf for recall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant