mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07: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:
parent
6ce832e439
commit
958c6553e7
5 changed files with 19 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue