mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 06:12:01 +08:00
Bugfix: --dont-arrange was reported as not implemented
This commit is contained in:
parent
ea67f8ca4f
commit
b0fc0429cb
@ -170,6 +170,8 @@ int CLI::run(int argc, char **argv) {
|
||||
// this affects volumes:
|
||||
model.translate(-(bb.min.x - p.x), -(bb.min.y - p.y), -bb.min.z);
|
||||
}
|
||||
} else if (opt_key == "dont_arrange") {
|
||||
// do nothing - this option alters other transform options
|
||||
} else if (opt_key == "rotate") {
|
||||
for (auto &model : this->models)
|
||||
for (auto &o : model.objects)
|
||||
|
Loading…
x
Reference in New Issue
Block a user