mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 07:15:08 -06:00
Fix build
This commit is contained in:
parent
6629d75853
commit
b950e9e575
4 changed files with 24 additions and 10 deletions
|
@ -231,12 +231,6 @@ ModelMaterial::attributes()
|
|||
void rotate(float angle, Vec3d* axis)
|
||||
%code{% THIS->rotate(angle, *axis); %};
|
||||
void mirror(Axis axis);
|
||||
|
||||
Model* cut(double z)
|
||||
%code%{
|
||||
RETVAL = new Model();
|
||||
THIS->cut(z, RETVAL);
|
||||
%};
|
||||
|
||||
ModelObjectPtrs* split_object()
|
||||
%code%{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue