mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
TriangleMeshSlicer: Optimized out unnecessary transformations.
This commit is contained in:
parent
70b4915f9c
commit
78c0199523
3 changed files with 43 additions and 49 deletions
|
@ -27,7 +27,7 @@ struct MeshSlicingParams
|
|||
// Mode to apply below slicing_mode_normal_below_layer. Ignored if slicing_mode_nromal_below_layer == 0.
|
||||
SlicingMode mode_below { SlicingMode::Regular };
|
||||
// Transforming faces during the slicing.
|
||||
Transform3f trafo { Transform3f::Identity() };
|
||||
Transform3d trafo { Transform3d::Identity() };
|
||||
};
|
||||
|
||||
struct MeshSlicingParamsEx : public MeshSlicingParams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue