This commit is contained in:
Alessandro Ranellucci 2016-07-12 16:18:22 +02:00 committed by GitHub
parent 5346894acc
commit eb491056d8

View File

@ -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;