mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 13:26:58 +00:00
Cut: Fix crashing in programming cut. Also fixes the cut z offset.
This commit is contained in:
@@ -63,8 +63,6 @@ public:
|
||||
const ModelObjectPtrs& perform_by_contour(std::vector<Part> parts, int dowels_count);
|
||||
const ModelObjectPtrs& perform_with_groove(const Groove& groove, const Transform3d& rotation_m, bool keep_as_parts = false);
|
||||
|
||||
static ModelObjectPtrs cut_horizontal(const ModelObject *object, size_t instance_idx, double z, ModelObjectCutAttributes attributes);
|
||||
|
||||
}; // namespace Cut
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user