mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 17:36:08 +08:00
Prevent scientific notation in --info output
This commit is contained in:
parent
ade661ebf1
commit
3700950474
@ -734,6 +734,7 @@ void
|
|||||||
ModelObject::print_info() const
|
ModelObject::print_info() const
|
||||||
{
|
{
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
cout << fixed;
|
||||||
cout << "[" << boost::filesystem::path(this->input_file).filename().string() << "]" << endl;
|
cout << "[" << boost::filesystem::path(this->input_file).filename().string() << "]" << endl;
|
||||||
|
|
||||||
TriangleMesh mesh = this->raw_mesh();
|
TriangleMesh mesh = this->raw_mesh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user