{"id":18756499,"url":"https://github.com/octoprint/octoprint-slic3r","last_synced_at":"2025-04-13T02:03:47.608Z","repository":{"id":22575953,"uuid":"25917470","full_name":"OctoPrint/OctoPrint-Slic3r","owner":"OctoPrint","description":"Slic3r plugin for slicing within OctoPrint","archived":false,"fork":false,"pushed_at":"2022-08-29T17:06:02.000Z","size":122,"stargazers_count":90,"open_issues_count":10,"forks_count":28,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T19:44:47.267Z","etag":null,"topics":["octoprint","octoprint-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/OctoPrint.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":"2014-10-29T11:21:02.000Z","updated_at":"2025-03-12T12:54:15.000Z","dependencies_parsed_at":"2022-07-27T03:02:15.328Z","dependency_job_id":null,"html_url":"https://github.com/OctoPrint/OctoPrint-Slic3r","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-Slic3r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-Slic3r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-Slic3r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-Slic3r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OctoPrint","download_url":"https://codeload.github.com/OctoPrint/OctoPrint-Slic3r/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654082,"owners_count":21140235,"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":["octoprint","octoprint-plugin"],"created_at":"2024-11-07T17:36:53.048Z","updated_at":"2025-04-13T02:03:47.559Z","avatar_url":"https://github.com/OctoPrint.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slic3r plugin for OctoPrint\n\n**WARNING**\n\nThis plugin has been successfully tested for the following cases:\n\n1. Linux: Slic3r's stable versions 1.1.7 and 1.2.9 (tests done under a Raspberry Pi 2, but it should work for other Linux distributions).\n2. Linux: Also tested with [Slic3r Prusa Edition](https://github.com/prusa3d/Slic3r) version 1.33.8 and 2.3.  You might need TBB using [these instructions](https://github.com/OctoPrint/OctoPrint-Slic3r/wiki/How-to-install-Slic3r-on-RPi).\n3. Windows: Slic3r works for version 1.2.9, not doing it for version 1.1.7.\n\n## Installing PrusaSlicer\n\nDownload either the [ARM version if you have a Raspberry Pi](https://github.com/davidk/PrusaSlicer-ARM.AppImage/releases) or get a version from the [PrusaSlicer download page](https://www.prusa3d.com/prusaslicer/).\n\nPut that in a directory on the same device (Raspberry Pi or computer) that has OctoPrint.  Then type:\n\n```bash\nchmod +x \u003cthe name of the AppImage\u003e\n```\n\nTo test that it works, run:\n\n```bash\n\u003cthe name of the AppImage file\u003e --version\n```\n\n## Setup\n\nIn order to install the plugin, go to Settings -\u003e Plugin Manager and click on 'Get more...':\n\n![Screenshot](http://imgur.com/9NaAl37.png)\n\nYou'll see an option to add it from an URL. Add https://github.com/OctoPrint/OctoPrint-Slic3r/archive/master.zip an click on 'Install' button.\n\n![Screenshot](http://i.imgur.com/lln2TvT.png)\n\nAt this moment, the plugin will be installed, but Slic3r must be downloaded and configured, which can be done following these steps: https://github.com/OctoPrint/OctoPrint-Slic3r/wiki/How-to-install-Slic3r-on-RPi\n\n1. Execute OctoPrint and go to Settings (or restart when you are asked after installing the plugin). Slic3r should appear in Plugins list:\n\n   ![Screenshot](http://i.imgur.com/44yDsJ6.png)\n\n2. In 'General', you should put the following path for the executable (supposing the execution of the script, the path would be /home/pi/Slic3r/slic3r.pl). \u003cb\u003eNote: If running in Windows, write the path to slic3r-console\u003c/b\u003e:\n\n   ![Screenshot](http://i.imgur.com/1ckQCgL.png)\n\n3. Before importing the profile, you have to export a file with the Slic3r's configuration. For that purpose, open Slic3r, and select File-\u003e Export Config...\n\n   ![Screenshot](http://i.imgur.com/41XFyEI.png)\n\n4. Save the file with the desired name (e.g. config.ini):\n\n   ![Screenshot](http://imgur.com/YzfqRXM.png)\n\n5. Once done, in 'Profiles' click 'Import Profile...' button:\n\n    ![Screenshot](http://imgur.com/HkbO1G8.png)\n\n6. Click on 'Browse...' and search for the profile. Once done, save with the name and identifier wished by clicking 'Confirm':\n\n    ![Screenshot](http://i.imgur.com/7NJmJK3.png)\n\n7. Click 'Save' to confirm Slic3r settings:\n\n    ![Screenshot](http://imgur.com/HkbO1G8.png)\n\n8. Now you can slice your stl files:\n\n    ![Screenshot](http://i.imgur.com/AC1g0un.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoprint%2Foctoprint-slic3r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoprint%2Foctoprint-slic3r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoprint%2Foctoprint-slic3r/lists"}