Commit Graph

17 Commits

Author SHA1 Message Date
683a681e79 Implemented estimated printing time for the SLA printing 2019-02-12 16:34:42 +01:00
bde521db72 On Windows, system and hidden files are now ignored in all file
enumeration loops.
Should fix "desktop.ini still displaying error" #1761
2019-02-03 15:30:37 +01:00
df06bf36fa Fix usage of is_trivially_copyable on older GCC (for real this time) 2019-01-22 12:16:11 +01:00
377ce3d74c Http & ErrorDialog: Improve error reporting 2018-12-18 18:50:37 +01:00
6464dfc470 Logging of memory usage for the GCodeAnalyzer and GCodePreviewData. 2018-12-18 15:55:45 +01:00
038b56aaa2 Time estimator: Added consumed memory tracing, replaced std::map
with std::vector for lower memory consumption.
2018-12-18 14:10:31 +01:00
a791529ec8 Logging of memory allocations on Windows during the slicing process
when the SLIC3R_LOGLEVEL >= info.
2018-12-18 11:31:41 +01:00
f9d72376d0 Fix build 2018-11-19 11:39:17 +01:00
eebd782eda Fix rendering performance on macOS 2018-11-08 15:31:29 +01:00
5ad7e95ab5 Fix clang build / detect standalone size_t 2018-11-08 15:19:50 +01: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
5c26e5d70d Updated AMF/3MF import to pass configuration into a DynamicPrintConfig
instead of PresetBundle.
2018-09-25 11:53:05 +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