Code Monkey home page Code Monkey logo

paradx / cubicslicer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anycubic-3d/anycubicslicer_prusa

0.0 0.0 0.0 70.16 MB

CubicSlicer is based on AnycubicSlicer and Superslicer that are based on PrusaSlicer by Prusa Research, which is based on Slic3r by Alessandro Ranellucci and the RepRap community.

License: GNU Affero General Public License v3.0

Shell 0.01% JavaScript 0.89% C++ 75.46% Python 0.01% Perl 0.40% C 6.81% Objective-C 0.01% XSLT 0.05% CSS 0.05% Objective-C++ 0.05% Makefile 0.02% HTML 15.16% CMake 0.58% GLSL 0.21% Batchfile 0.05% Yacc 0.09% Lex 0.03% M4 0.04% Dockerfile 0.01% Roff 0.10%

cubicslicer's Introduction

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?

  • New UI interface
  • Simplified slice parameters

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

  • vscode execute the following command to enable the compilation toolchain
Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"; Enter-VsDevShell 3449344a

Automatically create projects

  • -v Specify the creation visual studio version number
  • -c Specify CMAKE_BUILD_TYPE
build_win.bat -d out_deps -c Debug -s all  -v 17

Manual creation

  • CMAKE_PREFIX_PATH must be an absolute path, otherwise it may not work
build_win.bat -d out_deps -c Debug -s deps  -v 17
cmake -G "NMake Makefiles" -DCMAKE_PREFIX_PATH="\out_deps\usr\local"

or

mkdir deps/build
cd deps/build
set CL=/MP
cmake -G "NMake Makefiles" -DCMAKE_PREFIX_PATH="..\..\out_deps" ..
nmake
cmake -G "NMake Makefiles" -DCMAKE_PREFIX_PATH="\out_deps\usr\local"

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.

cubicslicer's People

Contributors

yangminglong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.