3D printer / slicing GUI built on top of the Uranium framework
Find a file
Jelle Spijker 18653d9ef4
Use SHA of the commit instead of no_commits since last tag
We determine the version of a conan package based on a Git tag and then count the number of commits between the last tag
and the current tag to get the +testing_6 or +testing_13 after the alpha/beta designation etc.
This will give us logical sequential numbers with which we can determine which version was later.
But the method can't take into account tags created on release branches, a branch parallel to the main branch, once
these are merged, after a tag then suddenly the first tag it encounters is closer then it was before, this means that we
then accidentally create a second package with the same version and this starts tripping things up.
 Now these logical statements aren't necessary to determine the latest version, according to semver everything after the
  + is ignored and both versions should be compatible.
An easy fix is to replace the testing_<no_of_commits_since_last_tag> with testing_<commit_hash> that way we don't have
two conan packages created from different commits anymore, which is the most common root cause of our problems in this
flow.
2023-06-06 08:33:03 +02:00
.github Use SHA of the commit instead of no_commits since last tag 2023-06-06 08:33:03 +02:00
.run_templates Moved pycharm_targets to conandata 2022-08-11 18:01:45 +02:00
cura Fix whole output of nest2d was translated. 2023-05-09 15:44:59 +02:00
docs Merge pull request #13011 from digitalfrost/patch-9 2022-08-24 09:05:50 +02:00
packaging Simplified copy of resources 2023-04-28 16:09:40 +02:00
plugins Add linebreak after filament change command 2023-05-23 16:30:18 +02:00
printer-linter Ignore redundant-override in the machine_* types 2023-01-10 11:02:08 +01:00
resources Bump up fdmprinter and fdmextruder 2023-06-05 11:51:25 +02:00
scripts Also check on Uranium.pot 2023-04-05 12:35:23 +02:00
tests Update extrudermanager in tests to mock Application. 2022-12-12 14:06:45 +01:00
.gitignore Remove wireprinting options. 2023-03-28 13:50:20 +02:00
.printer-linter Ignore redundant-override in the machine_* types 2023-01-10 11:02:08 +01:00
.pylintrc Fix regex for private & long functions 2020-01-10 17:43:40 +01:00
CITATION.cff improve CITATION.cff formatting && add keywords 2022-10-20 08:58:10 +02:00
CMakeLists.txt Add CMakeLists.txt back for translation scripts. 2022-09-06 10:25:14 +02:00
conandata.yml Copy private data and materials from new location 2023-03-28 11:26:46 +02:00
conanfile.py use curaengine latest 2023-04-27 14:18:38 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-06-02 11:56:40 +02:00
cura-logo-dark.PNG Update README.md, use dark mode or light mode image depending on github theme. 2022-08-24 14:59:18 +02:00
cura-logo.PNG Update README.md, use dark mode or light mode image depending on github theme. 2022-08-24 14:59:18 +02:00
cura.sharedmimeinfo Update desktop and mimeinfo to add gcode mime type 2018-11-22 15:47:12 +01:00
cura_app.py Merge branch '4.13' of github.com:Ultimaker/Cura 2022-05-17 15:32:48 +02:00
CuraVersion.py.jinja Update copyright using UltiMaker 2022-11-28 10:48:38 +01:00
LICENSE Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
pytest.ini Re-add pytest.ini 2022-09-08 13:15:37 +02:00
README.md Remove vacancies 2023-05-26 15:36:23 +02:00
requirements-dev.txt Bumped up pyinstaller version 2023-02-23 13:24:30 +01:00
requirements-ultimaker.txt use new master/s-line as tip 2022-10-16 18:00:31 +02:00
requirements.txt Update PyQt6 to use 6.4.2 2023-03-13 08:30:14 +01:00
SECURITY.md Add security policy 2022-03-23 09:51:36 +01:00
UltiMaker-Cura.spec.jinja Pass the app name into the build_macos script so that it matches the app name used in UltiMaker-Cura.spec.jinja 2023-01-16 15:29:38 +01:00


Badge Issues Badge PullRequests Badge Closed

Badge Size Badge License Badge Contributors

Badge Test Badge Conan



Logo

Ultimaker Cura

State-of-the-art slicer app to prepare
your 3D models for your 3D printer.

With hundreds of settings & community-managed print profiles,
Ultimaker Cura is sure to lead your next project to a success.



Button Building Button Plugins Button Machines

Button Report Button Settings Button Localize



Shows cura open on the preview screen with a large benchy model in the center.

OpenSSF Scorecard