mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
rotation finder experiments
wip
This commit is contained in:
parent
10f7d64880
commit
b4e30cc8ad
4 changed files with 108 additions and 54 deletions
|
|
@ -25,7 +25,7 @@ namespace sla {
|
|||
*
|
||||
* @return Returns the rotations around each axis (x, y, z)
|
||||
*/
|
||||
std::array<double, 3> find_best_rotation(
|
||||
std::array<double, 2> find_best_rotation(
|
||||
const ModelObject& modelobj,
|
||||
float accuracy = 1.0f,
|
||||
std::function<void(unsigned)> statuscb = [] (unsigned) {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue