5839 Commits

Author SHA1 Message Date
Gilbert
fd8a3303c4 Extended GUI (#4419)
* Extended GUI - 2nd try.

* Update Preferences.pm

missing comma
2018-10-14 14:51:02 -05:00
Joseph Lenox
4b0caf131b #2305 Autocaclulate WxChoice width instead of using fixed size. 2018-10-14 14:40:16 -05:00
Harald Wagener
4853c014fb Auto-determine right pane button height. (#4535)
On HiDPI screens, the button height set to 30px will cause buttons of limited height with parts of the text cut off. Setting the height to `-1` seems to fix this so the buttons work fine.
2018-10-14 14:28:01 -05:00
Joseph Lenox
d17659b67c Add GIT commit version to About dialog and to exported GCode.
Implements #4532
2018-09-07 21:40:49 -05:00
Joseph Lenox
880e9a52c3 Prime layer_z and layer_num for end gcode in C++ PrintGcode. 2018-09-02 11:49:49 -05:00
Joseph Lenox
6303d0a59a Fixed regression where end gcode wasn't being applied in CLI path. 2018-09-02 11:49:08 -05:00
Joseph Lenox
fbdb8da86b Prime layer_num and layer_z for end_gcode. 2018-09-02 11:20:00 -05:00
ElectroQuanta
f337fdcc62 FIX: check bounds for fill->min_spacing causing fill_density<100 to abort (#4524)
* FIX: check bounds for fill->min_spacing causing fill_density<100 to abort

* Added time-stamping to SVG files

* Delete .gitignore

* Revert "Added time-stamping to SVG files"

This reverts commit 625ad15b50fc0b5acc3011cfb1dfdc826ba78a4e.

* Set a sane default instead of aborting.

* Don't return status

If there's an exceptional condition, should use exceptions instead.

* Changing to not return bool.
2018-08-31 22:22:49 -05:00
Joseph Lenox
37ade98017
Merge pull request #4519 from ElectroQuanta/CLI-opts
Print CLI options in addition to the print ones
2018-08-25 21:38:07 -05:00
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