5252 Commits

Author SHA1 Message Date
Samir55
49fbe98910 Fixing bugs. 2018-07-15 03:42:50 +02:00
Samir55
4931e4025e Some fixes to SupportMaterial memver functions. 2018-07-14 23:09:22 +02:00
Samir55
93b0cd436a Porting test 1. 2018-07-12 09:34:47 +02:00
Ahmed Samir
02e489a11f
Update CMakeLists.txt
revoke last commit
2018-07-12 07:15:22 +02:00
Ahmed Samir
e80c4e467b
Update CMakeLists.txt
readd removed file in cmake
2018-07-12 07:14:28 +02:00
Ahmed Samir
9535ce54ec
Merge branch 'master' into Samir55-support_porting 2018-07-12 07:13:21 +02:00
Samir55
76c686b2ca Porting process_layer function and start testing. 2018-07-12 07:11:34 +02:00
Joseph Lenox
5dbfc104b7 Fix test count. 2018-07-11 22:41:51 -05:00
Joseph Lenox
6cca89f5c8 ... travis, please. 2018-07-11 22:24:06 -05:00
Joseph Lenox
a51903d358 ... travis, please. 2018-07-11 22:20:45 -05:00
Joseph Lenox
9c845ecff9 Revert perl test changes. 2018-07-11 22:14:51 -05:00
Joseph Lenox
8e3440f832 Added volume tests (using a large divisor for accuracy). 2018-07-11 22:14:51 -05:00
Joseph Lenox
5053a52562 add WXVERSION back in 2018-07-11 22:14:51 -05:00
Joseph Lenox
fb0fbad68e build perl half with 4.9 2018-07-11 22:14:51 -05:00
Joseph Lenox
cc60395bf8 Further tweaks of travis.yml 2018-07-11 22:14:51 -05:00
Joseph Lenox
84027f59cc forgot deployment for build.pl route. 2018-07-11 22:14:51 -05:00
Joseph Lenox
39904d993e okay, let's not do that with travis_wait 2018-07-11 22:14:51 -05:00
Joseph Lenox
7e41496f56 Oops, forgot a ;fi 2018-07-11 22:14:51 -05:00
Joseph Lenox
67c65cce94 Use old packaging system instead of new packaging (REVERT THIS LATER) 2018-07-11 22:14:51 -05:00
Joseph Lenox
fa382ebd70 Put build system into a hybrid. 2018-07-11 22:14:51 -05:00
Joseph Lenox
a5df41042f Revert "Put build system back the way it was so we don't break things when merging in cppgui stuff"
This reverts commit 961dd6b06fba9ce7f2fd46e52db241e256531f4a.
2018-07-11 22:14:51 -05:00
Joseph Lenox
667af0be2a Put build system back the way it was so we don't break things when merging in cppgui stuff 2018-07-11 22:14:51 -05:00
Joseph Lenox
a3327df92f Add CMAKE option to turn on the gui when building slic3r.cpp (defaults to off) 2018-07-11 22:14:51 -05:00
Joseph Lenox
5ff201c53f Adjusted functions so that SLIC3RXS and the perl-less builds can live side-by-side. 2018-07-11 22:14:51 -05:00
Joseph Lenox
2ed48de491 Don't create extra, redundant points in the mesh. 2018-07-11 22:14:51 -05:00
Joseph Lenox
4d6deea6cb Return a moveable copy of the mesh and repair it prior to returning. 2018-07-11 22:14:51 -05:00
Joseph Lenox
0fc288b6d7 Pushed ::slice and ::stats() and ::bb3() into TriangleMesh.
Added more tests to TriangleMesh.
2018-07-11 22:14:51 -05:00
Joseph Lenox
0facb7dcb2 Update pushed to main travis file.
Quiet down wxmac install as well.
2018-07-11 22:14:51 -05:00
Joseph Lenox
093a621187 Make brew louder so that it doesn't trip Travis timeouts. 2018-07-11 22:14:51 -05:00
Joseph Lenox
784437ea7d Be louder about brew update 2018-07-11 22:14:51 -05:00
Joseph Lenox
ff2e2476b3 Derp, it's travis_wait 2018-07-11 22:14:51 -05:00
Joseph Lenox
60e29a4c44 Save the Homebrew cache on OSX 2018-07-11 22:14:51 -05:00
Joseph Lenox
065820a06e extend wait time for setup to 30 minutes 2018-07-11 22:14:51 -05:00
Joseph Lenox
017e3af98d Issue brew update before install. 2018-07-11 22:14:51 -05:00
Joseph Lenox
19c5fa0545 Added more tests for center(), and cut(). Added functions to access functionality (used to be in Perl interface). 2018-07-11 22:14:51 -05:00
Joseph Lenox
21946dc1a1 Implemented some of the tests and additional object code to pass tests.
Using [!mayfail] to indicate that test may fail (so as to not crash build).
2018-07-11 22:14:51 -05:00
Joseph Lenox
83af35b7c4 Give alias for vector of Point3. 2018-07-11 22:14:51 -05:00
Joseph Lenox
c6966c077e Starting to port 01_trianglemesh tests to Catch. 2018-07-11 22:14:51 -05:00
Joseph Lenox
d18b975195 Added tests for trim_zeroes() 2018-07-11 22:14:51 -05:00
Joseph Lenox
9f83da9519 Implemented UI_Point3, fixed tests. 2018-07-11 22:14:51 -05:00
Joseph Lenox
4fa9f5ee2a use make_tuple instead of make_pair 2018-07-11 22:14:51 -05:00
Joseph Lenox
9dc4343029 Move trim_zeroes to misc_ui 2018-07-11 22:14:51 -05:00
Joseph Lenox
e66cda51bf Add get_point3 to interface; add I/O 2018-07-11 22:14:51 -05:00
Joseph Lenox
fbdccb0c96 Fix a typo in description. 2018-07-11 22:14:51 -05:00
Joseph Lenox
3d52dd53ad YAGNI - sizer-types don't need a passed-in window ID. 2018-07-11 22:14:51 -05:00
Joseph Lenox
e337c5ad89 Test setting a 2D Point from a 3D point (narrowing, remove Z coordinate) and using get_point3 on a 2D point. 2018-07-11 22:14:51 -05:00
Joseph Lenox
d78b386135 Added Point3 tests. 2018-07-11 22:14:51 -05:00
Joseph Lenox
d612bf02a4 C++11/14 code cleanup: NULL to nullptr for default_value options. 2018-07-11 22:14:51 -05:00
Joseph Lenox
a16bb63821 Refactored to push up the common items into UI_Field and have separate UI_Window and UI_Sizer. UI_Sizers should not set window and vice-versa. 2018-07-11 22:14:51 -05:00
Joseph Lenox
8077100658 UI_Point is 4 items in a single sizer.
Implemented the draw code for the sizer as well.
2018-07-11 22:14:51 -05:00