{"id":20743659,"url":"https://github.com/tobychui/slicera","last_synced_at":"2025-10-18T16:52:02.860Z","repository":{"id":51124272,"uuid":"359048155","full_name":"tobychui/SlicerA","owner":"tobychui","description":"A web based STL to Gcode slicer for ArozOS","archived":false,"fork":false,"pushed_at":"2022-02-04T04:17:13.000Z","size":26053,"stargazers_count":29,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-24T05:43:01.619Z","etag":null,"topics":["3dprint","aroz-online","cloud","gco","gcode","gcode-generation","go","golang","printfarm","slicer","stl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobychui.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":"2021-04-18T04:58:24.000Z","updated_at":"2025-03-17T12:28:33.000Z","dependencies_parsed_at":"2022-09-06T14:22:09.792Z","dependency_job_id":null,"html_url":"https://github.com/tobychui/SlicerA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FSlicerA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FSlicerA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FSlicerA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FSlicerA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobychui","download_url":"https://codeload.github.com/tobychui/SlicerA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573298,"owners_count":21452342,"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":["3dprint","aroz-online","cloud","gco","gcode","gcode-generation","go","golang","printfarm","slicer","stl"],"created_at":"2024-11-17T07:12:20.233Z","updated_at":"2025-10-18T16:52:02.740Z","avatar_url":"https://github.com/tobychui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](img/banner.png)\n\n# SlicerA\n\nA self hosted, web based STL to Gcode slicer\n\n## Installation\n\n### Requirement\n\n- Go 1.15 or above\n- Debian Buster on ARM, x64 or Windows on x64 platforms (Yes, it works on Raspberry Pi)\n- [ArozOS](https://github.com/tobychui/arozos) v1.111 or above (Optional)\n\n### Build\n\n1. Clone this repo into your ArozOS subservice directory (usually can be found under ~/arozos/subservice). \n\n   ```\n   cd ~/arozos/subservice/\n   git clone https://github.com/tobychui/SlicerA\n   cd SlicerA\n   ```\n\n2. Build the SlicerA subservice using the build.sh bash script\n\n   ```\n   ./build.sh\n   \n   # Optional, depends on your permission settings\n   sudo chmod 755 -R ./\n   ```\n\n3. Restart arozos  using systemctl \n\n   ```\n   sudo systemctl restart arozos\n   ```\n### Update GoSlice binary\nTo update GoSlice binary, use the ```update.sh``` script located inside ```goslice/```. \nYou will also need to clone to [GoSlice](https://github.com/aligator/GoSlice) repo into the ```goslice/``` folder inorder for the update script to work.\n\n\n## Usage\n\n### Use as ArozOS Subservice\n\nTo use SlicerA, you can first upload some STL files to your ArozOS cloud desktop and follow the steps below\n\n1. Load STL Model using the top right hand corner button or the \"1. Load STL Model \" button\n2. Click \"Slice to Gcode\". Wait until it complete and check the finished gcode for any issues in slicing\n3. Click \"Save to File\" if the gcode file looks good.\n\n### Use as standalone web application\n\nTo use SlicerA without ArozOS, build the application with standard go building procedures. \n\n```\ncd ./SlicerA\ngo build\n```\n\nNext, setup the permission for to goslice binaries and start the application with the following command\n\n```\nsudo chmod 755 -R ./goslice\n./SlicerA\n\u003e\u003e SlicerA started. Listening on :80\n```\n\nThen, navigate to http://localhost for using the standalone web slicer interface. \n\nYou can also change the port where it listen to using  - port flag as follows\n\n```\n./SlicerA -port :8080\n```\n\n\n\n## Screenshots\n\n![](img/1.png)\n\n\n\n![](img/2.png)\n\n\n\n![](img/3.png)\n\n\n\n![](img/4.png)\n\n\n\nAnd after export, you can see your gcode file in the location you selected.\n\n![](img/6.png)\n\n\n\nInterface under standalone mode\n\n![](img/standalone.png)\n\n![](img/gcv.png)\n\n## License\n\nPlease see the LICENSE file\n\n\n\n### Special Thanks\n\nThis project is powered by the amazing Golang written STL to Gcode slicer named [GoSlice](https://github.com/aligator/GoSlice)\n\nThe STL Viewer in standalone mode is powered by [viewstl](https://github.com/omrips/viewstl) licensed under MIT. See web/script/viewstl/LICENSE for more information.\n\nThe gcode viewer is powered by the [gcode-viewer](https://github.com/aligator/gcode-viewer) library which is also licensed under MIT.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobychui%2Fslicera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobychui%2Fslicera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobychui%2Fslicera/lists"}