Ported test_printgcode from upstream Slic3r, thanks @lordofhyphens

This commit is contained in:
bubnikv 2019-10-16 15:40:09 +02:00
parent af7c69bfab
commit c2edcd07cb
2 changed files with 279 additions and 0 deletions

View file

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