mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Feat: 1. Vertical and horizontal mode for painting 2. Optimize Camera behavior (#2424)
* fix camera and update locale * Paint horizontally or vertically
This commit is contained in:
parent
53c416b819
commit
388b483774
28 changed files with 557 additions and 336 deletions
|
@ -160,10 +160,8 @@ void AppConfig::set_defaults()
|
|||
if (get("use_perspective_camera").empty())
|
||||
set_bool("use_perspective_camera", true);
|
||||
|
||||
#ifdef SUPPORT_FREE_CAMERA
|
||||
if (get("use_free_camera").empty())
|
||||
set_bool("use_free_camera", false);
|
||||
#endif
|
||||
|
||||
#ifdef SUPPORT_REVERSE_MOUSE_ZOOM
|
||||
if (get("reverse_mouse_wheel_zoom").empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue