Finish merging in-process work from @Samir55

This commit is contained in:
Joseph Lenox 2018-07-15 12:08:35 -05:00
parent 575faf3231
commit b2d6c47c53

View File

@ -1,7 +1,6 @@
//#include <catch.hpp>
#include <catch.hpp>
#include <libslic3r/IO.hpp>
#include <libslic3r/GCodeReader.hpp>
#include "/home/ahmedsamir/Work/SamirSlic3r/Slic3r/build/external/Catch/include/catch.hpp"
#include "libslic3r.h"
#include "TriangleMesh.hpp"
@ -293,4 +292,4 @@ bool test_6_checks(Print &print)
return has_bridge_speed;
}
}