mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 18:52:04 +08:00
Same derp, different file.
This commit is contained in:
parent
58f3290a93
commit
98fca9090b
@ -82,6 +82,7 @@
|
||||
Clone<BoundingBoxf3> bounding_box();
|
||||
void center_instances_around_point(Pointf* point)
|
||||
%code%{ THIS->center_instances_around_point(*point); %};
|
||||
void align_instances_to_origin();
|
||||
void translate(double x, double y, double z);
|
||||
Clone<TriangleMesh> mesh();
|
||||
Clone<TriangleMesh> raw_mesh();
|
||||
@ -208,7 +209,6 @@ ModelMaterial::attributes()
|
||||
bool needed_repair() const;
|
||||
int materials_count() const;
|
||||
int facets_count();
|
||||
void align_instances_to_origin();
|
||||
void align_to_ground();
|
||||
void center_around_origin();
|
||||
void translate(double x, double y, double z);
|
||||
|
Loading…
x
Reference in New Issue
Block a user