3D printer / slicing GUI built on top of the Uranium framework
Find a file
2015-07-03 11:51:21 -07:00
cura Merge branch '15.06' 2015-06-25 14:24:35 +02:00
icons Add application icons for all three platforms 2015-06-22 13:57:15 +02:00
plugins Merge branch '15.06' 2015-06-24 12:06:39 +02:00
resources Added Prusa i3 profile 2015-07-03 11:51:21 -07:00
src Merge branch '15.06' 2015-05-27 15:12:24 +02:00
.gitignore Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
build.sh Add the scripts used to build the release package (still needs some more work, but works on my desktop) 2015-05-04 13:35:53 +02:00
CHANGES Update changelog 2015-06-24 12:06:00 +02:00
CMakeLists.txt Add missing translations to the list of translations to build 2015-06-17 15:16:22 +02:00
cura_app.py Make cura_app executable 2015-05-27 16:31:01 +02:00
installer.nsi Properly run the vcredist installer in quiet mode 2015-06-24 10:54:15 -07:00
LICENSE Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
README.md Update README.md 2015-06-18 16:36:28 +02:00
setup.py Exclude ConsoleLogger and MLP* and OBJWriter plugins from the windows installer 2015-06-24 10:58:42 -07:00

Cura

This is the new, shiny, unreleased frontend for Cura. daid/Cura is the old legacy Cura that everyone knows and loves/hates.

We re-worked the whole GUI code at Ultimaker, because my old code started to become an unmaintainable ball of poo.

Dependencies

  • Uranium Cura is built on top of the Uranium framework.
  • CuraEngine This will be needed at runtime to perform the actual slicing.
  • PySerial Only required for USB printing support.

Configuring Cura

  • link your CuraEngine backend by inserting the following line in home/.config/cura/config.cfg : [backend] location = /[path_to_the..]/CuraEngine/build/CuraEngine

Build scripts

Please checkout cura-build