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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-13Reproject support and hole points after a reload from disk op.tamasmeszaros
2020-05-11Fix missing support mini stickstamasmeszaros
2020-04-23SLA archive import with miniz, marching square bugfixestamasmeszaros
2020-04-23Initial version of sl1 import with sla::Raster refactor.tamasmeszaros
2020-04-07Merge branch 'lm_gizmos' into lm_fdm_supports_gizmoLukas Matena
2020-03-26Merge remote-tracking branch 'remotes/prusa/master'supermerill
2020-03-2564bit coord_tbubnikv
2020-03-19WIP: First working implementation of the triangle selector for the FDM suppor...Lukas Matena
2020-03-03Removed SLA unused codeLukas Matena
2020-03-02Promote max_bridges_on_pillar to be a runtime parameter.tamasmeszaros
2020-02-08Spiral vase improvements and bugfixes.bubnikv
2020-02-06Hollowing: allow to place drain holes on the inner surface of a hollowed cavityLukas Matena
2020-01-24Add prusaslicer.ini to sl1 output ziptamasmeszaros
2020-01-24append full config to sla zipped initamasmeszaros
2020-01-24Bugfixes and refactoring for SLA backendtamasmeszaros
2020-01-24Use mesh boolean in the backend to drill holes.tamasmeszaros
2020-01-23add mesh simplification.tamasmeszaros
2020-01-17Fixed a bug in the hole-aware raycasterLukas Matena
2020-01-15Remove wrapper around std::mt19937 tamasmeszaros
2020-01-14Eliminate use of uninitialized variable.tamasmeszaros
2020-01-14Test sla support point generation determinism with seed parametertamasmeszaros
2020-01-14Make support point generator deterministic.tamasmeszaros
2020-01-14Refactor model facing support generation.tamasmeszaros
2020-01-14Fix zero elevation support maneuvers and comment to clarify the alg. tamasmeszaros
2020-01-09Fixed a raycaster problem with handling duplicate hits from iglLukas Matena
2020-01-08Performance improvements in raycastertamasmeszaros
2020-01-08Add tests for EigenMesh3D raycaster with hole support.tamasmeszaros
2020-01-02Merge commit '305ccfd9072dffdad7a9c6fa4b3e881d830daee8'supermerill
2019-12-20Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-19Fix polytree traversal.tamasmeszaros
2019-12-19Divide pad blueprint before its filtered.tamasmeszaros
2019-12-16Add opencsg demo sandboxtamasmeszaros
2019-12-11fix mergesupermerill
2019-12-11merge wipsupermerill
2019-12-05Merge commit '5e3e5492487690fb48cd7c4bb0b7e0e019e30a5c' (wip)supermerill
2019-11-29SLATreeSupports generator now takes account for holes and can build supports ...Lukas Matena
2019-11-22Merge branch 'lm_tm_hollowing' into lm_hollow_gizmoLukas Matena
2019-11-22EigenMesh3D raycaster should now be able to pick a correct intersection on th...Lukas Matena
2019-11-19Started work on extending EigenMesh3D to account for possible drain holes whe...Lukas Matena
2019-11-18Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2019-11-13Merge branch 'tm_openvdb_integration' 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-11Fix non thread-safe data flow between plater and hollowing gizmo.tamasmeszaros
2019-11-11Merge branch 'tm_openvdb_integration' into lm_tm_hollowingtamasmeszaros
2019-11-08Unified igl calls in MeshRaycaster and EigenMesh3DLukas Matena
2019-11-08Enhanced hollowing scheme, closing distance working as expected.tamasmeszaros
2019-11-08Drain holes are now saved in ModelObjectLukas Matena
2019-11-08hollowing params renamed, filtering generalizedtamasmeszaros
2019-11-05Add oversampling and gaussian filter to hollowing.tamasmeszaros