Merge branch '5.4' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2023-06-12 14:45:23 +02:00
commit a2d9f53854
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4
24 changed files with 419 additions and 412 deletions

View file

@ -107,14 +107,21 @@ class IntentSelectionModel(ListModel):
.findContainersMetadata(type="intent", definition=global_stack.definition.getId(),
intent_category=category)[0]
intent_name = intent_metadata.get("name", category.title())
icon = intent_metadata.get("icon", None)
description = intent_metadata.get("description", None)
if icon is not None:
icon = QUrl.fromLocalFile(
Resources.getPath(cura.CuraApplication.CuraApplication.ResourceTypes.ImageFiles, icon))
try:
icon = QUrl.fromLocalFile(
Resources.getPath(cura.CuraApplication.CuraApplication.ResourceTypes.ImageFiles, icon))
except FileNotFoundError:
Logger.log("e", f"Icon file for intent {intent_name} not found.")
icon = None
result.append({
"name": intent_metadata.get("name", category.title()),
"description": intent_metadata.get("description", None),
"name": intent_name,
"description": description,
"custom_icon": icon,
"icon": None,
"intent_category": category,

View file

@ -17,7 +17,7 @@
},
"overrides":
{
"acceleration_enabled": { "value": "true" },
"acceleration_enabled": { "value": "True" },
"acceleration_infill": { "maximum_value_warning": "2500" },
"acceleration_layer_0": { "maximum_value_warning": "2500" },
"acceleration_prime_tower": { "maximum_value_warning": "2500" },

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"
@ -4879,11 +4879,99 @@ msgctxt "@info:generic"
msgid "{} plugins failed to download"
msgstr ""
msgctxt "description"
msgid "Logs certain events so that they can be used by the crash reporter"
msgid "Provides a monitor stage in Cura."
msgstr ""
msgctxt "name"
msgid "Sentry Logger"
msgid "Monitor Stage"
msgstr ""
msgctxt "description"
msgid "Submits anonymous slice info. Can be disabled through preferences."
msgstr ""
msgctxt "name"
msgid "Slice info"
msgstr ""
msgctxt "description"
msgid "Provides a prepare stage in Cura."
msgstr ""
msgctxt "name"
msgid "Prepare Stage"
msgstr ""
msgctxt "description"
msgid "Provides support for exporting Cura profiles."
msgstr ""
msgctxt "name"
msgid "Cura Profile Writer"
msgstr ""
msgctxt "description"
msgid "Enables ability to generate printable geometry from 2D image files."
msgstr ""
msgctxt "name"
msgid "Image Reader"
msgstr ""
msgctxt "description"
msgid "Provides the preview of sliced layerdata."
msgstr ""
msgctxt "name"
msgid "Simulation View"
msgstr ""
msgctxt "description"
msgid "Provides support for reading 3MF files."
msgstr ""
msgctxt "name"
msgid "3MF Reader"
msgstr ""
msgctxt "description"
msgid "Provides support for importing Cura profiles."
msgstr ""
msgctxt "name"
msgid "Cura Profile Reader"
msgstr ""
msgctxt "description"
msgid "Provides support for reading model files."
msgstr ""
msgctxt "name"
msgid "Trimesh Reader"
msgstr ""
msgctxt "description"
msgid "Provides support for importing profiles from g-code files."
msgstr ""
msgctxt "name"
msgid "G-code Profile Reader"
msgstr ""
msgctxt "description"
msgid "Provides removable drive hotplugging and writing support."
msgstr ""
msgctxt "name"
msgid "Removable Drive Output Device Plugin"
msgstr ""
msgctxt "description"
msgid "Provides capabilities to read and write XML-based material profiles."
msgstr ""
msgctxt "name"
msgid "Material Profiles"
msgstr ""
msgctxt "description"
@ -4903,123 +4991,11 @@ msgid "UltiMaker Network Connection"
msgstr ""
msgctxt "description"
msgid "Reads g-code from a compressed archive."
msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)."
msgstr ""
msgctxt "name"
msgid "Compressed G-code Reader"
msgstr ""
msgctxt "description"
msgid "Provides support for importing profiles from g-code files."
msgstr ""
msgctxt "name"
msgid "G-code Profile Reader"
msgstr ""
msgctxt "description"
msgid "Provides the Per Model Settings."
msgstr ""
msgctxt "name"
msgid "Per Model Settings Tool"
msgstr ""
msgctxt "description"
msgid "Provides the X-Ray view."
msgstr ""
msgctxt "name"
msgid "X-Ray View"
msgstr ""
msgctxt "description"
msgid "Creates an eraser mesh to block the printing of support in certain places"
msgstr ""
msgctxt "name"
msgid "Support Eraser"
msgstr ""
msgctxt "description"
msgid "Provides support for reading 3MF files."
msgstr ""
msgctxt "name"
msgid "3MF Reader"
msgstr ""
msgctxt "description"
msgid "Writes g-code to a file."
msgstr ""
msgctxt "name"
msgid "G-code Writer"
msgstr ""
msgctxt "description"
msgid "Allows loading and displaying G-code files."
msgstr ""
msgctxt "name"
msgid "G-code Reader"
msgstr ""
msgctxt "description"
msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)."
msgstr ""
msgctxt "name"
msgid "Machine Settings Action"
msgstr ""
msgctxt "description"
msgid "Provides support for importing profiles from legacy Cura versions."
msgstr ""
msgctxt "name"
msgid "Legacy Cura Profile Reader"
msgstr ""
msgctxt "description"
msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware."
msgstr ""
msgctxt "name"
msgid "USB printing"
msgstr ""
msgctxt "description"
msgid "Provides the preview of sliced layerdata."
msgstr ""
msgctxt "name"
msgid "Simulation View"
msgstr ""
msgctxt "description"
msgid "Provides a normal solid mesh view."
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr ""
msgctxt "description"
msgid "Provides a prepare stage in Cura."
msgstr ""
msgctxt "name"
msgid "Prepare Stage"
msgstr ""
msgctxt "description"
msgid "Provides support for reading model files."
msgstr ""
msgctxt "name"
msgid "Trimesh Reader"
msgid "UltiMaker machine actions"
msgstr ""
msgctxt "description"
@ -5030,6 +5006,270 @@ msgctxt "name"
msgid "Model Checker"
msgstr ""
msgctxt "description"
msgid "Provides support for importing profiles from legacy Cura versions."
msgstr ""
msgctxt "name"
msgid "Legacy Cura Profile Reader"
msgstr ""
msgctxt "description"
msgid "Logs certain events so that they can be used by the crash reporter"
msgstr ""
msgctxt "name"
msgid "Sentry Logger"
msgstr ""
msgctxt "description"
msgid "Extension that allows for user created scripts for post processing"
msgstr ""
msgctxt "name"
msgid "Post Processing"
msgstr ""
msgctxt "description"
msgid "Reads g-code from a compressed archive."
msgstr ""
msgctxt "name"
msgid "Compressed G-code Reader"
msgstr ""
msgctxt "description"
msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware."
msgstr ""
msgctxt "name"
msgid "USB printing"
msgstr ""
msgctxt "description"
msgid "Provides a normal solid mesh view."
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.2 to Cura 2.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.2 to 2.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.1 to Cura 4.2."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.1 to 4.2"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.7 to Cura 4.8."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.7 to 4.8"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.0 to Cura 3.1."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.0 to 3.1"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.5 to Cura 4.0."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.5 to 4.0"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.5 to Cura 2.6."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.5 to 2.6"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.6.2 to 4.7"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.6 to Cura 2.7."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.6 to 2.7"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.1 to Cura 2.2."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.7 to Cura 3.0."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.7 to 3.0"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.3 to Cura 3.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.3 to 3.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.11 to Cura 4.12."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.11 to 4.12"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.6.0 to 4.6.2"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.4 to Cura 4.5."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.4 to 4.5"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.9 to Cura 4.10."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.9 to 4.10"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.13 to Cura 5.0."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.13 to 5.0"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.3 to Cura 4.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.3 to 4.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.8 to Cura 4.9."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.8 to 4.9"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.0 to Cura 4.1."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.0 to 4.1"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.2 to Cura 3.3."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.2 to 3.3"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.2 to 5.3"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.5 to Cura 4.6."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.5 to 4.6"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.2 to Cura 4.3."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.2 to 4.3"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.4 to Cura 3.5."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.4 to 3.5"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.3 to Cura 5.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.3 to 5.4"
msgstr ""
msgctxt "description"
msgid "Provides the X-Ray view."
msgstr ""
msgctxt "name"
msgid "X-Ray View"
msgstr ""
msgctxt "description"
msgid "Provides support for reading Ultimaker Format Packages."
msgstr ""
msgctxt "name"
msgid "UFP Reader"
msgstr ""
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr ""
@ -5039,51 +5279,43 @@ msgid "3MF Writer"
msgstr ""
msgctxt "description"
msgid "Provides capabilities to read and write XML-based material profiles."
msgid "Writes g-code to a file."
msgstr ""
msgctxt "name"
msgid "Material Profiles"
msgid "G-code Writer"
msgstr ""
msgctxt "description"
msgid "Enables ability to generate printable geometry from 2D image files."
msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library."
msgstr ""
msgctxt "name"
msgid "Image Reader"
msgid "Ultimaker Digital Library"
msgstr ""
msgctxt "description"
msgid "Provides support for reading AMF files."
msgid "Provides the Per Model Settings."
msgstr ""
msgctxt "name"
msgid "AMF Reader"
msgid "Per Model Settings Tool"
msgstr ""
msgctxt "description"
msgid "Provides support for exporting Cura profiles."
msgid "Provides support for writing Ultimaker Format Packages."
msgstr ""
msgctxt "name"
msgid "Cura Profile Writer"
msgid "UFP Writer"
msgstr ""
msgctxt "description"
msgid "Provides a machine actions for updating firmware."
msgid "Allows loading and displaying G-code files."
msgstr ""
msgctxt "name"
msgid "Firmware Updater"
msgstr ""
msgctxt "description"
msgid "Provides a monitor stage in Cura."
msgstr ""
msgctxt "name"
msgid "Monitor Stage"
msgid "G-code Reader"
msgstr ""
msgctxt "description"
@ -5103,227 +5335,11 @@ msgid "Firmware Update Checker"
msgstr ""
msgctxt "description"
msgid "Provides support for writing Ultimaker Format Packages."
msgid "Provides a machine actions for updating firmware."
msgstr ""
msgctxt "name"
msgid "UFP Writer"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.6.0 to 4.6.2"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.13 to Cura 5.0."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.13 to 5.0"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.0 to Cura 4.1."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.0 to 4.1"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.9 to Cura 4.10."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.9 to 4.10"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.3 to Cura 4.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.3 to 4.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.0 to Cura 3.1."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.0 to 3.1"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.2 to 5.3"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.1 to Cura 4.2."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.1 to 4.2"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.2 to Cura 4.3."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.2 to 4.3"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.5 to Cura 4.0."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.5 to 4.0"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.6 to Cura 2.7."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.6 to 2.7"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.6.2 to 4.7"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.5 to Cura 2.6."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.5 to 2.6"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.3 to Cura 5.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.3 to 5.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.8 to Cura 4.9."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.8 to 4.9"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.3 to Cura 3.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.3 to 3.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.2 to Cura 3.3."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.2 to 3.3"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.1 to Cura 2.2."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.2 to Cura 2.4."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.2 to 2.4"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.7 to Cura 4.8."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.7 to 4.8"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.4 to Cura 4.5."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.4 to 4.5"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.11 to Cura 4.12."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.11 to 4.12"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 3.4 to Cura 3.5."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 3.4 to 3.5"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 2.7 to Cura 3.0."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.7 to 3.0"
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 4.5 to Cura 4.6."
msgstr ""
msgctxt "name"
msgid "Version Upgrade 4.5 to 4.6"
msgstr ""
msgctxt "description"
msgid "Provides support for reading X3D files."
msgstr ""
msgctxt "name"
msgid "X3D Reader"
msgstr ""
msgctxt "description"
msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)."
msgstr ""
msgctxt "name"
msgid "UltiMaker machine actions"
msgid "Firmware Updater"
msgstr ""
msgctxt "description"
@ -5334,22 +5350,6 @@ msgctxt "name"
msgid "CuraEngine Backend"
msgstr ""
msgctxt "description"
msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library."
msgstr ""
msgctxt "name"
msgid "Ultimaker Digital Library"
msgstr ""
msgctxt "description"
msgid "Submits anonymous slice info. Can be disabled through preferences."
msgstr ""
msgctxt "name"
msgid "Slice info"
msgstr ""
msgctxt "description"
msgid "Backup and restore your configuration."
msgstr ""
@ -5359,11 +5359,27 @@ msgid "Cura Backups"
msgstr ""
msgctxt "description"
msgid "Provides support for reading Ultimaker Format Packages."
msgid "Provides support for reading X3D files."
msgstr ""
msgctxt "name"
msgid "UFP Reader"
msgid "X3D Reader"
msgstr ""
msgctxt "description"
msgid "Creates an eraser mesh to block the printing of support in certain places"
msgstr ""
msgctxt "name"
msgid "Support Eraser"
msgstr ""
msgctxt "description"
msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)."
msgstr ""
msgctxt "name"
msgid "Machine Settings Action"
msgstr ""
msgctxt "description"
@ -5375,26 +5391,10 @@ msgid "Preview Stage"
msgstr ""
msgctxt "description"
msgid "Provides removable drive hotplugging and writing support."
msgid "Provides support for reading AMF files."
msgstr ""
msgctxt "name"
msgid "Removable Drive Output Device Plugin"
msgstr ""
msgctxt "description"
msgid "Provides support for importing Cura profiles."
msgstr ""
msgctxt "name"
msgid "Cura Profile Reader"
msgstr ""
msgctxt "description"
msgid "Extension that allows for user created scripts for post processing"
msgstr ""
msgctxt "name"
msgid "Post Processing"
msgid "AMF Reader"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+0000\n"
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+0000\n"
"PO-Revision-Date: 2022-07-15 11:06+0200\n"
"Last-Translator: \n"
"Language-Team: \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-06-08 14:43+0000\n"
"POT-Creation-Date: 2023-06-09 07:14+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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 329 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 331 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Before After
Before After

View file

@ -13,7 +13,7 @@ import "."
Item
{
id: base
height: enabled ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height : 0
height: visible ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height : 0
anchors.left: parent.left
anchors.right: parent.right