mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Use radians everywhere, including ModelInstance::rotation
This commit is contained in:
@@ -177,7 +177,7 @@ class ModelInstance
|
||||
{
|
||||
friend class ModelObject;
|
||||
public:
|
||||
double rotation; // around mesh center point
|
||||
double rotation; // in radians around mesh center point
|
||||
double scaling_factor;
|
||||
Pointf offset; // in unscaled coordinates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user