mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
refactor: rename SnapOrca references to Orca in CAD components to avoid confusion and update recipe versioning
This commit is contained in:
@@ -3987,7 +3987,7 @@ TEST_CASE("golden recipe v1 still deserialises", "[CadDocument]")
|
||||
cereal::BinaryInputArchive ar(iss);
|
||||
uint32_t v;
|
||||
ar(v);
|
||||
REQUIRE(v <= CadDocument::SNAPORCA_CAD_RECIPE_VERSION);
|
||||
REQUIRE(v <= CadDocument::ORCA_CAD_RECIPE_VERSION);
|
||||
ar(features);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user