mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
update src and test
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#include <catch2/catch.hpp>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/catch_template_test_macros.hpp>
|
||||
#include <catch2/matchers/catch_matchers.hpp>
|
||||
#include <catch2/catch_approx.hpp>
|
||||
#include "test_utils.hpp"
|
||||
|
||||
#include <libslic3r/Execution/ExecutionSeq.hpp>
|
||||
@@ -36,6 +39,8 @@
|
||||
|
||||
#include <random>
|
||||
|
||||
using namespace Catch;
|
||||
|
||||
template<class ArrItem = Slic3r::arr2::ArrangeItem>
|
||||
static std::vector<ArrItem> qidi_parts(double infl = 0.) {
|
||||
using namespace Slic3r;
|
||||
|
||||
Reference in New Issue
Block a user