mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Merge branch 'main' into dev/h2d
This commit is contained in:
2
.github/workflows/orca_bot.yml
vendored
2
.github/workflows/orca_bot.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
contents: write # only for delete-branch option
|
contents: write # only for delete-branch option
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v10
|
||||||
with:
|
with:
|
||||||
# PAT for GitHub API authentication
|
# PAT for GitHub API authentication
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/update-translation.yml
vendored
2
.github/workflows/update-translation.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/validate-documentation.yml
vendored
4
.github/workflows/validate-documentation.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v46
|
uses: tj-actions/changed-files@v47
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
src/slic3r/GUI/Tab.cpp
|
src/slic3r/GUI/Tab.cpp
|
||||||
@@ -318,7 +318,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Comment on PR
|
- name: Comment on PR
|
||||||
if: failure() && github.event_name == 'pull_request'
|
if: failure() && github.event_name == 'pull_request'
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const validationErrors = process.env.VALIDATION_ERRORS || '';
|
const validationErrors = process.env.VALIDATION_ERRORS || '';
|
||||||
|
|||||||
@@ -6366,11 +6366,17 @@ msgid ""
|
|||||||
"rotation template settings that may not work properly with your current "
|
"rotation template settings that may not work properly with your current "
|
||||||
"infill pattern. This could result in weak support or print quality issues."
|
"infill pattern. This could result in weak support or print quality issues."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Dieses Projekt wurde mit einem OrcaSlicer 2.3.1-alpha erstellt und verwendet "
|
||||||
|
"Vorlageneinstellungen für die Infill-Rotation, die möglicherweise nicht "
|
||||||
|
"richtig mit Ihrem aktuellen Infill-Muster funktionieren. Dies könnte zu "
|
||||||
|
"schwacher Unterstützung oder Druckqualitätsproblemen führen."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Would you like OrcaSlicer to automatically fix this by clearing the rotation "
|
"Would you like OrcaSlicer to automatically fix this by clearing the rotation "
|
||||||
"template settings?"
|
"template settings?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Möchten Sie, dass OrcaSlicer dies automatisch behebt, indem die "
|
||||||
|
"Vorlageneinstellungen für die Rotation gelöscht werden?"
|
||||||
|
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|||||||
@@ -36,21 +36,15 @@
|
|||||||
"bed_custom_texture": "",
|
"bed_custom_texture": "",
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"2.5x0",
|
|
||||||
"2.5x255",
|
|
||||||
"0x255",
|
|
||||||
"0x255",
|
|
||||||
"255x255",
|
|
||||||
"255x252.5",
|
|
||||||
"0x252.5",
|
|
||||||
"255x255",
|
|
||||||
"252.5x255",
|
|
||||||
"252.5x0",
|
|
||||||
"255x0",
|
"255x0",
|
||||||
|
"255x255",
|
||||||
|
"0x255",
|
||||||
"0x0",
|
"0x0",
|
||||||
"0x2.5",
|
"2x2",
|
||||||
"255x2.5",
|
"2x253",
|
||||||
"255x0"
|
"253x253",
|
||||||
|
"253x2",
|
||||||
|
"2x2"
|
||||||
],
|
],
|
||||||
"bed_mesh_max": "0,0",
|
"bed_mesh_max": "0,0",
|
||||||
"bed_mesh_min": "0,0",
|
"bed_mesh_min": "0,0",
|
||||||
|
|||||||
@@ -36,21 +36,15 @@
|
|||||||
"bed_custom_texture": "",
|
"bed_custom_texture": "",
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"2.5x0",
|
|
||||||
"2.5x255",
|
|
||||||
"0x255",
|
|
||||||
"0x255",
|
|
||||||
"255x255",
|
|
||||||
"255x252.5",
|
|
||||||
"0x252.5",
|
|
||||||
"255x255",
|
|
||||||
"252.5x255",
|
|
||||||
"252.5x0",
|
|
||||||
"255x0",
|
"255x0",
|
||||||
|
"255x255",
|
||||||
|
"0x255",
|
||||||
"0x0",
|
"0x0",
|
||||||
"0x2.5",
|
"2x2",
|
||||||
"255x2.5",
|
"2x253",
|
||||||
"255x0"
|
"253x253",
|
||||||
|
"253x2",
|
||||||
|
"2x2"
|
||||||
],
|
],
|
||||||
"bed_mesh_max": "0,0",
|
"bed_mesh_max": "0,0",
|
||||||
"bed_mesh_min": "0,0",
|
"bed_mesh_min": "0,0",
|
||||||
|
|||||||
@@ -36,21 +36,15 @@
|
|||||||
"bed_custom_texture": "",
|
"bed_custom_texture": "",
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"2.5x0",
|
|
||||||
"2.5x255",
|
|
||||||
"0x255",
|
|
||||||
"0x255",
|
|
||||||
"255x255",
|
|
||||||
"255x252.5",
|
|
||||||
"0x252.5",
|
|
||||||
"255x255",
|
|
||||||
"252.5x255",
|
|
||||||
"252.5x0",
|
|
||||||
"255x0",
|
"255x0",
|
||||||
|
"255x255",
|
||||||
|
"0x255",
|
||||||
"0x0",
|
"0x0",
|
||||||
"0x2.5",
|
"2x2",
|
||||||
"255x2.5",
|
"2x253",
|
||||||
"255x0"
|
"253x253",
|
||||||
|
"253x2",
|
||||||
|
"2x2"
|
||||||
],
|
],
|
||||||
"bed_mesh_max": "0,0",
|
"bed_mesh_max": "0,0",
|
||||||
"bed_mesh_min": "0,0",
|
"bed_mesh_min": "0,0",
|
||||||
|
|||||||
@@ -36,21 +36,15 @@
|
|||||||
"bed_custom_texture": "",
|
"bed_custom_texture": "",
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"2.5x0",
|
|
||||||
"2.5x255",
|
|
||||||
"0x255",
|
|
||||||
"0x255",
|
|
||||||
"255x255",
|
|
||||||
"255x252.5",
|
|
||||||
"0x252.5",
|
|
||||||
"255x255",
|
|
||||||
"252.5x255",
|
|
||||||
"252.5x0",
|
|
||||||
"255x0",
|
"255x0",
|
||||||
|
"255x255",
|
||||||
|
"0x255",
|
||||||
"0x0",
|
"0x0",
|
||||||
"0x2.5",
|
"2x2",
|
||||||
"255x2.5",
|
"2x253",
|
||||||
"255x0"
|
"253x253",
|
||||||
|
"253x2",
|
||||||
|
"2x2"
|
||||||
],
|
],
|
||||||
"bed_mesh_max": "0,0",
|
"bed_mesh_max": "0,0",
|
||||||
"bed_mesh_min": "0,0",
|
"bed_mesh_min": "0,0",
|
||||||
|
|||||||
Reference in New Issue
Block a user