mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 17:52:01 +08:00
Bugfix: Preqreq calls should be calling slice(), not _slice(). _slice() invalidates the print state (!!!)
This commit is contained in:
parent
60005d1bc6
commit
0b3496b45f
@ -1364,7 +1364,7 @@ PrintObject::generate_support_material()
|
||||
auto* print { this->_print };
|
||||
const auto& config { this->config };
|
||||
//prereqs
|
||||
this->_slice();
|
||||
this->slice();
|
||||
if (this->state.is_done(posSupportMaterial)) { return; }
|
||||
|
||||
this->state.set_started(posSupportMaterial);
|
||||
|
Loading…
x
Reference in New Issue
Block a user