
commit 96187e21580e10ba3006895c0a0613cb1fa66c4d Author: Ghostkeeper <rubend@tutanota.com> Date: Tue Apr 28 11:52:29 2020 +0200 Update setting_version of recently merged profiles None of these had any settings that needed to be deleted or updated. I'm updating them so that they load properly in Cura 4.7. Contributes to issue CURA-7403. commit 80bea3caa14139c189fc10c6874867d104df2fd7 Merge: 174b58374 037eb9a89 Author: Ghostkeeper <rubend@tutanota.com> Date: Tue Apr 28 11:41:31 2020 +0200 Merge branch 'master' of https://github.com/curso007/Cura into curso007-master commit 037eb9a898e8625497a0f44e31746155c8523662 Merge: 109b5cf8e 772fd650a Author: Cataldo URSO <curso007@users.noreply.github.com> Date: Fri Apr 24 19:36:01 2020 +0200 Merge pull request #2 from Ultimaker/master Resync with Ultimaker commit 109b5cf8e3311283f60ffb73dc165974cf619faa Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Fri Apr 24 15:34:31 2020 +0200 Spacing much consistent after editor reconfiguration. commit cdea1a7d598e39c3beebd4386b6326503051a160 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Fri Apr 24 15:28:18 2020 +0200 Spacing much consistent after editor reconfiguration. commit bc8422d4ee95a5d20b5f8364711965b036b28eed Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Fri Apr 24 00:14:38 2020 +0200 plateform image renamed. commit e0d95c12558f7da8dcbc1aab966e92a1d67bdebb Merge: a069ed5f9 b1e95d7a8 Author: Cataldo URSO <curso007@users.noreply.github.com> Date: Fri Apr 24 00:03:57 2020 +0200 Merge pull request #1 from Ultimaker/master Resync with ultimaker commit a069ed5f946b0a9d9830d8ba39c89e7cbe1ffdb2 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Thu Apr 23 23:15:36 2020 +0200 Reducing size of meshes and image(s) commit 256d4a5576802ea9c116b4901a79ae17b96ade99 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Wed Apr 22 21:03:02 2020 +0200 Try to fix errors comming from the CI commit ec4cbe6809ba80f84a065a2d875f591110c751ff Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Wed Apr 22 20:44:30 2020 +0200 STL size reduced as much I could. commit 8a6468943a79a6f72078ded187722706c85871a5 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Wed Apr 22 18:17:13 2020 +0200 Adding Anycubic Predator printer commit e4491b30bdc9e9642737d6851c8f7571be368798 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Tue Apr 21 18:51:29 2020 +0200 Adding the mesh for the FLSUN QQ-S thanks to Eddy Emck
Cura
This is the new, shiny frontend for Cura. Check daid/LegacyCura for the legacy Cura that everyone knows and loves/hates. We re-worked the whole GUI code at Ultimaker, because the old code started to become unmaintainable.
Logging Issues
For crashes and similar issues, please attach the following information:
- (On Windows) The log as produced by dxdiag (start -> run -> dxdiag -> save output)
- The Cura GUI log file, located at
%APPDATA%\cura\<Cura version>\cura.log
(Windows), or usuallyC:\Users\\<your username>\AppData\Roaming\cura\<Cura version>\cura.log
$USER/Library/Application Support/cura/<Cura version>/cura.log
(OSX)$USER/.local/share/cura/<Cura version>/cura.log
(Ubuntu/Linux)
If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
For additional support, you could also ask in the #cura channel on FreeNode IRC. For help with development, there is also the #cura-dev channel.
Dependencies
- Uranium Cura is built on top of the Uranium framework.
- CuraEngine This will be needed at runtime to perform the actual slicing.
- fdm_materials Required to load a printer that has swappable material profiles.
- PySerial Only required for USB printing support.
- python-zeroconf Only required to detect mDNS-enabled printers.
Build scripts
Please checkout cura-build for detailed building instructions.
Running from Source
Please check our Wiki page for details about running Cura from source.
Plugins
Please check our Wiki page for details about creating and using plugins.
Supported printers
Please check our Wiki page for guidelines about adding support for new machines.
Configuring Cura
Please check out Wiki page about configuration options for developers.
Translating Cura
Please check out Wiki page about how to translate Cura into other languages.
License
Cura is released under the terms of the LGPLv3 or higher. A copy of this license should be included with the software.