prusa3d/prusaslicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 1st, 2016
Open Issues & Pull Requests: 5,674 (+0)
GitHub issues: Enabled
Number of forks: 2,340
Total Stargazers: 9,309 (+0)
Total Subscribers: 266 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.2 hours
Mean response time: 61.8 days
90th percentile: 135.1 days
Tracked items: 4,709

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Gap fill" is answered fastest, typically in about 4 hours, while "Multi material" waits about 3 days. Almost all tracked open issues have seen activity in the last three months. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5,390
New in 7 days: 98
Closed in 7 days: 141
Avg open age: 1,263 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 98
Closed in 7 days: 141
Comments in 7 days: 3
Events in 7 days: 5

Top labels

  • legacy-issue (5,387)
  • Feature request (790)
  • Awaiting response (404)
  • Supports (157)
  • Multi material (143)
  • UI (141)
  • enhancement (123)
  • Infill (107)

Most active issues this week

Detailed Description

PrusaSlicer is a G-code generator for 3D printers that converts 3D models into printing instructions for both FDM and mSLA machines.

The tool solves the problem of preparing 3D models for printing by slicing them into layers and generating the machine-specific commands needed to fabricate them. It works by taking a 3D model as input, applying user-configured printing parameters, and producing G-code output that can be sent to a printer. The approach includes a slicing backend built on Clipper for polygon operations and Eigen for linear algebra, written entirely in C++.

PrusaSlicer suits anyone working with 3D printing who needs fine-grained control over print settings, from whole-print parameters down to single-layer adjustments. It is particularly valuable for users wanting to modify objects before printing through built-in tools for painting, cutting, and arranging. The tool supports a wide variety of printer manufacturers beyond Prusa machines, making it applicable across different hardware ecosystems. Multi-material printing is supported, and the software can be used headlessly through its command-line interface for automation workflows. Integration with PrusaConnect and Printables is available for users seeking simplified connectivity and model sharing. The tool originated from Slic3r and has evolved into a standalone project with its own feature set and development trajectory.

The project maintains active community engagement through GitHub Discussions for general questions and feature requests, with a dedicated announcements category for direct communication. The team enforces structured issue reporting through an issue tracker policy and provides a contribution guide for pull requests. Development is organized around a documented build system using CMake with C++20 compiler support requirements.