Gilbert
|
fd8a3303c4
Extended GUI (#4419)
|
6 years ago |
Joseph Lenox
|
4b0caf131b
#2305 Autocaclulate WxChoice width instead of using fixed size.
|
6 years ago |
Harald Wagener
|
4853c014fb
Auto-determine right pane button height. (#4535)
|
6 years ago |
Joseph Lenox
|
d17659b67c
Add GIT commit version to About dialog and to exported GCode.
|
6 years ago |
Joseph Lenox
|
880e9a52c3
Prime layer_z and layer_num for end gcode in C++ PrintGcode.
|
6 years ago |
Joseph Lenox
|
6303d0a59a
Fixed regression where end gcode wasn't being applied in CLI path.
|
6 years ago |
Joseph Lenox
|
fbdb8da86b
Prime layer_num and layer_z for end_gcode.
|
6 years ago |
ElectroQuanta
|
f337fdcc62
FIX: check bounds for fill->min_spacing causing fill_density<100 to abort (#4524)
|
6 years ago |
Joseph Lenox
|
37ade98017
Merge pull request #4519 from ElectroQuanta/CLI-opts
|
6 years ago |
ElectroQuanta
|
446811a426
Added print CLI options in addition to the print ones
|
6 years ago |
Joseph Lenox
|
bd47015c23
Merge pull request #4518 from ElectroQuanta/origin/stable
|
6 years ago |
ElectroQuanta
|
8d9f8001b3
FIX: fixed typo for export_obj
|
6 years ago |
ElectroQuanta
|
904baffb7e
FIX: Forward declaration of std::ofstream caused CMake to abort (#4515)
|
6 years ago |
ElectroQuanta
|
41c610b47e
FIX: Forward declaration of std::ofstream caused CMake to abort
|
6 years ago |
Joseph Lenox
|
457203623f
revert package scripts to 1.3.0 for linux
|
6 years ago |
Joseph Lenox
|
1123c68f50
Fixed casing for slic3r
|
6 years ago |
Joseph Lenox
|
8f65bf7f62
switch on travis
|
6 years ago |
Joseph Lenox
|
acdf25cb15
actually get to the path
|
6 years ago |
Joseph Lenox
|
8fefac8d61
set SLIC3R_DIR properly?
|
6 years ago |
Joseph Lenox
|
d836815588
Move compiled slic3r bin instead of copying
|
6 years ago |
Joseph Lenox
|
4f3e89a871
Added translation markers to more options in PrintConfig.cpp
|
6 years ago |
Joseph Lenox
|
4faf1b134b
Merge i18n in
|
6 years ago |
Joseph Lenox
|
bb9c86e271
Build shell?
|
6 years ago |
Joseph Lenox
|
3ee452aff6
Permit building on MSVC 2017 (15.7.6)
|
6 years ago |
Joseph Lenox
|
3d22fcdd22
Disable boost's automagical library rename feature for nowide, because we're building it.
|
6 years ago |
Joseph Lenox
|
5449c1a325
Finish moving lines into GUI section of cmake
|
6 years ago |
Joseph Lenox
|
7cc190b22a
Specify more MSVC options for build types
|
6 years ago |
Joseph Lenox
|
ba3dee154a
show fewer warnings
|
6 years ago |
Joseph Lenox
|
f50c40e49c
More MSVC-specific compilation options.
|
6 years ago |
Joseph Lenox
|
7fb5fcb450
Wire spiral vase into the printing logic.
|
6 years ago |
Joseph Lenox
|
f59396e33d
Ignore some more generated files.
|
6 years ago |
Joseph Lenox
|
ce8e1b94ff
Remove debug print.
|
6 years ago |
Joseph Lenox
|
5baee8a1cb
Cooling buffer works in cppgui
|
6 years ago |
Joseph Lenox
|
1f6440f7bb
Ensure that the threading library is a dependency of libslic3r and is linked
|
6 years ago |
Joseph Lenox
|
d5f33fa87a
Filter out messages with no CLI options
|
6 years ago |
Joseph Lenox
|
16ec67322a
Merge branch 'cppgui'
|
6 years ago |
Joseph Lenox
|
4875ce641c
Cover an issue if not built with GUI and --gui is passed.
|
6 years ago |
Joseph Lenox
|
e06d33180c
Added primitive --help that reads DynamicPrintConfig options directly.
|
6 years ago |
Joseph Lenox
|
d0721cee2b
Don't build any Wx stuff if Enable_GUI is off.
|
6 years ago |
Joseph Lenox
|
34019b666b
Compile out trianglemesh performance test on Travis.
|
6 years ago |
Joseph Lenox
|
045bfaea84
Added more tests from fill.t
|
6 years ago |
Joseph Lenox
|
dde4779cbb
added grow() method for Polyline; moved CLIPPER_OFFSET_SCALE to libslic3r to avoid include loops
|
6 years ago |
Joseph Lenox
|
4eb9bdceb3
reduce complexity for trianglemesh profile method
|
6 years ago |
Joseph Lenox
|
88161fac5a
added generic test function for "is surface solid filled"
|
6 years ago |
Joseph Lenox
|
bc8d46116c
Merge branch 'master' into test_4486
|
6 years ago |
Joseph Lenox
|
07b982dd60
Added compile option to build gcov data
|
6 years ago |
Joseph Lenox
|
d3c18cd1b5
Added compile option to build with gprof
|
6 years ago |
Joseph Lenox
|
7d08cd1ea4
Added profiling test for TriangleMesh, non-profiled mode passes.
|
6 years ago |
Joseph Lenox
|
c94c40e5c4
Implemented short test to check for 60s to complete slicing for a test model
|
6 years ago |
Joseph Lenox
|
e6a90e17ee
Added copy of init_print to read from a mesh
|
6 years ago |