mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 00:45:57 +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";
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user