mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 06:35:15 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
181d9d9df9
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -40,7 +40,6 @@ on:
|
|||||||
options:
|
options:
|
||||||
- self-hosted-X64
|
- self-hosted-X64
|
||||||
- self-hosted-ARM64
|
- self-hosted-ARM64
|
||||||
- macos-11
|
|
||||||
- macos-12
|
- macos-12
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -53,4 +52,4 @@ jobs:
|
|||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
architecture: ${{ inputs.architecture }}
|
architecture: ${{ inputs.architecture }}
|
||||||
operating_system: ${{ inputs.operating_system }}
|
operating_system: ${{ inputs.operating_system }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
@ -5,11 +5,10 @@ requirements:
|
|||||||
- "curaengine/(latest)@ultimaker/testing"
|
- "curaengine/(latest)@ultimaker/testing"
|
||||||
- "cura_binary_data/(latest)@ultimaker/testing"
|
- "cura_binary_data/(latest)@ultimaker/testing"
|
||||||
- "fdm_materials/(latest)@ultimaker/testing"
|
- "fdm_materials/(latest)@ultimaker/testing"
|
||||||
- "curaengine_plugin_gradual_flow/0.1.0-beta.3"
|
- "curaengine_plugin_gradual_flow/0.1.1-beta.3"
|
||||||
- "dulcificum/latest@ultimaker/testing"
|
- "dulcificum/latest@ultimaker/testing"
|
||||||
- "pysavitar/5.3.0"
|
- "pysavitar/5.3.0"
|
||||||
- "pynest2d/5.3.0"
|
- "pynest2d/5.3.0"
|
||||||
- "curaengine_grpc_definitions/0.2.0"
|
|
||||||
- "native_cad_plugin/2.0.0"
|
- "native_cad_plugin/2.0.0"
|
||||||
requirements_internal:
|
requirements_internal:
|
||||||
- "fdm_materials/(latest)@internal/testing"
|
- "fdm_materials/(latest)@internal/testing"
|
||||||
|
@ -329,7 +329,6 @@ class CuraConan(ConanFile):
|
|||||||
self.options["cpython"].shared = True
|
self.options["cpython"].shared = True
|
||||||
self.options["boost"].header_only = True
|
self.options["boost"].header_only = True
|
||||||
if self.settings.os == "Linux":
|
if self.settings.os == "Linux":
|
||||||
self.options["curaengine_grpc_definitions"].shared = True
|
|
||||||
self.options["openssl"].shared = True
|
self.options["openssl"].shared = True
|
||||||
if self.conf.get("user.curaengine:sentry_url", "", check_type=str) != "":
|
if self.conf.get("user.curaengine:sentry_url", "", check_type=str) != "":
|
||||||
self.options["curaengine"].enable_sentry = True
|
self.options["curaengine"].enable_sentry = True
|
||||||
|
@ -24,6 +24,10 @@ intent_translations["quick"] = {
|
|||||||
"name": catalog.i18nc("@label", "Draft"),
|
"name": catalog.i18nc("@label", "Draft"),
|
||||||
"description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.")
|
"description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.")
|
||||||
}
|
}
|
||||||
|
intent_translations["annealing"] = {
|
||||||
|
"name": catalog.i18nc("@label", "Annealing"),
|
||||||
|
"description": catalog.i18nc("@text", "The annealing profile requires post-processing in an oven after the print is finished. This profile retains the dimensional accuracy of the printed part after annealing and improves strength, stiffness, and thermal resistance.")
|
||||||
|
}
|
||||||
intent_translations["solid"] = {
|
intent_translations["solid"] = {
|
||||||
"name": catalog.i18nc("@label", "Solid"),
|
"name": catalog.i18nc("@label", "Solid"),
|
||||||
"description": catalog.i18nc("@text",
|
"description": catalog.i18nc("@text",
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"material_print_temp_wait": { "default_value": false },
|
"material_print_temp_wait": { "default_value": false },
|
||||||
"retraction_amount": { "default_value": 0.8 },
|
"retraction_amount": { "default_value": 0.8 },
|
||||||
"retraction_combing": { "value": "no_outer_surfaces" },
|
"retraction_combing": { "value": "no_outer_surfaces" },
|
||||||
"retraction_combing_max_distance": { "default_value": 5.0 },
|
"retraction_combing_max_distance": { "value": 5.0 },
|
||||||
"retraction_extrusion_window": { "value": "retraction_amount" },
|
"retraction_extrusion_window": { "value": "retraction_amount" },
|
||||||
"retraction_min_travel": { "value": 2.0 },
|
"retraction_min_travel": { "value": 2.0 },
|
||||||
"retraction_speed": { "default_value": 40 },
|
"retraction_speed": { "default_value": 40 },
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
@ -5,7 +5,7 @@ version = 4
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
hardware_type = nozzle
|
hardware_type = nozzle
|
||||||
setting_version = 22
|
setting_version = 23
|
||||||
type = variant
|
type = variant
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user