Commit Graph

15 Commits

Author SHA1 Message Date
tamasmeszaros
cb79a35e35 Reducing copies when writing png data. 2019-03-18 18:02:50 +01:00
tamasmeszaros
d1432878b2 Miniz zipping seems to work. 2019-03-15 12:15:24 +01:00
YuSanka
c5a90a37c1 Deleted no-needed string from the PrintExport data 2019-03-01 12:30:45 +01:00
YuSanka
c5f5dae3e1 SLA: Changed default value of the faded_layers to the current one. This information is used for export config.ini 2019-02-22 13:22:13 +01:00
bubnikv
41b8e5873f Optimization of SLA print time estimation,
moved SLA print time estimation calculation into rasterization step,
so that the print time estimation is tracked by some SLAPrintStep.

Extended the output file name generator to use the SLA print statistics.
2019-02-21 15:46:04 +01:00
YuSanka
a42251a448 Time estimation improvement 2019-02-18 12:28:58 +01:00
YuSanka
3f64c34615 Save statistics values to the config.ini 2019-02-13 16:30:40 +01:00
tamasmeszaros
905d015309 Fix for SPE-688 (crash when saving zip to low disk space) 2018-12-13 18:49:08 +01:00
tamasmeszaros
4d456bdba5 Removed display_flip_xy and added display_orientation instead.
When starting Slic3r and the profile is FDM type than it yields an assertion failure for wx. See Tab::update_page_tree_visibility() line 2371
2018-12-13 12:42:45 +01:00
tamasmeszaros
92f937cdcb XY flip is implemented, works only for portrait LCD. 2018-12-12 18:45:45 +01:00
tamasmeszaros
b26a1af52c Fix for empty or broken png output.
Fix for instance transformation order error and state invalidation issues with rasterization.
2018-11-29 18:12:40 +01:00
tamasmeszaros
08bee753a9 Slicing object and rasterization generates output zip. Needs testing. 2018-11-13 17:33:03 +01:00
bubnikv
fd0047f081 Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-20 16:48:40 +02:00
bubnikv
7a36f9f3c0 Meged with dev2 2018-09-19 11:28:30 +02:00
bubnikv
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