mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 17:39:02 +08:00
Zoom max limit increased from 100 to 250
This commit is contained in:
parent
808c43cb4b
commit
9b3ff9b1cf
@ -127,7 +127,7 @@ public:
|
|||||||
|
|
||||||
void look_at(const Vec3d& position, const Vec3d& target, const Vec3d& up);
|
void look_at(const Vec3d& position, const Vec3d& target, const Vec3d& up);
|
||||||
|
|
||||||
double max_zoom() const { return 100.0; }
|
double max_zoom() const { return 250.0; }
|
||||||
double min_zoom() const;
|
double min_zoom() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user