mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: render the opaque shell to the transparent shell
alpha channel is not need to update in shell Change-Id: I4ad3caa7d40f69ec799f1076cf617805ba1a240b (cherry picked from commit 315605926764121f6d0ccedf0e88a1ffc3aa0b46)
This commit is contained in:
parent
ca81c370fd
commit
cc447bf122
3 changed files with 10 additions and 4 deletions
|
@ -1217,7 +1217,7 @@ void GCodeViewer::refresh_render_paths()
|
|||
void GCodeViewer::update_shells_color_by_extruder(const DynamicPrintConfig* config)
|
||||
{
|
||||
if (config != nullptr)
|
||||
m_shells.volumes.update_colors_by_extruder(config);
|
||||
m_shells.volumes.update_colors_by_extruder(config,false);
|
||||
}
|
||||
|
||||
//BBS: always load shell at preview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue