mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 17:26:00 +08:00
Typo
This commit is contained in:
parent
5346894acc
commit
eb491056d8
@ -87,7 +87,7 @@ main(const int argc, const char **argv)
|
|||||||
if (outfile.empty()) outfile = *it + "_extruded.stl";
|
if (outfile.empty()) outfile = *it + "_extruded.stl";
|
||||||
|
|
||||||
Slic3r::IO::STL::write(mesh2, outfile);
|
Slic3r::IO::STL::write(mesh2, outfile);
|
||||||
printf("Extuded mesh written to %s\n", outfile.c_str());
|
printf("Extruded mesh written to %s\n", outfile.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user