mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Hopefully a fix of
"Layer editing does not trigger reslicing with Background Processing enabled" https://github.com/prusa3d/Slic3r/issues/293
This commit is contained in:
@@ -214,8 +214,11 @@ if (@ARGV) { # slicing from command line
|
||||
output_file => $opt{output},
|
||||
);
|
||||
|
||||
# This is delegated to C++ PrintObject::apply_config().
|
||||
$sprint->apply_config($config);
|
||||
$sprint->set_model($model);
|
||||
# Do the apply_config once again to validate the layer height profiles at all the newly added PrintObjects.
|
||||
$sprint->apply_config($config);
|
||||
|
||||
if ($opt{export_svg}) {
|
||||
$sprint->export_svg;
|
||||
|
||||
Reference in New Issue
Block a user