G-code generator for 3D printers (Prusa, Voron, Creality, etc.)

Merill be60de857a Update ccpp_ubuntu.yml 5 лет назад
.github be60de857a Update ccpp_ubuntu.yml 5 лет назад
cmake 7d25d8c677 Can build with (original llvm) clang-cl on windows 5 лет назад
deps ccc05c08fd Merge commit '85d9a165636617c76d30be54a1cd99bd4e5663b0' 5 лет назад
doc e3e7792544 Update the How to build for windows. 5 лет назад
lib 773972cc2c Merge remote-tracking branch 'remotes/prusa/master' 5 лет назад
resources 86fbd247b7 #101 add ratio /distribution for the smoothing flow in ironing (see tooltip) 5 лет назад
sandboxes 7e0199746e more clang warnings enabled, performance measuring 5 лет назад
src 7fb949daf9 Update wxExtensions.hpp 5 лет назад
t 773972cc2c Merge remote-tracking branch 'remotes/prusa/master' 5 лет назад
tests 48bc166d6d Importing the SLA computing module into the native source tree. 6 лет назад
xs 2414dab85a Fix of perl bindings 5 лет назад
.clang-format a695dec51a Merge branch 'master' into tm_arrange_selection 5 лет назад
.gitignore 16368c9575 Add some cpp test from mainline (thanks to @lordofhyphens) 5 лет назад
Build.PL 47f5b30c5a Merge remote-tracking branch 'remotes/prusa/master' 5 лет назад
CMakeLists.txt 8225abed01 Update CMakeLists.txt 5 лет назад
LICENSE 7308017ee8 Added the AGPL v3 license file 7 лет назад
PrusaSlicer.sublime-project a3c1ef509c Further renaming to PrusaSlicer 5 лет назад
README.md 8840d01fb0 Merge remote-tracking branch 'remotes/prusa/master' 5 лет назад
version.inc 4229e489fa change version numbering: first two digit from prusaslicer, second two for me. The two set are independent. 5 лет назад

README.md

Q: Oh cool, a new fork of slic3r?

A: Yeah!

Slic3r

Prebuilt Windows 64b is available through the git releases page.

Slic3r++ takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.

Slic3r++ is based on Slic3r by Alessandro Ranelucci and the RepRap community.

See the project homepage and the documentation directory for more information.

What language is it written in?

Almost everything are written in C++,

The slicing core is the libslic3r library, which can be built and used in a standalone way. The command line interface is a thin wrapper over libslic3r.

What are this fork main features/differences?

  • Ironing top surface & many new settings to fine-tune the top surface quality.
  • A "denser infill" option for supporting the (solid) top layers.
  • Better overhangs (add perimeters if needed, slice them in opposite direction each layer).
  • Better Thin walls (anchored inside the print, no more random bits at the ends).
  • Can join perimeters into a big one to avoid travel moves.
  • Many other little options and corrections (like the filled concentric pattern).
  • It has also all the current slic3rPE/PrusaSlicer features.

Complete changelog here

See the wiki for examples.

What are Slic3r's main features?

Key features are:

  • multi-platform (Linux/Mac/Win) and packaged as standalone-app with no dependencies required
  • complete command-line interface to use it with no GUI
  • multi-material (multiple extruders) object printing
  • multiple G-code flavors supported (RepRap, Makerbot, Mach3, Machinekit etc.)
  • ability to plate multiple objects having distinct print settings
  • multithread processing
  • STL auto-repair (tolerance for broken models)
  • wide automated unit testing

Other major features are:

  • combine infill every 'n' perimeters layer & varying density to speed up printing
  • 3D preview (including multi-material files)
  • multiple layer heights in a single print
  • spiral vase mode for bumpless vases
  • fine-grained configuration of speed, acceleration, extrusion width
  • several infill patterns including honeycomb, spirals, Hilbert curves, gyroid
  • support material, raft, brim, skirt
  • standby temperature and automatic wiping for multi-extruder printing
  • customizable G-code macros and output filename with variable placeholders
  • support for post-processing scripts
  • cooling logic controlling fan speed and dynamic print speed

Development

You can download a precompiled package from the release page. it will run without the need for any dependency.

If you want to compile the source yourself, follow the instructions on one of these documentation pages:

Sure! You can do the following to find things that are available to help with:

  • Add an issue to the github tracker if it isn't already present.

Before sending patches and pull requests contact me (preferably through opening a github issue or commenting on an existing, related, issue) to discuss your proposed changes: this way we'll ensure nobody wastes their time and no conflicts arise in development.

Slic3r++ is licensed under the GNU Affero General Public License, version 3. The Slic3r++ is originally based on Slic3r by Alessandro Ranellucci.

Slic3r is licensed under the GNU Affero General Public License, version 3. The first author is Alessandro Ranellucci, and many contributors Then the Prusa team Then Durand remi for this fork

Please refer to the Command Line Interface wiki page.