Merge branch 'main' into main

This commit is contained in:
goofoo3d 2023-06-01 08:57:26 +08:00 committed by GitHub
commit 9ede831cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 667 additions and 559 deletions

View file

@ -0,0 +1,71 @@
name: ❌ Slicing Failed
description: When you see the message Slicing failed with an unexpected error
labels: ["Type: Bug", "Status: Triage", "Slicing Error :collision:"]
body:
- type: markdown
attributes:
value: |
### Project File
**⚠️ Before you continue, we need your project file to troubleshoot a slicing crash.**
It contains the printer and settings we need for troubleshooting.
![Alt Text](https://user-images.githubusercontent.com/40423138/240616958-5a9751f2-bd34-4808-9752-6fde2e27516e.gif)
To save a project file go to File -> Save project.
Please make sure to .zip your project file.
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
🤔 Before you share, please think to yourself. Is this a model that can be shared?
Unfortunately we cannot help if this file is missing.
Do you have the project file? Than let's continue ⬇️
### Questions
- type: input
attributes:
label: Cura Version
placeholder: 5.3.1
validations:
required: true
- type: markdown
attributes:
value: |
We work hard on improving our slicing crashes. Our most recent release is 5.3.1.
If you are not on the latest version of Cura, [you can download it here](https://github.com/Ultimaker/Cura/releases/tag/5.3.1)
- type: input
attributes:
label: Operating System
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
placeholder: Windows 11 / MacOS Catalina / MX Linux
validations:
required: true
- type: input
attributes:
label: Printer
description: Which printer was selected in Cura?
validations:
required: true
- type: input
attributes:
label: Name abnormal settings
description: Are there any settings that you might have changed that caused the crash? Does your model slice when you select the default profiles?
placeholder:
validations:
- type: input
attributes:
label: Describe model location
description: Does your model slice if you rotate the model 90 degrees or if you move it away from the center of the buildplate?
placeholder:
validations:
- type: input
attributes:
label: Describe your model
description: Have you sliced your model succesfully before? Is it watertight? Have you tried doing a quick [Mesh Fix with the Meshtools Plugin](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/MeshTools)?
validations:
required: true
- type: textarea
attributes:
label: Add your .zip here ⬇️
description: You can add the zip file and additional information that is relevant to the issue in the comments below.
validations:
required: true

View file

@ -1,4 +1,4 @@
name: Bug Report
name: 🪲 Bug Report
description: Create a report to help us fix issues.
labels: ["Type: Bug", "Status: Triage"]
body:
@ -7,28 +7,29 @@ body:
value: |
**Thank you for using Cura and wanting to report a bug.**
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page.
If it does, comment there. Even if it's closed, we can reopen it based on your comment.
Also, please note the application version in the title of the issue "For example (3.2.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
Also, please note the application version in the title of the issue "For example (5.3.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
- type: input
attributes:
label: Application Version
description: The version of Cura this issue occurs with.
placeholder: 5.0.0
placeholder: 5.3.0
validations:
required: true
- type: input
attributes:
label: Platform
label: Operating System
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
placeholder: Windows 10
placeholder: Windows 11 / MacOS Catalina / MX Linux
validations:
required: true
- type: input
attributes:
label: Printer
description: Which printer was selected in Cura?
placeholder: Ultimaker S5
placeholder: Ultimaker S7
validations:
required: true
- type: textarea
@ -56,9 +57,11 @@ body:
attributes:
value: |
Please be sure to add the following files:
* For slicing issues, upload a **project file** that clearly shows the bug.
To save a project file go to `File -> Save project`. Please make sure to .zip your project file. For big files you may need to use WeTransfer or similar file sharing sites.
* To save a project file go to File -> Save project.
Please make sure to .zip your project file.
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
G-code files are not project files!
Before you share, please think to yourself. Is this a model that can be shared?
* **Screenshots** of showing the problem, perhaps before/after images.
* A **log file** for crashes and similar issues.
You can find your log file here:

View file

@ -1,4 +1,4 @@
name: Feature Request
name: 💡 Feature Request
description: Suggest an idea for this project.
labels: ["Type: New Feature", "Status: Triage"]
body:

37
.github/workflows/stale.yml vendored Normal file
View file

@ -0,0 +1,37 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 9-17/4 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-pr-close: -1
days-before-stale: 365
days-before-close: 14
operations-per-run: 3000
ascending: true
exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:'
stale-issue-label: 'Status: Stale :hourglass:'
labels-to-add-when-unstale: 'Status: Triage'
only-labels: "Type: Bug,Status: Deferred"
stale-issue-message: |
Hi 👋,
We are cleaning our list of issues to improve our focus.
This bug seems to be older than a year, which is at least three major Cura releases ago.
It also received the label Deferred indicating that we did not have time to work on it back then and haven't found time to work on it since.
If this is still a problem for you in the current version of Cura, can you please leave a comment?
We will have a fresh set of eyes to look at it.
If it is not a problem anymore, you don't have to do anything, and this issue will be automatically closed in 14 days.
close-issue-message: |
This issue was closed because it has been inactive for 14 days since being marked as stale.
If you encounter this issue and still experience this to be a problem, you are welcome to make a fresh new issue with an updated description and screenshots.
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write

View file

@ -1,10 +1,3 @@
> # Work with us!
> If you're interested in working with us on Cura and Thingiverse, please apply to one of the open positions below.
> - [Software Engineer C++ & Python](https://www.linkedin.com/jobs/view/3516545085) for [Cura](https://github.com/Ultimaker/Cura)
> - [DevOps Engineer Community Software](https://www.linkedin.com/jobs/view/3516542580) for [Cura](https://github.com/Ultimaker/Cura) and [Thingiverse](https://www.thingiverse.com/)
> - [QA / Test Engineer Cura (3D printing)](https://www.linkedin.com/jobs/view/3516538895) for [Cura](https://github.com/Ultimaker/Cura) and [Thingiverse](https://www.thingiverse.com/)
<br>
<div align = center>

View file

@ -1,4 +1,4 @@
# Copyright (c) 2021 Ultimaker B.V.
# Copyright (c) 2023 Ultimaker B.V.
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
# Modification 06.09.2020
@ -199,7 +199,7 @@ class FilamentChange(Script):
if enable_before_macro:
color_change = color_change + before_macro + "\n"
color_change = color_change + "M600\n"
color_change = color_change + "M600"
if not firmware_config:
if initial_retract is not None and initial_retract > 0.:
@ -213,13 +213,15 @@ class FilamentChange(Script):
if x_pos is not None:
color_change = color_change + (" X%.2f" % x_pos)
if y_pos is not None:
color_change = color_change + (" Y%.2f" % y_pos)
if z_pos is not None and z_pos > 0.:
color_change = color_change + (" Z%.2f" % z_pos)
color_change = color_change + "\n"
if enable_after_macro:
color_change = color_change + after_macro + "\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2023-02-16 20:28+0100\n"
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
@ -3689,17 +3689,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Odstranit tiskárnu"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Tisk přes síť"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Tisk přes síť"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Připojeno přes síť"

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3675,17 +3675,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Drucker entfernen"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Drucken über Netzwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Drücken über Netzwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Über Netzwerk verbunden"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3675,17 +3675,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Eliminar impresoras"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Imprimir a través de la red"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Imprime a través de la red"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Conectado a través de la red"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"
@ -3650,17 +3650,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr ""
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Tulosta verkon kautta"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Tulosta verkon kautta"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Supprimer des imprimantes"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Imprimer sur le réseau"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Imprimer sur le réseau"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Connecté sur le réseau"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2020-03-24 09:36+0100\n"
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
"Language-Team: ATI-SZOFT\n"
@ -3666,17 +3666,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr ""
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Hálózati nyomtatás"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Hálózati nyomtatás"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Csatlakozva hálózaton keresztül"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Rimuovere le stampanti"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Stampa sulla rete"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Stampa sulla rete"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Collegato alla rete"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3666,17 +3666,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "プリンターを取り除く"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "ネットワーク上のプリント"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "ネットワークのプリント"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "ネットワーク上で接続"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3665,17 +3665,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "프린터 제거"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "네트워크를 통해 프린팅"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "네트워크를 통해 프린팅"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "네트워크를 통해 연결됨"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Printers verwijderen"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Printen via netwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Printen via netwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Via het netwerk verbonden"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2021-09-07 08:02+0200\n"
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
@ -3667,17 +3667,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr ""
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Drukuj przez sieć"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Drukuj przez sieć"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Połączone przez sieć"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2023-02-17 17:37+0100\n"
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Remover impressoras"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Imprimir pela rede"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Imprime pela rede"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Conectado pela rede"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3676,17 +3676,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Remover impressoras"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Imprimir através da rede"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Imprimir através da rede"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Ligado através da rede"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3687,17 +3687,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Удалить принтеры"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Печать через сеть"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Печать через сеть"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Подключен по сети"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "Yazıcıları kaldır"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "Ağ üzerinden yazdır"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "Ağ üzerinden yazdır"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "Ağ üzerinden bağlandı"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2022-07-15 11:06+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -3667,17 +3667,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "删除打印机"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "通过网络打印"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "通过网络打印"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "已通过网络连接"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
"PO-Revision-Date: 2022-01-02 19:59+0800\n"
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
@ -3668,17 +3668,17 @@ msgctxt "@action:button"
msgid "Remove printers"
msgstr "移除印表機"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network"
msgstr "網路連線列印"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip"
msgid "Print over network"
msgstr "網路連線列印"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status"
msgid "Connected over the network"
msgstr "透過網路連接"

View file

@ -1,4 +1,4 @@
// Copyright (c) 2022 Ultimaker B.V.
// Copyright (c) 2023 UltiMaker
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15
@ -69,6 +69,8 @@ Item
const initialSection = "Ultimaker B.V.";
base.currentSections.add(initialSection);
updateCurrentItemUponSectionChange(initialSection);
// Trigger update on base.currentSections
base.currentSections = base.currentSections;
}
Row

View file

@ -81,9 +81,9 @@
"text_detail": [255, 255, 255, 172],
"text_link": "accent_1",
"text_inactive": [118, 118, 118, 255],
"text_hover": [255, 255, 255, 204],
"text_scene": [255, 255, 255, 162],
"text_scene_hover": [255, 255, 255, 204],
"text_hover": [255, 255, 255, 255],
"text_scene": [250, 250, 250, 255],
"text_scene_hover": [255, 255, 255, 255],
"printer_type_label_background": [95, 95, 95, 255],