mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-30 04:40:47 -07:00
Fix auto-switch to color print view type
This commit is contained in:
parent
f8a7589354
commit
9bee05744d
1 changed files with 2 additions and 0 deletions
|
|
@ -1132,7 +1132,9 @@ void GCodeViewer::load_as_gcode(const GCodeProcessorResult& gcode_result, const
|
|||
}
|
||||
}
|
||||
|
||||
enable_view_type_cache_load(false);
|
||||
set_view_type(libvgcode::EViewType::ColorPrint);
|
||||
enable_view_type_cache_load(true);
|
||||
}
|
||||
|
||||
bool only_gcode_3mf = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue