mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 20:16:05 +08:00
Fix loading 3d mouse params from config (#6703)
Since this seems a trivial enough change, I haven't done any local building/testing. Let me know if you need anything like that from me anyways.
This commit is contained in:
parent
adb2d33c92
commit
f31a9f802b
@ -406,8 +406,8 @@ void Mouse3DController::load_config(const AppConfig &appconfig)
|
||||
params.zoom.scale = Params::DefaultZoomScale * std::clamp(zoom_speed, 0.1, 10.0);
|
||||
params.swap_yz = swap_yz;
|
||||
params.invert_x = invert_x;
|
||||
params.invert_y = invert_x;
|
||||
params.invert_z = invert_x;
|
||||
params.invert_y = invert_y;
|
||||
params.invert_z = invert_z;
|
||||
params.invert_yaw = invert_yaw;
|
||||
params.invert_pitch = invert_pitch;
|
||||
params.invert_roll = invert_roll;
|
||||
|
Loading…
x
Reference in New Issue
Block a user