mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix auto-switch to color print view type
This commit is contained in:
@@ -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);
|
set_view_type(libvgcode::EViewType::ColorPrint);
|
||||||
|
enable_view_type_cache_load(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool only_gcode_3mf = false;
|
bool only_gcode_3mf = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user