Comment loading 3mf in test

This commit is contained in:
Filip Sykala - NTB T15p 2022-07-12 12:18:34 +02:00
parent 3c6d0bdb55
commit 84215eb136

View File

@ -45,7 +45,7 @@ TEST_CASE("Cut character from surface", "[]")
// its_write_obj(its, "C:/data/temp/projected.obj");
}
#define DEBUG_3MF
//#define DEBUG_3MF
#ifdef DEBUG_3MF
// Test load of 3mf
@ -108,7 +108,7 @@ static Emboss::OrthoProject create_projection_for_cut(
TEST_CASE("CutSurface in 3mf", "[Emboss]")
{
std::string path_to_3mf = "C:/Users/filip/Downloads/MultiObj.3mf";
std::string path_to_3mf = "C:/Users/Filip Sykala/Downloads/EmbossFromMultiVolumes.3mf";
int object_id = 0;
int text_volume_id = 2;