1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Added code to allow to customize skipping invisible moves when moving horizontal slider thumb in preview

This commit is contained in:
enricoturri1966
2020-10-09 13:00:20 +02:00
parent 170fe23b46
commit 32436aea6f
2 changed files with 15 additions and 11 deletions
+1
View File
@@ -365,6 +365,7 @@ public:
size_t last{ 0 };
};
bool skip_invisible_moves{ false };
Endpoints endpoints;
Endpoints current;
Endpoints last_current;