{"id":18982880,"url":"https://github.com/admesh/stlsplit","last_synced_at":"2025-07-16T10:34:24.418Z","repository":{"id":24044605,"uuid":"27430011","full_name":"admesh/stlsplit","owner":"admesh","description":"Split STL file to more files - one shell each","archived":false,"fork":false,"pushed_at":"2021-05-30T21:05:25.000Z","size":236,"stargazers_count":18,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T12:46:46.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/admesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-02T11:44:09.000Z","updated_at":"2024-09-23T15:25:37.000Z","dependencies_parsed_at":"2022-08-22T08:40:20.543Z","dependency_job_id":null,"html_url":"https://github.com/admesh/stlsplit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admesh%2Fstlsplit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admesh%2Fstlsplit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admesh%2Fstlsplit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admesh%2Fstlsplit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/admesh","download_url":"https://codeload.github.com/admesh/stlsplit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249246228,"owners_count":21237012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T16:14:57.331Z","updated_at":"2025-04-16T13:33:31.840Z","avatar_url":"https://github.com/admesh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"stlsplit\n========\n\nThis tool receives one STL file and split it to several files - one shell a file.\n\nThe code originated in [Slic3r](https://github.com/alexrj/Slic3r) and the author of the splitting code is [Alessandro Ranellucci](https://github.com/alexrj).\nIt's licensed under the _GNU Affero General Public License, version 3_.\n\nBuilding\n--------\n\nYou'll need the [ADMesh libraray](https://github.com/admesh/admesh), g++ and [Premake 4](http://premake.github.io/).\nOn Linux, you would use:\n\n    premake4 gmake\n    make\n\nTo install stlsplit, put the compiled binary and the shared library into your `$PATH`:\n\n    sudo cp build/stlsplit /usr/local/bin\n    sudo cp build/libstlsplit.so.1 /usr/local/lib # or lib64\n\nIf you intend to build something with stlsplit as a library, you'll also need the header file and .so symlink:\n\n    sudo cp stlsplit.h /usr/local/include\n    sudo ln -s libstlsplit.so.1 /usr/local/lib/libstlsplit.so # or lib64\n    sudo ldconfig\n\nRunning the command line tool\n-----------------------------\n\n    stlsplit file.stl\n\nAs a result, you'll get `file.stl.part1.stl`, `file.stl.part2.stl` and so on.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmesh%2Fstlsplit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadmesh%2Fstlsplit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmesh%2Fstlsplit/lists"}