mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-05 01:02:08 +00:00
Revert "Refactor planar cut code so it can be reused by other cut type"
This reverts commit a0d1ccaf28.
This commit is contained in:
@@ -825,7 +825,6 @@ public:
|
||||
CutConnectorType connector_type{ CutConnectorType::Plug };
|
||||
float radius_tolerance{ 0.f };// [0.f : 1.f]
|
||||
float height_tolerance{ 0.f };// [0.f : 1.f]
|
||||
ObjectID source_volume; // id of the volume from input model that this one is cut from
|
||||
|
||||
CutInfo() = default;
|
||||
CutInfo(CutConnectorType type, float rad_tolerance, float h_tolerance, bool processed = false) :
|
||||
|
||||
Reference in New Issue
Block a user