Fix auto-switch to color print view type

This commit is contained in:
Andrew Sun 2025-09-21 10:26:40 -04:00
parent f8a7589354
commit 9bee05744d

View file

@ -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;