Cut improvements/ bug fixing:

* Wrong position of grabber is fixed
* OSX specific: ObjectList: Fixed update of the info items after cut
* Show info line, when Cut plane is invisible

+ Fixed non-Win build: added missed include
This commit is contained in:
YuSanka 2022-10-19 17:33:58 +02:00
parent 3a21f156c0
commit 2880704de9
6 changed files with 82 additions and 52 deletions

View file

@ -2,6 +2,7 @@
#define slic3r_ObjectID_hpp_
#include <cereal/access.hpp>
#include <cereal/types/base_class.hpp>
namespace Slic3r {