6030 Commits

Author SHA1 Message Date
ElectroQuanta
446811a426 Added print CLI options in addition to the print ones 2018-08-24 00:48:55 +01:00
Joseph Lenox
bd47015c23
Merge pull request #4518 from ElectroQuanta/origin/stable
Origin/stable
2018-08-23 18:08:51 -05:00
ElectroQuanta
8d9f8001b3 FIX: fixed typo for export_obj 2018-08-23 18:25:04 +01:00
ElectroQuanta
904baffb7e FIX: Forward declaration of std::ofstream caused CMake to abort (#4515) 2018-08-21 11:35:57 -05:00
ElectroQuanta
41c610b47e FIX: Forward declaration of std::ofstream caused CMake to abort 2018-08-21 03:30:10 +01:00
Joseph Lenox
457203623f revert package scripts to 1.3.0 for linux 2018-08-19 23:41:55 -05:00
Joseph Lenox
1123c68f50 Fixed casing for slic3r 2018-08-19 21:29:35 -05:00
Joseph Lenox
8f65bf7f62 switch on travis 2018-08-19 20:30:32 -05:00
Joseph Lenox
acdf25cb15 actually get to the path 2018-08-19 19:53:50 -05:00
Joseph Lenox
8fefac8d61 set SLIC3R_DIR properly? 2018-08-19 19:51:41 -05:00
Joseph Lenox
d836815588 Move compiled slic3r bin instead of copying 2018-08-19 18:31:38 -05:00
Joseph Lenox
4f3e89a871 Added translation markers to more options in PrintConfig.cpp 2018-08-12 16:43:48 -05:00
Joseph Lenox
4faf1b134b Merge i18n in 2018-08-12 16:26:32 -05:00
Joseph Lenox
bb9c86e271 Build shell? 2018-08-08 16:28:16 -05:00
Joseph Lenox
3ee452aff6 Permit building on MSVC 2017 (15.7.6) 2018-08-08 00:20:39 -05:00
Joseph Lenox
3d22fcdd22 Disable boost's automagical library rename feature for nowide, because we're building it. 2018-08-08 00:19:28 -05:00
Joseph Lenox
5449c1a325 Finish moving lines into GUI section of cmake 2018-08-08 00:18:08 -05:00
Joseph Lenox
7cc190b22a Specify more MSVC options for build types 2018-08-08 00:17:47 -05:00
Joseph Lenox
ba3dee154a show fewer warnings 2018-08-08 00:17:16 -05:00
Joseph Lenox
f50c40e49c More MSVC-specific compilation options. 2018-08-08 00:17:03 -05:00
Joseph Lenox
7fb5fcb450 Wire spiral vase into the printing logic. 2018-08-05 23:31:01 -05:00
Joseph Lenox
f59396e33d Ignore some more generated files. 2018-08-05 22:55:45 -05:00
Joseph Lenox
ce8e1b94ff Remove debug print. 2018-08-05 22:28:42 -05:00
Joseph Lenox
5baee8a1cb Cooling buffer works in cppgui 2018-08-05 22:27:36 -05:00
Joseph Lenox
1f6440f7bb Ensure that the threading library is a dependency of libslic3r and is linked 2018-08-05 21:23:24 -05:00
Joseph Lenox
d5f33fa87a Filter out messages with no CLI options 2018-08-05 21:06:12 -05:00
Joseph Lenox
16ec67322a Merge branch 'cppgui' 2018-08-05 20:52:49 -05:00
Joseph Lenox
4875ce641c Cover an issue if not built with GUI and --gui is passed. 2018-08-05 20:52:18 -05:00
Joseph Lenox
e06d33180c Added primitive --help that reads DynamicPrintConfig options directly.
Should slice and generate gcode for STL files now.
2018-08-05 20:44:46 -05:00
Joseph Lenox
d0721cee2b Don't build any Wx stuff if Enable_GUI is off. 2018-08-05 18:57:29 -05:00
Joseph Lenox
34019b666b Compile out trianglemesh performance test on Travis. 2018-08-05 15:48:07 -05:00
Joseph Lenox
045bfaea84 Added more tests from fill.t 2018-08-01 19:37:26 -05:00
Joseph Lenox
dde4779cbb added grow() method for Polyline; moved CLIPPER_OFFSET_SCALE to libslic3r to avoid include loops 2018-07-31 23:19:50 -05:00
Joseph Lenox
4eb9bdceb3 reduce complexity for trianglemesh profile method 2018-07-31 23:19:10 -05:00
Joseph Lenox
88161fac5a added generic test function for "is surface solid filled" 2018-07-31 23:18:47 -05:00
Joseph Lenox
bc8d46116c Merge branch 'master' into test_4486 2018-07-31 19:27:11 -05:00
Joseph Lenox
07b982dd60 Added compile option to build gcov data 2018-07-31 19:21:20 -05:00
Joseph Lenox
d3c18cd1b5 Added compile option to build with gprof 2018-07-31 19:19:05 -05:00
Joseph Lenox
7d08cd1ea4 Added profiling test for TriangleMesh, non-profiled mode passes. 2018-07-31 19:16:12 -05:00
Joseph Lenox
c94c40e5c4 Implemented short test to check for 60s to complete slicing for a test model 2018-07-31 09:57:07 -05:00
Joseph Lenox
e6a90e17ee Added copy of init_print to read from a mesh 2018-07-31 09:55:49 -05:00
Joseph Lenox
1568a11e0c Remove -std=c++11 to use the build options in cmake properly. 2018-07-31 09:00:24 -05:00
Joseph Lenox
2a9ebce2c5 Stubbing tests for evaluation #4486 2018-07-31 08:26:46 -05:00
Joseph Lenox
d862d5f574 Move git commit out of the wx blocked areas. 2018-07-30 23:18:58 -05:00
Joseph Lenox
02acbd625a Port several rectilinear infill tests from perl. 2018-07-30 22:38:43 -05:00
Joseph Lenox
4d257930da Ensured that template is instantiated for int types for Flow::solid_spacing 2018-07-30 22:38:18 -05:00
Joseph Lenox
88e03c0b2c added constructors for building ExPolygon from Points array and a pair of Points arrays (used in tests) 2018-07-30 22:37:58 -05:00
Joseph Lenox
60bd9b4707 finish implementing include guard 2018-07-30 22:37:02 -05:00
Joseph Lenox
081c08153c Set flags the CMAKE way, not manipulating CXX_FLAGS directly 2018-07-30 22:36:32 -05:00
Joseph Lenox
f0253fe498 Set the large Z as shouldfail, added normal range tests. 2018-07-30 12:54:19 -05:00