Merge branch '5.10' into CURA-12386_G-Code-replacement-fails-with-single-line-code

This commit is contained in:
Erwan MATHIEU 2025-02-27 09:23:03 +01:00 committed by GitHub
commit a666116119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View File

@ -219,6 +219,9 @@ class CuraConan(ConanFile):
@staticmethod
def _get_license_from_repository(sources_url, version, license_file_name = None):
if sources_url.startswith("https://github.com/Ultimaker/") and "private" in sources_url:
return None
git_url = sources_url
if git_url.endswith('/'):
git_url = git_url[:-1]

View File

@ -7,7 +7,7 @@
"author": "Ultimaker",
"manufacturer": "Unknown",
"position": "0",
"setting_version": 24,
"setting_version": 25,
"type": "extruder"
},
"settings":

View File

@ -6,7 +6,7 @@
"type": "machine",
"author": "Unknown",
"manufacturer": "Unknown",
"setting_version": 24,
"setting_version": 25,
"file_formats": "text/x-gcode;model/stl;application/x-wavefront-obj;application/x3g",
"visible": false,
"has_materials": true,