Alessandro Ranellucci
|
b0fc0429cb
Bugfix: --dont-arrange was reported as not implemented
|
6 years ago |
Alessandro Ranellucci
|
945bbc030c
Fix --center, --dont-arrange, --export-* and other things
|
6 years ago |
Joseph Lenox
|
add7e2c369
Add basic export option tests to cppcli.
|
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
|
a1464a737e
Validate CLI config options against min/max
|
6 years ago |
Alessandro Ranellucci
|
bb29661a90
Redesigned C++ CLI
|
6 years ago |
ElectroQuanta
|
f337fdcc62
FIX: check bounds for fill->min_spacing causing fill_density<100 to abort (#4524)
|
6 years ago |
ElectroQuanta
|
446811a426
Added print CLI options in addition to the print ones
|
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
|
ee71f8b8f8
Removed duplicate slic3r.cpp (was already in utils)
|
6 years ago |
Joseph Lenox
|
b69b47b8e2
Last pieces of refactor
|
6 years ago |
Joseph Lenox
|
3af915719d
don't build WX if it can't be found
|
6 years ago |
Joseph Lenox
|
b419d06cb4
Finish renaming Config->ConfigBase in libSlic3r to make room for a Slic3r::Config that has an interface closer to the Perl version.
|
6 years ago |
Joseph Lenox
|
1f40fcb322
Tab panel initializes.
|
6 years ago |
Joseph Lenox
|
1f9cef4345
Stubbing out more of the UI.
|
6 years ago |
Joseph Lenox
|
be580fc9ee
experiment to stub out C++ only GUI
|
6 years ago |
Joseph Lenox
|
7bf852201f
Use input name for cut. Also use find_last_of() instead of find_first_of() to properly capture names with periods in them.
|
7 years ago |
Ahmed Samir
|
5cd9ecbe57
[GSoC 2017] Support 3MF Format Read/Write. (#4046)
|
7 years ago |
Alessandro Ranellucci
|
9ddc0ff451
Merge branch 'master' into utf8
|
7 years ago |
Alessandro Ranellucci
|
6b68b71c78
Use C++ range-based iterations in slic3r.cpp and remove unused variables
|
7 years ago |
Alessandro Ranellucci
|
31115e0369
Use UTF-8 in libslic3r. Future-proof portable solution for non-ASCII files. #2955
|
7 years ago |
Alessandro Ranellucci
|
ff6baf89ae
Use C++ range-based iterations in slic3r.cpp and remove unused variables
|
7 years ago |
Alessandro Ranellucci
|
22ba87c3b3
Finished porting importers and read_from_file() to C++
|
8 years ago |
Alessandro Ranellucci
|
5cbdb7865d
Cut by Grid also in GUI
|
8 years ago |
Alessandro Ranellucci
|
d0f22196ad
New --rotate-x and --rotate-y CLI options
|
8 years ago |
Alessandro Ranellucci
|
27e456039c
New --cut-grid command for cutting a mesh in multiple tiles according to a XY grid
|
8 years ago |
Alessandro Ranellucci
|
a778cd9820
Cut along X and Y axes too
|
8 years ago |
Alessandro Ranellucci
|
6575a15cf7
Bugfix: --rotate did not support decimal values and interpreted them as radians. #3460
|
8 years ago |
Alessandro Ranellucci
|
cba3b19be4
Handle input file errors gracefully
|
8 years ago |
Alessandro Ranellucci
|
4ac7f6e8f1
Refactoring: rename SVGExport to SLAPrint
|
8 years ago |
Alessandro Ranellucci
|
68acf19c09
New --scale-to-fit option in slic3r.cpp
|
8 years ago |
Alessandro Ranellucci
|
30139fd647
Port --load and --save to XS
|
8 years ago |
Alessandro Ranellucci
|
c2b06b22aa
Change output format for --info
|
8 years ago |
Alessandro Ranellucci
|
437e9be329
Fix sizes of SVG output
|
8 years ago |
Alessandro Ranellucci
|
0b79b971e8
New --export-pov option (C++ only)
|
8 years ago |
Alessandro Ranellucci
|
5cfaea8a7f
Ported --info to C++
|
8 years ago |
Alessandro Ranellucci
|
7f2e774584
Removed dependency on TClap
|
8 years ago |
Alessandro Ranellucci
|
64da78788b
Added --export-obj to slic3r.cpp. Some refactoring included
|
8 years ago |
Kliment Yanev
|
d8ef6e9cc1
Mirror output SVG in X to conform to SVG and STL coordinate systems having opposite handedness
|
8 years ago |