Commit 0754c6df authored by Guillaume Seguin's avatar Guillaume Seguin

Pack around center when using simarrange

parent 0b81449a
......@@ -360,6 +360,7 @@ class StlPlater(Plater):
models = dict(self.models)
files = [model.filename for model in models.values()]
p = subprocess.Popen([self.simarrange_path, "--dryrun",
"-m", # Pack around center
"-x", str(self.build_dimensions[0]),
"-y", str(self.build_dimensions[1])] + files,
stdout = subprocess.PIPE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment