Coder Social home page Coder Social logo

serhattsnmz / cura-engine-env Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 5.3 MB

Cura Engine Enviroment with Dockerfile

License: GNU General Public License v3.0

CMake 0.74% Groovy 0.02% C++ 81.03% C 0.19% Python 0.63% Dockerfile 0.01% Shell 3.09% Makefile 13.40% M4 0.46% Java 0.15% Objective-C 0.07% PHP 0.03% Ruby 0.03% Vim Script 0.03% Emacs Lisp 0.06% Go 0.07%
cura curaengine docker docker-image ultimaker protobuf libarcus

cura-engine-env's Introduction

Cura Engine

  • Cura Engine with all depended repos.

  • This repo include:

    • Protobuf
    • libArcus
    • CuraEngine

Install from Dockerhub

$ docker pull serhattsnmz/cura-engine-env

Install with Dockerfile

$ git clone https://github.com/serhattsnmz/cura-engine-env.git
$ cd cura-engine-env
$ docker build -t cura-engine-env .
$ docker run -it --name cura-engine cura-engine-env

Install Manualy on Linux

Install Packages

$ apt update \
    && apt install -y apt-utils libtool dh-autoreconf \
    && apt install -y cmake python3-dev python3-sip-dev git

Install Protobuf

$ cd cura-engine-env/protobuf-3.6.1/
$ chmod +x ./autogen.sh && ./autogen.sh
$ chmod +x ./configure && ./configure
$ make
$ make install
$ ldconfig

Install libArcus

$ cd cura-engine-env/libArcus-3.6.0/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

Install CuraEngine

$ cd cura-engine-env/CuraEngine-3.6.0/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

Running

NOTE
All printer default settings are hosted in /printer-settings folder, which is equal to Cura Definitions Folder

WITH DOCKER:
$ docker run --rm serhattsnmz/cura-engine-env \
    CuraEngine slice -v \
    -j /printer-settings/ultimaker3.def.json \
    -o "/test.gcode" \
    -s infill_line_distance=0 \
    -l "/model_1.stl"

ON LINUX:
$ CuraEngine slice -v \
    -j /printer-settings/ultimaker3.def.json \
    -o "/test.gcode" \
    -s infill_line_distance=0 \
    -l "/model_1.stl"

cura-engine-env's People

Contributors

serhattsnmz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

zlp0511

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.