Ported test_print/test_printobject/test_3mf from upstream Slic3r, thanks @lordofhyphens

This commit is contained in:
bubnikv 2019-10-16 13:20:09 +02:00
parent 6585e58e83
commit a5eb4a4ce1
6 changed files with 256 additions and 0 deletions

View file

@ -6,6 +6,8 @@ add_executable(${_TEST_NAME}_tests
test_flow.cpp
test_gcodewriter.cpp
test_model.cpp
test_print.cpp
test_printobject.cpp
test_skirt_brim.cpp
test_trianglemesh.cpp
)