Commit Graph

3520 Commits

Author SHA1 Message Date
03239175d0 Fixed CLI --dont-arrange command 2018-09-25 16:22:28 +02:00
14b0d2d40c Fixed a regression bug in admesh: bad hashing.
Also the hash table size for admesh was made adaptive based on the number
of faces.
2018-09-25 16:05:26 +02:00
3cc0b4abd4 Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-25 15:33:51 +02:00
8eabbb4428 Rewrote .PRUSA file parser from wxWidgets zip to miniz.
Added tracing for mesh repair.
2018-09-25 14:30:57 +02:00
175ac9943b Yet another fix of next_highest_power_of_2() on clang 2018-09-25 13:19:50 +02:00
cd7f128bd5 Fix compilation on clang 2018-09-25 12:48:36 +02:00
eca46fcc17 size_t is not uint32_t or uint64_t on GCC 2018-09-25 12:43:53 +02:00
58862f619b Fixed compilation on Linxu 2018-09-25 12:26:14 +02:00
5c26e5d70d Updated AMF/3MF import to pass configuration into a DynamicPrintConfig
instead of PresetBundle.
2018-09-25 11:53:05 +02:00
d1e5e3569e Resurrected --dont-arrange command line parameter,
fixed command line print parameter validation.
2018-09-25 09:55:15 +02:00
6a0b43f909 Added various manifests,
added auto generation of includes and manifests from version and build
variables,
resurrected SLIC3R_LOGLEVEL env var.
2018-09-24 11:53:05 +02:00
79ee7993fc Fix of a set method to make ConfigOptionEnum compatible with
ConfigOptionEnumGeneric.
2018-09-21 23:00:49 +02:00
ae3d5aa285 Simplified dependencies. 2018-09-21 21:16:09 +02:00
9898062b2f Paths to resources / icons / images are set. 2018-09-21 11:40:32 +02:00
fd0047f081 Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-20 16:48:40 +02:00
4541afbbc8 Added C++ command line processing, thanks @alexrj and @loh 2018-09-20 16:48:13 +02:00
12ad613166 Removed wrong dependency on wxWidgets from libslic3r.
Added cmake message for WXWIN environment variable.
2018-09-19 17:55:17 +02:00
7a36f9f3c0 Meged with dev2 2018-09-19 11:28:30 +02:00
8abfbc2322 Disabling calls from libslic3r to slic3r gui. 2018-09-19 11:27:04 +02:00
1260b8deb3 WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00