mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 20:49:06 +08:00
Fix indentation and spacing; use print.arrange rather than making another call to the config.
This commit is contained in:
parent
7d7223eeaf
commit
0230138bb2
@ -317,7 +317,7 @@ int CLI::run(int argc, char **argv) {
|
|||||||
print.arrange = !this->config.getBool("dont_arrange", false);
|
print.arrange = !this->config.getBool("dont_arrange", false);
|
||||||
print.center = !this->config.has("center")
|
print.center = !this->config.has("center")
|
||||||
&& !this->config.has("align_xy")
|
&& !this->config.has("align_xy")
|
||||||
&& !this->config.getBool("dont_arrange",false);
|
&& print.arrange;
|
||||||
Slic3r::Log::error("CLI") << "Arrange: " << print.arrange<< ", center: " << print.center << std::endl;
|
Slic3r::Log::error("CLI") << "Arrange: " << print.arrange<< ", center: " << print.center << std::endl;
|
||||||
print.set_model(model);
|
print.set_model(model);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user