4 Commits

Author SHA1 Message Date
supermerill
96b0865d87 bugfix: gcodewriter.unlift(), medial axis taper & min width
tests: thin.t almost complete, bugfix test_data typo.
2019-04-09 18:57:31 +02:00
supermerill
6072f411f2 cleaning tests 2019-04-08 20:11:19 +02:00
supermerill
0f65a8d815 add gcodewriter tests, correct some build errors 2019-04-01 16:10:39 +02:00
supermerill
16368c9575 Add some cpp test from mainline (thanks to @lordofhyphens)
* to build the tests on windows, you need vs2015 or 2017 with "CRT SDK"
so  you have to also build all deps & slic3r against this compiler.
 * I didn't tried to build the tests on linux/osx, maybe some cmkae changes are needed.
 * I added a slic3r_lib project to be able to link statically the test against all the slic3r project.
 * tests will need many changes to be able to use the new codebase. only the ones in the cmakelists are done right now.
 * some test may be in error, because the behavior of the test vs slic3r isn't defined well enough to make a decision of which one is wrong.
2019-03-29 18:02:25 +01:00