mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-16 04:45:46 -07:00
fix
This commit is contained in:
parent
b3a196af29
commit
b7e020c8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ Emboss::FontFileWithCache calib_font_with_cache(std::move(WxFontUtils::create_fo
|
|||
/// "y" is the font height in millimeters.
|
||||
/// "z" is the height of the extruded text in millimeters.</param>
|
||||
/// <param name="position">Position of model against text pivot.</param>
|
||||
static TriangleMesh get_ortho_box_mesh(Vec3d& size, Vec3f& position = Vec3f())
|
||||
static TriangleMesh get_ortho_box_mesh(Vec3d size, Vec3f position = Vec3f())
|
||||
{
|
||||
TriangleMesh mesh(make_cube(size.x(), size.y(), size.z())); // get box
|
||||
mesh.translate(position); // move mesh to indeed place
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue