mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-19 19:54:25 +08:00

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)
16 lines
296 B
C++
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") {
|
|
}
|