{"id":36856979,"url":"https://github.com/epit3d/goosli","last_synced_at":"2026-01-12T14:44:51.681Z","repository":{"id":57548918,"uuid":"127612037","full_name":"epit3d/goosli","owner":"epit3d","description":"Package for fast prototyping slicing algorithms, for example - for 5axes 3d printer","archived":false,"fork":false,"pushed_at":"2022-11-05T11:04:33.000Z","size":13793,"stargazers_count":22,"open_issues_count":2,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-08-04T04:12:51.939Z","etag":null,"topics":["3d-printing","5axes","gcode","golang","slicer","stl"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epit3d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-01T08:39:12.000Z","updated_at":"2023-06-08T09:41:09.000Z","dependencies_parsed_at":"2022-08-28T11:30:55.498Z","dependency_job_id":null,"html_url":"https://github.com/epit3d/goosli","commit_stats":null,"previous_names":["l1va/goosli"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/epit3d/goosli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epit3d%2Fgoosli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epit3d%2Fgoosli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epit3d%2Fgoosli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epit3d%2Fgoosli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epit3d","download_url":"https://codeload.github.com/epit3d/goosli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epit3d%2Fgoosli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["3d-printing","5axes","gcode","golang","slicer","stl"],"created_at":"2026-01-12T14:44:50.881Z","updated_at":"2026-01-12T14:44:51.666Z","avatar_url":"https://github.com/epit3d.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goosli\n\n[![Build Status](https://travis-ci.org/l1va/goosli.svg?branch=master)](https://travis-ci.org/l1va/goosli)\n\nPackage to implement your own slicer using existing possibilities: cutting, crossing, \nslicing by vector, mesh simplification, line simplification etc.\n\nFor example you can slice by profile (for \u003cb\u003e5axes 3d printer\u003c/b\u003e) - find center of \neach layer, make line from points, simplify line - and slice by this line. \nSee slicers/slice_by_profile.go. For sure your 3d-printer have to support bed rotations.\n\n\u003ci\u003eFeel free to open issues or implement your slicing algorithms.\u003c/i\u003e\n\n# goosli-colorizer\nSave true/false to file for each triangle in stl according to logic (now it is big bias from Z axe)\n\n# goosli-cutter\nCut stl in two stls by required plane.\n\n# goosli-simplifier\nSimplifies stl to required count of triangles.\n\n### Viewer\n[Spycer - https://github.com/l1va/spycer](https://github.com/l1va/spycer)\n\n### Get binaries\nDo not forget to place \u003cb\u003edata directory\u003c/b\u003e near your binary. \n##### Linux (tested on Ubuntu 16.04)\n```bash\ncd github.com/l1va/goosli\ngo install cmd/goosli/goosli.go \ngo install cmd/goosli_colorizer/goosli_colorizer.go\ngo install cmd/goosli_cutter/goosli_cutter.go \ngo install cmd/goosli_simplifier/goosli_simplifier.go\n```\n##### Windows (tested on Windows 10)\n```bash\ncd github.com/l1va/goosli\nGOOS=windows GOARCH=amd64 go build -o goosli cmd/goosli/goosli.go\nGOOS=windows GOARCH=amd64 go build -o goosli_analyzer cmd/goosli_analyzer/goosli_analyzer.go \nGOOS=windows GOARCH=amd64 go build -o goosli_colorizer cmd/goosli_colorizer/goosli_colorizer.go\nGOOS=windows GOARCH=amd64 go build -o goosli_cutter cmd/goosli_cutter/goosli_cutter.go \nGOOS=windows GOARCH=amd64 go build -o goosli_simplifier cmd/goosli_simplifier/goosli_simplifier.go \n```\n\n### Technical moments\nRotations are always about global axes, if your rotation axis does not match with global \naxis - you can use PlaneCenter parameter and shift your plane to match.\n\n### Thanks\nA lot of ideas and code was taken from various [fogleman](https://github.com/fogleman) \nrepos. Thank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepit3d%2Fgoosli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepit3d%2Fgoosli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepit3d%2Fgoosli/lists"}