{"id":19513119,"url":"https://github.com/spyopensource/slicer","last_synced_at":"2026-06-19T05:31:38.345Z","repository":{"id":115908250,"uuid":"251054333","full_name":"sPyOpenSource/slicer","owner":"sPyOpenSource","description":"3d printer slicer","archived":false,"fork":false,"pushed_at":"2026-02-19T22:34:07.000Z","size":1921,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-20T02:51:16.563Z","etag":null,"topics":["3d-printing","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sPyOpenSource.png","metadata":{"files":{"readme":"README","changelog":"changelog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"copyright","agents":null,"dco":null,"cla":null}},"created_at":"2020-03-29T14:39:41.000Z","updated_at":"2025-11-14T08:29:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8f63d43-3b9f-4332-b0a1-451f1f943354","html_url":"https://github.com/sPyOpenSource/slicer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sPyOpenSource/slicer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sPyOpenSource%2Fslicer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sPyOpenSource%2Fslicer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sPyOpenSource%2Fslicer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sPyOpenSource%2Fslicer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sPyOpenSource","download_url":"https://codeload.github.com/sPyOpenSource/slicer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sPyOpenSource%2Fslicer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","java"],"created_at":"2024-11-10T23:28:51.372Z","updated_at":"2026-06-19T05:31:38.333Z","avatar_url":"https://github.com/sPyOpenSource.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This the the a Fork of the RepRap Java Host Software, which forms RepRapPro's multi-colour/multi-material slicer code.\n\nThis is a beta-release of this software: it is working, but may still contain bugs.\n\nLicence: GPL\n\n\nDownload and installation\n=========================\n\nYou need to have Java installed on your computer to run this software.  You will almost certainly already have this.  To check, open a teminal/command-prompt window and type the command:\n\n\t$ java\n\nor, on Windows:\n\n\tC:\\\u003e java\n\nIf you get a load of usage instructions, Java is installed.\n\nIf you haven't got Java, download the Java JDK:\n\n\thttp://www.oracle.com/technetwork/java/javase/downloads/index.html\n\nIf you are running 64-bit Linux you will also have to install the Java 3D JNI library. For example, in the Ubuntu Software Centre, search for and install \"libjava3d-jni\".\n\nOnce you have Java, to install this software download it as a .zip file.  To do that click on the little cloud and down-arrow above and to the left on its Github page:\n\n\thttps://github.com/sPyOpenSource/slicer\n\nwhich is this page if you are reading this README file on Github. You will get a file called host-master.zip.\n\nUnzip the download anywhere you like on your computer, say in a directory called my_download.\n\nSome versions of Windows have difficulties if there are spaces in any of the folder names in the tree where you put the download. Replace them with the underscore. For example, if you want to download into:\n\n  C:\\Some Folder\\MySubFolder\\My Other Folder\n\nchange the names to:\n\n  C:\\Some_Folder\\MySubFolder\\My_Other_Folder\n\n\nTo run the RepRapPro Slicer Software\n====================================\n\n\tjava -jar Slicer.jar\n\nUser Documentation\n==================\n\nFor details of how to use this software, see:\n\n\thttp://reprap.org/wiki/RepRapPro_Slicer\n\n\nUpgrades\n========\n\nAs described here:\n\n        http://reprap.org/wiki/RepRapPro_Slicer_Variables\n\nwhen you first run this software it creates a copy in your space of all its configuration files. If you later download upgrades from Github, your configurations will not be overwritten. That way, if you make adjustments, you keep them from one upgrade to the next.\n\nAll the configuration files are placed in a directory called .reprap in your home directory on your computer (note that the initial \".\" in the name means that this directory is hidden - you have to enable the viewing of hidden files to see it).\n\nIf you decide you want to revert your configuration to the standard one, then rename the .reprap directory to, say, .reprap.old then run the software. It will now not find .reprap, and so it will create you a new .reprap containing copies of the standard files from your download.\n\nOne thing you may well want to preserve even if you do this is the offsets of the heads in your Tricolor RepRap that you have set - these are unique to your machine. (See here:\n\n      http://reprap.org/wiki/RepRapPro_Multimaterials#Step_5_-_Registration\n\nfor how to set the offsets.)\n\nThese offsets will be in the file prologue.gcode in the directory .reprap.old/Mendel-0.5mm (or whatever RepRap machine you are using). Compare that file to the version in .reprap/Mendel-0.5mm (they are quite short). Edit the new file to change the G10 lines to set the offsets for your machine.\n\n\nExperiment with the source code\n===============================\n\nDownload a copy of the NetBean Java Development Environment:\n\nTo run the software in the development environment open:\n\n\tslicer-\u003esrc-\u003eorg.reprap\n\nright click on Main.java and select\n\n\tRun as-\u003eJava Application\n\nand the slicer should run.\n\nYou can then edit the source code and do what you like with it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyopensource%2Fslicer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspyopensource%2Fslicer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyopensource%2Fslicer/lists"}