GithubHelp home page GithubHelp logo

ultimaker / cura-binary-data Goto Github PK

View Code? Open in Web Editor NEW
10.0 29.0 24.0 178.73 MB

Contains binary data for Cura releases, like compiled translations and firmware.

License: GNU Affero General Public License v3.0

C 80.31% HTML 10.91% Python 8.78%
cura firmware binaries translations

cura-binary-data's Introduction

cura-binary-data

Contains binary data for Cura releases, like compiled translations and firmware..

License

License
cura-binary-data is released under terms of the AGPLv3 License. Terms of the license can be found in the LICENSE file. Or at http://www.gnu.org/licenses/agpl.html

But in general it boils down to:
You need to share the source of any cura-binary-data modifications if you make an application with cura-binary-data.

System Requirements

Windows

  • Python 3.6 or higher

MacOs

  • Python 3.6 or higher

Linux

  • Python 3.6 or higher

How To Build

Note:
We are currently in the process of switch our builds and pipelines to an approach which uses Conan and pip to manage our dependencies, which are stored on our JFrog Artifactory server and in the pypi.org. At the moment not everything is fully ported yet, so bare with us.

If you want to develop Cura with fdm_materials see the Cura Wiki: Running Cura from source

If you have never used Conan read their documentation which is quite extensive and well maintained. Conan is a Python program and can be installed using pip

1. Configure Conan

pip install conan --upgrade
conan config install https://github.com/ultimaker/conan-config.git
conan profile new default --detect --force

Community developers would have to remove the Conan cura repository because it requires credentials.

Ultimaker developers need to request an account for our JFrog Artifactory server at IT

conan remote remove cura

2. Clone cura-binary-data

git clone https://github.com/Ultimaker/cura-binary-data.git
cd cura-binary-data

Creating a new cura-binary-data Conan package

To create a new cura-binary-data Conan package such that it can be used in Cura and Uranium, run the following command:

conan create . cura_binary_data/<version>@<username>/<channel> --build=missing --update

This package will be stored in the local Conan cache (~/.conan/data or C:\Users\username\.conan\data ) and can be used in downstream projects, such as Cura and Uranium by adding it as a requirement in the conanfile.py or in conandata.yml.

Note: Make sure that the used <version> is present in the conandata.yml in the cura-binary-data root

You can also specify the override at the commandline, to use the newly created package, when you execute the conan install command in the root of the consuming project, with:

conan install . -build=missing --update --require-override=cura_binary_data/<version>@<username>/<channel>

Developing cura-binary-data In Editable Mode

You can use your local development repository downsteam by adding it as an editable mode package. This means you can test this in a consuming project without creating a new package for this project every time.

    conan editable add . cura_binary_data/<version>@<username>/<channel>

Then in your downsteam projects (Cura) root directory override the package with your editable mode package.

conan install . -build=missing --update --require-override=cura_binary_data/<version>@<username>/<channel>

cura-binary-data's People

Contributors

alekseisasin avatar awhiemstra avatar bagelorb avatar casperlamboo avatar diegopradogesto avatar fvrmr avatar ghostkeeper avatar hellaholic avatar hroncok avatar jellespijker avatar joeydelarago avatar konskarm avatar lipufei avatar marimakes avatar nallath avatar patrickglatt avatar rburema avatar saumyaj3 avatar sedwards2009 avatar thopiekar avatar wawanbreton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cura-binary-data's Issues

Missing binaries for firmware 15.04.3

A new release of the Ultimaker2Marlin firmware (15.04.3) has been tagged few weeks ago. Can you please update the binaries for the next Cura release?

Thanks a lot.

duplicate files

Several of the files here seem to be duplicates of those in https://github.com/Ultimaker/Cura
For example https://github.com/Ultimaker/Cura/tree/master/resources/i18n/de/LC_MESSAGES/cura.mo

Can you remove them from one of the two places please?

Here's a list of the file system conflicts this causes for me

error: failed to commit transaction (conflicting files)
cura: /usr/share/cura/resources/i18n/de/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/de/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/de/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/en/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/es/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/es/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/es/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/fi/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/fi/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/fi/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/fr/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/fr/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/fr/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/it/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/it/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/it/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/nl/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/nl/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/nl/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/ru/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/ru/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/ru/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/tr/LC_MESSAGES/cura.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/tr/LC_MESSAGES/fdmextruder.def.json.mo exists in filesystem
cura: /usr/share/cura/resources/i18n/tr/LC_MESSAGES/fdmprinter.def.json.mo exists in filesystem

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.