27 Commits

Author SHA1 Message Date
Alessandro Ranellucci
d0f22196ad New --rotate-x and --rotate-y CLI options 2016-12-18 00:42:43 +01:00
Alessandro Ranellucci
27e456039c New --cut-grid command for cutting a mesh in multiple tiles according to a XY grid 2016-12-17 20:30:40 +01:00
Alessandro Ranellucci
a778cd9820 Cut along X and Y axes too 2016-12-17 19:51:29 +01:00
Alessandro Ranellucci
6575a15cf7 Bugfix: --rotate did not support decimal values and interpreted them as radians. #3460 2016-12-17 00:02:21 +01:00
Alessandro Ranellucci
4b0766a82e Removed Rectilinear2.* 2016-12-12 01:42:30 +01:00
Alessandro Ranellucci
f16aaeafba Fixed minor compilation warnings 2016-12-01 19:35:46 +01:00
Alessandro Ranellucci
3e04877571 Refactoring: make_fills() is now a LayerRegion method, and we move the base Fill class to Fill.hpp, no need for FillBase.hpp anymore 2016-11-30 18:07:44 +01:00
Alessandro Ranellucci
a9609a6dd5 Finished infill implementation for SLAPrint 2016-11-30 17:43:58 +01:00
Alessandro Ranellucci
cba3b19be4 Handle input file errors gracefully 2016-11-29 19:25:08 +01:00
Alessandro Ranellucci
01cd85f7cf New command for importing 2.5D/TIN meshes in plater 2016-11-27 18:04:39 +01:00
Alessandro Ranellucci
4ac7f6e8f1 Refactoring: rename SVGExport to SLAPrint 2016-11-23 15:51:12 +01:00
Alessandro Ranellucci
68acf19c09 New --scale-to-fit option in slic3r.cpp 2016-10-18 10:22:34 +02:00
Alessandro Ranellucci
30139fd647 Port --load and --save to XS 2016-07-17 16:53:37 +02:00
Alessandro Ranellucci
c2b06b22aa Change output format for --info 2016-07-17 13:13:51 +02:00
Alessandro Ranellucci
eb491056d8 Typo 2016-07-12 16:18:22 +02:00
Alessandro Ranellucci
5346894acc New extrude-tin utility 2016-07-12 13:44:37 +02:00
Alessandro Ranellucci
437e9be329 Fix sizes of SVG output 2016-07-09 15:30:31 +02:00
Alessandro Ranellucci
0b79b971e8 New --export-pov option (C++ only) 2016-07-09 14:12:01 +02:00
Alessandro Ranellucci
5cfaea8a7f Ported --info to C++ 2016-07-09 10:31:52 +02:00
Alessandro Ranellucci
7f2e774584 Removed dependency on TClap 2016-07-03 10:15:46 +02:00
Alessandro Ranellucci
64da78788b Added --export-obj to slic3r.cpp. Some refactoring included 2016-06-22 17:45:10 +02:00
Alessandro Ranellucci
9d1fb2e854 Fix CMake compilation on OS X 2016-06-22 17:19:04 +02:00
Alessandro Ranellucci
a3ad66824c We don't need c++14 2016-06-14 22:34:55 +02:00
Alessandro Ranellucci
b1426514d1 Command line call for cmake 2016-06-14 22:20:55 +02:00
Kliment Yanev
fdd7453867 Only build GUI lib if building with wx 2016-06-01 20:25:02 +02:00
Kliment Yanev
257e34573e Modified build system for static linking of boost on windows/mingw
Added Windows/MinGW build instructions
2016-06-01 20:19:28 +02:00
Kliment Yanev
d8ef6e9cc1 Mirror output SVG in X to conform to SVG and STL coordinate systems having opposite handedness
Moved standalone-specific files to /src from /xs/src so xs will not try to build them
Modified CMakeLists to match.
2016-06-01 16:16:01 +02:00