Place on face improvement: respect different z-rotation of instances

This commit is contained in:
Lukas Matena 2021-09-17 09:26:47 +02:00
parent 0b1e716e22
commit 82b4a4fe11
2 changed files with 4 additions and 10 deletions

View file

@ -375,10 +375,8 @@ public:
enum SyncRotationType {
// Do not synchronize rotation. Either not rotating at all, or rotating by world Z axis.
SYNC_ROTATION_NONE = 0,
// Synchronize fully. Used from "place on bed" feature.
SYNC_ROTATION_FULL = 1,
// Synchronize after rotation by an axis not parallel with Z.
SYNC_ROTATION_GENERAL = 2,
SYNC_ROTATION_GENERAL = 1,
};
void synchronize_unselected_instances(SyncRotationType sync_rotation_type);
void synchronize_unselected_volumes();