1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Zoom max limit increased from 100 to 250

This commit is contained in:
enricoturri1966
2020-11-16 08:48:44 +01:00
parent 808c43cb4b
commit 9b3ff9b1cf
+1 -1
View File
@@ -127,7 +127,7 @@ public:
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;
private: