Add alignment option to arrange settings dialog

Also make it work
This commit is contained in:
tamasmeszaros 2023-01-25 13:02:42 +01:00
parent 3054156f9e
commit 0a5a401d32
5 changed files with 41 additions and 1 deletions

View file

@ -463,6 +463,7 @@ public:
// float distance_sla = 6.;
float accuracy = 0.65f; // Unused currently
bool enable_rotation = false;
int alignment = 0;
};
private: