Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptrVojtech Bubnik
2021-09-27Rename SLAPrinter interface to SLAArchive as it makes more sense.tamasmeszaros
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-07-23Fix of clipping plane for SLA supports,Lukas Matena
2021-06-08Refactored hollowing backend to use indexed_triangle_meshtamasmeszaros
2021-06-08SLA backend refactored, except Hollowingtamasmeszaros
2021-05-06Refactoring for code clarity: Replaced this->m_xxx with m_xxxVojtech Bubnik
2021-04-21New custom backend for libnest2d using libslic3r typestamasmeszaros
2021-04-08Fix slow cancellation of rasterization steptamasmeszaros
2021-03-08Use triangle removal only for visualized meshtamasmeszaros
2021-03-08Group hollowing result (including grid) into one structtamasmeszaros
2021-03-04Add a notification when custom support enforcers are not used due to supports...Lukas Matena
2021-02-08Fixing Clang warnings 2Lukas Matena
2020-12-10Replaced all "long long" types with int64_tVojtech Bubnik
2020-11-19Estimated printing time per layer for SLAPrintYuSanka
2020-10-14Polishing of NotificationManager:Vojtech Bubnik
2020-09-24DynamicPrintConfig::normalize() renamed to normalize_fdm(),Vojtech Bubnik
2020-08-13Fix build on win and rpitamasmeszaros
2020-08-13replace ccr_::enumerate with flexible for_eachtamasmeszaros
2020-08-13Minor change to SLAPrinter interfacetamasmeszaros
2020-08-03Rename EigenMesh3D to IndexedMesh and SupportConfig to SupportTreeConfigtamasmeszaros
2020-07-21Fixed back-end warning infrastructure: The Print / PrintObjectbubnikv
2020-07-14Support for collecting warnings from the background processing.Vojtech Bubnik
2020-04-23Initial version of sl1 import with sla::Raster refactor.tamasmeszaros
2020-02-18Do EFC for the first faded layers of SLA, interpolate efc parameterstamasmeszaros
2020-02-03Make sure that when drill holes are manipulated with, all data are invalidate...Lukas Matena
2020-02-03Fixed conflicts after mergeLukas Matena
2020-02-03Merge branch 'master' into lm_drilling_backend_rebasedLukas Matena
2020-01-31Put hole drilling into separate steptamasmeszaros
2020-01-29Function sla_trafo made accessible from outside SLAPrint.cpp unitLukas Matena
2020-01-24Bugfixes and refactoring for SLA backendtamasmeszaros
2020-01-24Allowed to do drilling without hollowingLukas Matena
2020-01-24Use mesh boolean in the backend to drill holes.tamasmeszaros
2019-11-18Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2019-11-13Holes are now visible on slices in preview.tamasmeszaros
2019-11-12SLAPrint steps moved to separate module.tamasmeszaros
2019-11-11Merge branch 'tm_openvdb_integration' into lm_tm_hollowingtamasmeszaros
2019-11-06Hollowing step in SLAPrint process, PrintConfig params added.tamasmeszaros
2019-11-05Add oversampling and gaussian filter to hollowing.tamasmeszaros
2019-10-23Zipper made available for modification after RasterWriter finishes.tamasmeszaros
2019-10-23ENABLE_THUMBNAIL_GENERATOR -> WIP: Added missing include and preparation for ...Enrico Turri
2019-10-01sla::Raster interface clarified and covered with tests.tamasmeszaros
2019-10-01Deeper test coverage for support tree generation.tamasmeszaros
2019-10-01Reworked pad creation algorithm with new parameters:tamasmeszaros
2019-09-11Add new config values to SL1 zip file config.initamasmeszaros
2019-08-29Fix memory leak.tamasmeszaros
2019-07-31Merge remote-tracking branch 'origin/ys_overrides'YuSanka
2019-07-30Improved logging of SLA support tree creation.tamasmeszaros
2019-07-25Reworked the FFF Print::update() to process the filament retractbubnikv
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv