From 9f5a952d110e09fe35799b8325247a721fbe2007 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Fri, 15 Mar 2024 10:28:29 +0100 Subject: [PATCH 1/9] changelog for beta CURA-11738 --- resources/texts/change_log.txt | 69 ++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index de95562b6e..8861ee60ea 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,3 +1,72 @@ +[5.7] +* New features and improvements: +- Introduced a way that you can open models from Thingiverse from your browser +- Introduced Universal Cura Project files. They contain models and settings and can be shared with people who have different printers. +- Introduced settings that define the raft offset for top, middle and bottom raft layers +- Introduced an analyzing tool in the cura engine to better track slicing crashes, and started fixing the biggest reports coming in. +- New Primetower option; Sparse, next to the current Bucket, contributed by @wawanbreton +- Brim only on the inside setting +- Allowing to define print sequence manually, contributed by @alexandr-vladimirov (Github) +- Introduced a setting to apply Monotonic ordering to the Raft Top Surface +- Introduced a Raft Wall Line Count for the Bottom, Middle and Top of the raft +- The play speed of the nozzle in the preview is now closer to the movement of the printhead +- Introduced an option to choose Drop Model to Buildplate every time a project file is loaded +- Introduced DisplayInfoOnLCD Post Processing Script which combines DisplayFilenameAndLayerOnLCD with DisplayProgress, contributed by @GregValiant +- Introduced alternative camera navigation similar to FreeCAD Trackpad, contributed by @quarnster +- Introduced a way to set print sequence manually when printing One at a time, contributed by @alexandr-vladimirov + + +* MethodX specific improvements +- Enabled Print over Cloud for UltiMaker MethodX and Method XL printers +- Introduced ASA, SR30, and Nylon12-CF profiles for MethodX and Method XL Printers +- Improved the predicted printing time so it's closer to the actual printing time on the MethodX and MethodXL +- Improved the idle nozzle temperature for dual extrusion printing on MethodX and MethodXL +- Resolved a crash for the Method printer when navigating to the Monitor tab +- Improved the way that the fanspeeds were listed and controlled for MethodX and MethodXL printers +- Updated Raft settings for UltiMaker MethodX and MethodXL +- Enabled Monotonic Raft Surface to improve adhesion +- Increased the Minimum Retract Distance to improve infill pattern wall overlaps + +* Bug fixes: +- Fixed significantly slower slicing for models with a lot of holes +- Fixed a significant amount of crashes that are caused by self intersecting polygons +- FIxeda bug where Align to Buildplate did not work for grouped meshes, resolves https://github.com/Ultimaker/Cura/issues/14237 +- Fixed a bug where the models in a 3mf file would not load in their saved position, note that this also changes the behavior of the "import models" feature of a 3mf file, for this feature the saved model location will be ignored +- Reduced the amount of floating support in area's near the support overhang angle threshold +- Fixed a bug with the Initial Extruder Number in the start gcode, resolves https://github.com/Ultimaker/Cura/issues/17501 +- Fixed a bug where Z could be negative if Remove Empty Layers was enabled, resolves https://github.com/Ultimaker/Cura/issues/15975 +- Fixed a bug where you are signed out if you leave Cura open for a longer time or let the PC fall asleep. +- Fixed tree support-related crashes if there are no overhangs, contributed by @thomasrahm +- Pressing the Esc key now doesn't exiting full screen mode, contributed by @Sophist-UK, resolves https://github.com/Ultimaker/Cura/issues/7499 +- Improved the OAuth protocol to improve signing in with plug-ins, contributed by @wawanbreton +- Fixed some slicing crashes with tree support, contributed by @ThomasRahm +- Fixed available height when adding modifier mesh in One at a Time printing, contributed by @fieldofView resolves https://github.com/Ultimaker/Cura/issues/16566 +- Improved behavior for loading 3mfs by giving the models original names, contributed by @pietchaki, resolves https://github.com/Ultimaker/Cura/issues/12089 +- Added an error so LimitXYAccelJerk doesn't run unless Accel Control is enabled in Cura, contributed by @Gregvaliant +- Some helpful code cleanup contributed by @dmitrygribenchuk + + +* Printer definitions, profiles and materials: +- Introduced high-speed profiles for the layer heights <0.15mm for Ultimaker PLA, T-PLA, ABS and PETG. +- Updated Initial Layer Speed settings for UltiMaker S3, and UltiMaker S5 +- Updated the Shrinkage Factor for PET CF to improve dimensional accuracy +- Renamed UltiMaker PP Transparent to UltiMaker PP Natural +- Increased part strengths of high speed modes by compensating for slip in high flow rates +- Improved self-support settings for UltiMaker Materials +- Improved adhesion settings for UltiMaker ABS +- Introduced Elegoo Neptune 4 Plus and Max, and updated Elegoo Neptune 4 and Pro, contributed by @mastercaution, @BremerButjer, @gsthnz, @ArthurREGNARD, @NovaScotianNorse, @ToaterUwU, @CharlKlein, @si0ls, @AlbeDarned @fuji97 and @Ev1dentFir3 +- Introduced Anycubic Kobra 2 Printer Definition contributed by @ThatGuyZim +- Introduced Flying Bear Ghost 6, contributed by @Barrnet +- Introduced Creality Ender 3 V2 Neo, contributed by @Hougaard22 +- Introduced Dagoma Sigma Pro 500z, and Dagoma Sigma Pro 500z Dual, contributed by @0r31 +- Introduced RRatRig V-Core 3, 200mm, 300mm, 400mm, 500mm and RatRig V-Minion, contributed by @Nu-hin +- Introduced Flashforge Adventurer 3 (AD3 / AD3C / AD3 Lite / AD3 Pro) & Adventurer AD4, and AD4 Lite , contributed by @jeremie-C +- Updated the dimensions for Ender 3 V3 S, contributed by @mcuprojects +- Updated start Gcode for creality_ender3v3se & Anycubic Kobra Go/Kobra 2, contributed by @zanghao912 +- Updated print and retraction settings for Sovol 3D printers, contributed by @asterchades +- Updated Creality Ender 5 Plus Bed Leveling Command, contributed by @dsnsgithub +- Updated Voron definition to support Voron/Klipper, contributed by @NerdyGriffin + [5.6] * New features and improvements: From d42f894965fba80f1f4fad47b957e09a071509e2 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Fri, 15 Mar 2024 13:58:39 +0100 Subject: [PATCH 2/9] fixed blank lines for consistency CURA-11738 --- resources/texts/change_log.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 8861ee60ea..78bffc4a3b 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,4 +1,5 @@ [5.7] + * New features and improvements: - Introduced a way that you can open models from Thingiverse from your browser - Introduced Universal Cura Project files. They contain models and settings and can be shared with people who have different printers. @@ -15,7 +16,6 @@ - Introduced alternative camera navigation similar to FreeCAD Trackpad, contributed by @quarnster - Introduced a way to set print sequence manually when printing One at a time, contributed by @alexandr-vladimirov - * MethodX specific improvements - Enabled Print over Cloud for UltiMaker MethodX and Method XL printers - Introduced ASA, SR30, and Nylon12-CF profiles for MethodX and Method XL Printers @@ -45,7 +45,6 @@ - Added an error so LimitXYAccelJerk doesn't run unless Accel Control is enabled in Cura, contributed by @Gregvaliant - Some helpful code cleanup contributed by @dmitrygribenchuk - * Printer definitions, profiles and materials: - Introduced high-speed profiles for the layer heights <0.15mm for Ultimaker PLA, T-PLA, ABS and PETG. - Updated Initial Layer Speed settings for UltiMaker S3, and UltiMaker S5 From 826b2e42b229c9007407a2a614f11d79743119c9 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Fri, 15 Mar 2024 14:00:40 +0100 Subject: [PATCH 3/9] removed bug for signed out CURA-11738 --- resources/texts/change_log.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 78bffc4a3b..3e0c1e114e 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -35,7 +35,6 @@ - Reduced the amount of floating support in area's near the support overhang angle threshold - Fixed a bug with the Initial Extruder Number in the start gcode, resolves https://github.com/Ultimaker/Cura/issues/17501 - Fixed a bug where Z could be negative if Remove Empty Layers was enabled, resolves https://github.com/Ultimaker/Cura/issues/15975 -- Fixed a bug where you are signed out if you leave Cura open for a longer time or let the PC fall asleep. - Fixed tree support-related crashes if there are no overhangs, contributed by @thomasrahm - Pressing the Esc key now doesn't exiting full screen mode, contributed by @Sophist-UK, resolves https://github.com/Ultimaker/Cura/issues/7499 - Improved the OAuth protocol to improve signing in with plug-ins, contributed by @wawanbreton From b8e4251e6a2593aaeeb40f7ac536b17d36e86ccf Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Fri, 15 Mar 2024 14:27:26 +0100 Subject: [PATCH 4/9] Removed repeated line CURA-11738 --- resources/texts/change_log.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 3e0c1e114e..c9ffcab430 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -7,14 +7,13 @@ - Introduced an analyzing tool in the cura engine to better track slicing crashes, and started fixing the biggest reports coming in. - New Primetower option; Sparse, next to the current Bucket, contributed by @wawanbreton - Brim only on the inside setting -- Allowing to define print sequence manually, contributed by @alexandr-vladimirov (Github) +- Allowing to define print sequence manually when printing One at a time, contributed by @alexandr-vladimirov (Github) - Introduced a setting to apply Monotonic ordering to the Raft Top Surface - Introduced a Raft Wall Line Count for the Bottom, Middle and Top of the raft - The play speed of the nozzle in the preview is now closer to the movement of the printhead - Introduced an option to choose Drop Model to Buildplate every time a project file is loaded - Introduced DisplayInfoOnLCD Post Processing Script which combines DisplayFilenameAndLayerOnLCD with DisplayProgress, contributed by @GregValiant - Introduced alternative camera navigation similar to FreeCAD Trackpad, contributed by @quarnster -- Introduced a way to set print sequence manually when printing One at a time, contributed by @alexandr-vladimirov * MethodX specific improvements - Enabled Print over Cloud for UltiMaker MethodX and Method XL printers @@ -30,7 +29,7 @@ * Bug fixes: - Fixed significantly slower slicing for models with a lot of holes - Fixed a significant amount of crashes that are caused by self intersecting polygons -- FIxeda bug where Align to Buildplate did not work for grouped meshes, resolves https://github.com/Ultimaker/Cura/issues/14237 +- Fixed a bug where Align to Buildplate did not work for grouped meshes, resolves https://github.com/Ultimaker/Cura/issues/14237 - Fixed a bug where the models in a 3mf file would not load in their saved position, note that this also changes the behavior of the "import models" feature of a 3mf file, for this feature the saved model location will be ignored - Reduced the amount of floating support in area's near the support overhang angle threshold - Fixed a bug with the Initial Extruder Number in the start gcode, resolves https://github.com/Ultimaker/Cura/issues/17501 From 8e0127471dced608e06744d92877ac99d7651619 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 15 Mar 2024 14:34:51 +0100 Subject: [PATCH 5/9] Bumb setting version in fdmextruder and fdmprinter CURA-11526 --- resources/definitions/fdmextruder.def.json | 2 +- resources/definitions/fdmprinter.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json index 006a6eac52..f60cf63360 100644 --- a/resources/definitions/fdmextruder.def.json +++ b/resources/definitions/fdmextruder.def.json @@ -7,7 +7,7 @@ "author": "Ultimaker", "manufacturer": "Unknown", "position": "0", - "setting_version": 22, + "setting_version": 23, "type": "extruder" }, "settings": diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3f8bc0d061..8347263109 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6,7 +6,7 @@ "type": "machine", "author": "Unknown", "manufacturer": "Unknown", - "setting_version": 22, + "setting_version": 23, "file_formats": "text/x-gcode;model/stl;application/x-wavefront-obj;application/x3g", "visible": false, "has_materials": true, From e27432990de0e868c64ed98a4d3084168ac37c0c Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 15 Mar 2024 14:53:57 +0100 Subject: [PATCH 6/9] Prepare for 5.7.0-beta.1 release --- conandata.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conandata.yml b/conandata.yml index 0d0452ebbe..41dbe60574 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,9 +1,9 @@ -version: "5.7.0-beta.0" +version: "5.7.0-beta.1" requirements: - - "uranium/(latest)@ultimaker/stable" - - "curaengine/(latest)@ultimaker/stable" - - "cura_binary_data/(latest)@ultimaker/stable" - - "fdm_materials/(latest)@ultimaker/stable" + - "uranium/5.7.0-beta.1@ultimaker/stable" + - "curaengine/5.7.0-beta.1@ultimaker/stable" + - "cura_binary_data/5.7.0-beta.1@ultimaker/stable" + - "fdm_materials/5.7.0-beta.1@ultimaker/stable" - "curaengine_plugin_gradual_flow/0.1.0-beta.3" - "dulcificum/latest@ultimaker/testing" - "pysavitar/5.3.0" From 0fec7bd3c786ff95701ea7b54e1f8226be8b51e3 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 15 Mar 2024 15:07:28 +0100 Subject: [PATCH 7/9] Properly pin dependancies --- conandata.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conandata.yml b/conandata.yml index 41dbe60574..2cceca52c7 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,9 +1,9 @@ version: "5.7.0-beta.1" requirements: - - "uranium/5.7.0-beta.1@ultimaker/stable" - - "curaengine/5.7.0-beta.1@ultimaker/stable" - - "cura_binary_data/5.7.0-beta.1@ultimaker/stable" - - "fdm_materials/5.7.0-beta.1@ultimaker/stable" + - "uranium/5.7.0-beta.1" + - "curaengine/5.7.0-beta.1" + - "cura_binary_data/5.7.0-beta.1" + - "fdm_materials/5.7.0-beta.1" - "curaengine_plugin_gradual_flow/0.1.0-beta.3" - "dulcificum/latest@ultimaker/testing" - "pysavitar/5.3.0" From 836b54279d50689baa58a96d48621022e4f4b7be Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 15 Mar 2024 16:30:53 +0100 Subject: [PATCH 8/9] Cleared non-translated labels --- .../cs_CZ/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../de_DE/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../es_ES/gradual_flow_settings.def.json.po | 18 ++++++++--------- .../fi_FI/gradual_flow_settings.def.json.po | 18 ++++++++--------- .../fr_FR/gradual_flow_settings.def.json.po | 18 ++++++++--------- .../hu_HU/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../it_IT/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../ja_JP/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../ko_KR/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../nl_NL/gradual_flow_settings.def.json.po | 18 ++++++++--------- .../pl_PL/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../pt_BR/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../pt_PT/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../ru_RU/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../tr_TR/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../zh_CN/gradual_flow_settings.def.json.po | 20 +++++++++---------- .../zh_TW/gradual_flow_settings.def.json.po | 20 +++++++++---------- 17 files changed, 166 insertions(+), 166 deletions(-) diff --git a/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po b/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po +++ b/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/de_DE/gradual_flow_settings.def.json.po b/resources/i18n/de_DE/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/de_DE/gradual_flow_settings.def.json.po +++ b/resources/i18n/de_DE/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/es_ES/gradual_flow_settings.def.json.po b/resources/i18n/es_ES/gradual_flow_settings.def.json.po index 363b0994aa..3078cba7bf 100644 --- a/resources/i18n/es_ES/gradual_flow_settings.def.json.po +++ b/resources/i18n/es_ES/gradual_flow_settings.def.json.po @@ -15,39 +15,39 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" diff --git a/resources/i18n/fi_FI/gradual_flow_settings.def.json.po b/resources/i18n/fi_FI/gradual_flow_settings.def.json.po index 363b0994aa..3078cba7bf 100644 --- a/resources/i18n/fi_FI/gradual_flow_settings.def.json.po +++ b/resources/i18n/fi_FI/gradual_flow_settings.def.json.po @@ -15,39 +15,39 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" diff --git a/resources/i18n/fr_FR/gradual_flow_settings.def.json.po b/resources/i18n/fr_FR/gradual_flow_settings.def.json.po index 363b0994aa..3078cba7bf 100644 --- a/resources/i18n/fr_FR/gradual_flow_settings.def.json.po +++ b/resources/i18n/fr_FR/gradual_flow_settings.def.json.po @@ -15,39 +15,39 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" diff --git a/resources/i18n/hu_HU/gradual_flow_settings.def.json.po b/resources/i18n/hu_HU/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/hu_HU/gradual_flow_settings.def.json.po +++ b/resources/i18n/hu_HU/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/it_IT/gradual_flow_settings.def.json.po b/resources/i18n/it_IT/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/it_IT/gradual_flow_settings.def.json.po +++ b/resources/i18n/it_IT/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/ja_JP/gradual_flow_settings.def.json.po b/resources/i18n/ja_JP/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/ja_JP/gradual_flow_settings.def.json.po +++ b/resources/i18n/ja_JP/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/ko_KR/gradual_flow_settings.def.json.po b/resources/i18n/ko_KR/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/ko_KR/gradual_flow_settings.def.json.po +++ b/resources/i18n/ko_KR/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/nl_NL/gradual_flow_settings.def.json.po b/resources/i18n/nl_NL/gradual_flow_settings.def.json.po index 363b0994aa..3078cba7bf 100644 --- a/resources/i18n/nl_NL/gradual_flow_settings.def.json.po +++ b/resources/i18n/nl_NL/gradual_flow_settings.def.json.po @@ -15,39 +15,39 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" diff --git a/resources/i18n/pl_PL/gradual_flow_settings.def.json.po b/resources/i18n/pl_PL/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/pl_PL/gradual_flow_settings.def.json.po +++ b/resources/i18n/pl_PL/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/pt_BR/gradual_flow_settings.def.json.po b/resources/i18n/pt_BR/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/pt_BR/gradual_flow_settings.def.json.po +++ b/resources/i18n/pt_BR/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/pt_PT/gradual_flow_settings.def.json.po b/resources/i18n/pt_PT/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/pt_PT/gradual_flow_settings.def.json.po +++ b/resources/i18n/pt_PT/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/ru_RU/gradual_flow_settings.def.json.po b/resources/i18n/ru_RU/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/ru_RU/gradual_flow_settings.def.json.po +++ b/resources/i18n/ru_RU/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/tr_TR/gradual_flow_settings.def.json.po b/resources/i18n/tr_TR/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/tr_TR/gradual_flow_settings.def.json.po +++ b/resources/i18n/tr_TR/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/zh_CN/gradual_flow_settings.def.json.po b/resources/i18n/zh_CN/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/zh_CN/gradual_flow_settings.def.json.po +++ b/resources/i18n/zh_CN/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/zh_TW/gradual_flow_settings.def.json.po b/resources/i18n/zh_TW/gradual_flow_settings.def.json.po index 363b0994aa..2529ed73e4 100644 --- a/resources/i18n/zh_TW/gradual_flow_settings.def.json.po +++ b/resources/i18n/zh_TW/gradual_flow_settings.def.json.po @@ -15,40 +15,40 @@ msgstr "" msgctxt "gradual_flow_discretisation_step_size description" msgid "Duration of each step in the gradual flow change" -msgstr "Duration of each step in the gradual flow change" +msgstr "" msgctxt "gradual_flow_enabled description" msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." -msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" msgctxt "reset_flow_duration description" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" -msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" msgctxt "gradual_flow_discretisation_step_size label" msgid "Gradual flow discretisation step size" -msgstr "Gradual flow discretisation step size" +msgstr "" msgctxt "gradual_flow_enabled label" msgid "Gradual flow enabled" -msgstr "Gradual flow enabled" +msgstr "" msgctxt "max_flow_acceleration label" msgid "Gradual flow max acceleration" -msgstr "Gradual flow max acceleration" +msgstr "" msgctxt "layer_0_max_flow_acceleration label" msgid "Initial layer max flow acceleration" -msgstr "Initial layer max flow acceleration" +msgstr "" msgctxt "max_flow_acceleration description" msgid "Maximum acceleration for gradual flow changes" -msgstr "Maximum acceleration for gradual flow changes" +msgstr "" msgctxt "layer_0_max_flow_acceleration description" msgid "Minimum speed for gradual flow changes for the first layer" -msgstr "Minimum speed for gradual flow changes for the first layer" +msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" From acea7bdeece97c6a3eea7fc17480c47cef8a044b Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 15 Mar 2024 17:33:13 +0100 Subject: [PATCH 9/9] Clear more untranslated labels --- resources/i18n/es_ES/gradual_flow_settings.def.json.po | 2 +- resources/i18n/fi_FI/gradual_flow_settings.def.json.po | 2 +- resources/i18n/fr_FR/gradual_flow_settings.def.json.po | 2 +- resources/i18n/nl_NL/gradual_flow_settings.def.json.po | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/i18n/es_ES/gradual_flow_settings.def.json.po b/resources/i18n/es_ES/gradual_flow_settings.def.json.po index 3078cba7bf..2529ed73e4 100644 --- a/resources/i18n/es_ES/gradual_flow_settings.def.json.po +++ b/resources/i18n/es_ES/gradual_flow_settings.def.json.po @@ -51,4 +51,4 @@ msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/fi_FI/gradual_flow_settings.def.json.po b/resources/i18n/fi_FI/gradual_flow_settings.def.json.po index 3078cba7bf..2529ed73e4 100644 --- a/resources/i18n/fi_FI/gradual_flow_settings.def.json.po +++ b/resources/i18n/fi_FI/gradual_flow_settings.def.json.po @@ -51,4 +51,4 @@ msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/fr_FR/gradual_flow_settings.def.json.po b/resources/i18n/fr_FR/gradual_flow_settings.def.json.po index 3078cba7bf..2529ed73e4 100644 --- a/resources/i18n/fr_FR/gradual_flow_settings.def.json.po +++ b/resources/i18n/fr_FR/gradual_flow_settings.def.json.po @@ -51,4 +51,4 @@ msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr "" diff --git a/resources/i18n/nl_NL/gradual_flow_settings.def.json.po b/resources/i18n/nl_NL/gradual_flow_settings.def.json.po index 3078cba7bf..2529ed73e4 100644 --- a/resources/i18n/nl_NL/gradual_flow_settings.def.json.po +++ b/resources/i18n/nl_NL/gradual_flow_settings.def.json.po @@ -51,4 +51,4 @@ msgstr "" msgctxt "reset_flow_duration label" msgid "Reset flow duration" -msgstr "Reset flow duration" +msgstr ""