mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -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
|
@ -226,9 +226,7 @@ void Camera::debug_render() const
|
|||
|
||||
std::string type = get_type_as_string();
|
||||
if (wxGetApp().plater()->get_mouse3d_controller().connected()
|
||||
#ifdef SUPPORT_FREE_CAMERA
|
||||
|| (wxGetApp().app_config->get("use_free_camera") == "1")
|
||||
#endif
|
||||
|| (wxGetApp().app_config->get_bool("use_free_camera"))
|
||||
)
|
||||
type += "/free";
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue