ANYCUBIC-3D / AnycubicSlicer_Prusa

AnycubicSlicer is based on PrusaSlicer by Prusa Research, which is based on Slic3r by Alessandro Ranellucci and the RepRap community.
GNU Affero General Public License v3.0
19 stars 6 forks source link

AnycubicSlicer

AnycubicSlicer is an open-source, easy-to-use slicing software for FDM 3D printing. It makes 3D printing easier with reliable slicing algorithms and simplified workflow.AnycubicSlicer is based on PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community.

What are AnycubicSlicer's new features?

linux compile

deps

cmake -S $(pwd)/deps -B  $(pwd)/deps/buildd
cmake --build $(pwd)/deps/buildd -j10

build engine only

cmake -S $(pwd) -B buildd -DCMAKE_PREFIX_PATH:PATH=$(pwd)/deps/buildd/destdir/usr/local -DSLIC3R_STATIC:BOOL=ON -DSLIC3R_GUI:BOOL=OFF -DENABLE_CGAL:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=$(pwd)/buildd/install
cmake --build $(pwd)/buildd -j10

windows compile

build

Automatically create projects

Manual creation

License

AnycubicSlicer is licensed under the GNU Affero General Public License, version 3. AnycubicSlicer is based on PrusaSlicer by PrusaResearch.

PrusaSlicer is licensed under the GNU Affero General Public License, version 3. PrusaSlicer is owned by Prusa Research. PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.

Slic3r is licensed under the GNU Affero General Public License, version 3. Slic3r was created by Alessandro Ranellucci with the help of many other contributors.

The GNU Affero General Public License, version 3 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license.