Slic3r/tests/superslicerlibslic3r/test_complete_objects.cpp
supermerill 1afaa6ef49 create little hierarchy of config to better use ratio_over
fixes on ratio_over
fix Flow::extrusion_width (bad computation of first_layer_height)
fix enum visibility
moving test classes to prusaslicer test directory (wip)
all that because i was trying to write a test class for a modification in min_object_distance (and i didn't even start)
2020-05-31 03:54:58 +02:00

16 lines
296 B
C++

//#define CATCH_CONFIG_DISABLE
#include <catch2/catch.hpp>
#include <string>
#include "test_data.hpp"
#include <libslic3r/libslic3r.h>
#include <libslic3r/SVG.hpp>
using namespace Slic3r::Test;
using namespace Slic3r;
using namespace std::literals;
SCENARIO("Complete objects separatly") {
}