Joseph Lenox
|
6fcf4195e1
Fix endline whitespace.
|
6 years ago |
Joseph Lenox
|
63b74b8cc2
Remove extraneous options in 20mm box config.
|
6 years ago |
Joseph Lenox
|
a81b150e82
Allow const reference to local full print config.
|
6 years ago |
Joseph Lenox
|
0218bd34ac
added 20mm box stl test file
|
6 years ago |
Joseph Lenox
|
c2befe68ff
Add exported config for 20mm box tests.
|
6 years ago |
Joseph Lenox
|
ff1d0de988
Test for default SVG file naming behavior as specified in https://github.com/slic3r/Slic3r-Manual/blob/382ceed58407b17c5b7653bb0534900ae54498ce/src/advanced/command-line.md
|
6 years ago |
Joseph Lenox
|
add7e2c369
Add basic export option tests to cppcli.
|
6 years ago |
Alessandro Ranellucci
|
a20adee38c
Minor improvements to code quality
|
6 years ago |
Alessandro Ranellucci
|
f0f36cb935
Complete the C++ CLI; remove the #ifndef SLIC3RXS guards and fix CI by removing std::initializer_lists
|
6 years ago |
Alessandro Ranellucci
|
11a6601c4a
Make Linux build fail correctly when something does not work
|
6 years ago |
Alessandro Ranellucci
|
0eb3ea7253
Auto-generate CLI help (includes some refactoring to ConfigDef and ConfigOptionDef)
|
6 years ago |
Alessandro Ranellucci
|
3b2c9cbf7d
Finish porting export_gcode() - atomic write and post-processing scripts
|
6 years ago |
Alessandro Ranellucci
|
fac31616c8
Clean setenv_() code
|
6 years ago |
Alessandro Ranellucci
|
a1464a737e
Validate CLI config options against min/max
|
6 years ago |
Alessandro Ranellucci
|
bb29661a90
Redesigned C++ CLI
|
6 years ago |
Joseph Lenox
|
e4fd0e3200
Pull TESTDIR out of the global includes if tests are being built.
|
6 years ago |
Joseph Lenox
|
181ef8e221
Update CATCH2 to 2.4.2 from 2.0.1.
|
6 years ago |
Joseph Lenox
|
8fd4c85ba4
remove ;;
|
6 years ago |
Joseph Lenox
|
76c588ccfe
ensure that a failing return code propagates out from linux travis-build-main
|
6 years ago |
Joseph Lenox
|
ef65931808
Ensure that travis goes out if one of the build scripts fails.
|
6 years ago |
Alessandro Ranellucci
|
40df92a472
Rename "Extended GUI" to "Rotation controls" and simplify it
|
6 years ago |
Alessandro Ranellucci
|
4ea1764cf1
Update README.md
|
6 years ago |
Joseph Lenox
|
1802193c5b
Fixed useage of boost::locale for raw()
|
6 years ago |
Joseph Lenox
|
d12885d042
use boost::locale instead of corecvt.
|
6 years ago |
Joseph Lenox
|
02fd5b9de7
Revert "Revert "Expanding Slic3r::Log""
|
6 years ago |
Alessandro Ranellucci
|
1e17979e05
Fix warnings about _USE_MATH_DEFINES on Windows
|
6 years ago |
Alessandro Ranellucci
|
908b8db5dc
Merge pull request #4606 from slic3r/revert-4604-file-log
|
6 years ago |
Alessandro Ranellucci
|
cf933c62d5
Revert "Expanding Slic3r::Log"
|
6 years ago |
Alessandro Ranellucci
|
bff574bfa8
Merge pull request #4604 from slic3r/file-log
|
6 years ago |
Joseph Lenox
|
93518c9545
Include STL algorithm
|
6 years ago |
Joseph Lenox
|
37f4497450
Allow for filtering additionally on topic name.
|
6 years ago |
Joseph Lenox
|
4a39f30ab5
Add doxygen comments
|
6 years ago |
Joseph Lenox
|
b538f33459
Call through to underlying method for static Log methods
|
6 years ago |
Joseph Lenox
|
bd9b9cc416
refactor to only use log() and use locale converter to figure out the rest.
|
6 years ago |
Joseph Lenox
|
86c776287e
Implemented debug level filtering.
|
6 years ago |
Joseph Lenox
|
0ccb9b046e
starting to enhance Slic3r::Log; adding tests.
|
6 years ago |
Joseph Lenox
|
af3b9e2a4a
add Coverity badge to README
|
6 years ago |
Joseph Lenox
|
aa42487db4
Update README.md
|
6 years ago |
Joseph Lenox
|
b736711a7b
Renamed sample_compatible to be more descriptive of what it is
|
6 years ago |
Joseph Lenox
|
e234a3b208
Added test to catch regression where input list would be clobbered during filtering.
|
6 years ago |
Joseph Lenox
|
148fa8e3f9
comment update
|
6 years ago |
Joseph Lenox
|
34c22403e1
remove debug print in test.
|
6 years ago |
Joseph Lenox
|
f84f658389
fix partial regression due to reversion
|
6 years ago |
Joseph Lenox
|
bbbcd36113
When filtering default values out, it helps to not use the original source and clobber the compatibilty list.
|
6 years ago |
Joseph Lenox
|
84ef996275
Fix spacing for readability.
|
6 years ago |
Joseph Lenox
|
d3e4b3ae5f
Add debug string translation for presets.
|
6 years ago |
Joseph Lenox
|
17fd8e26cd
Clear the preset name map list during load
|
6 years ago |
Joseph Lenox
|
c8662bad0a
fix typo; assert load sizes
|
6 years ago |
Joseph Lenox
|
9306c25db2
Filter only when not loading printer presets.
|
6 years ago |
Joseph Lenox
|
5f8075585c
Move the incompatible to the file for consistency.
|
6 years ago |