diff --git a/conanfile.py b/conanfile.py index 628a0e3f3b..f6e1637355 100644 --- a/conanfile.py +++ b/conanfile.py @@ -270,7 +270,7 @@ class CuraConan(ConanFile): def requirements(self): self.requires("pyarcus/5.2.2") - self.requires("curaengine/latest@ultimaker/cura_10415") + self.requires("curaengine/latest@ultimaker/testing") self.requires("pysavitar/5.2.2") self.requires("pynest2d/5.2.2") self.requires("uranium/(latest)@ultimaker/testing") diff --git a/plugins/VersionUpgrade/VersionUpgrade53to54/VersionUpgrade53to54.py b/plugins/VersionUpgrade/VersionUpgrade53to54/VersionUpgrade53to54.py index ddf0cb1dde..88d0fb2ec2 100644 --- a/plugins/VersionUpgrade/VersionUpgrade53to54/VersionUpgrade53to54.py +++ b/plugins/VersionUpgrade/VersionUpgrade53to54/VersionUpgrade53to54.py @@ -35,6 +35,44 @@ _REMOVED_SETTINGS = { "support_tree_collision_resolution", } +_RENAMED_PROFILES = { + "abs_040012": "elegoo_abs_nozzle_0.40_layer_0.10", + "abs_040016": "elegoo_abs_nozzle_0.40_layer_0.15", + "abs_040020": "elegoo_abs_nozzle_0.40_layer_0.20", + "abs_040024": "elegoo_abs_nozzle_0.40_layer_0.20", + "abs_040028": "elegoo_abs_nozzle_0.40_layer_0.30", + + "asa_040012": "elegoo_asa_nozzle_0.40_layer_0.10", + "asa_040016": "elegoo_asa_nozzle_0.40_layer_0.15", + "asa_040020": "elegoo_asa_nozzle_0.40_layer_0.20", + "asa_040024": "elegoo_asa_nozzle_0.40_layer_0.20", + "asa_040028": "elegoo_asa_nozzle_0.40_layer_0.30", + + "petg_040012": "elegoo_petg_nozzle_0.40_layer_0.10", + "petg_040016": "elegoo_petg_nozzle_0.40_layer_0.15", + "petg_040020": "elegoo_petg_nozzle_0.40_layer_0.20", + "petg_040024": "elegoo_petg_nozzle_0.40_layer_0.20", + "petg_040028": "elegoo_petg_nozzle_0.40_layer_0.30", + + "pla_040012": "elegoo_pla_nozzle_0.40_layer_0.10", + "pla_040016": "elegoo_pla_nozzle_0.40_layer_0.15", + "pla_040020": "elegoo_pla_nozzle_0.40_layer_0.20", + "pla_040024": "elegoo_pla_nozzle_0.40_layer_0.20", + "pla_040028": "elegoo_pla_nozzle_0.40_layer_0.30", + + "tpu_040012": "elegoo_tpu_nozzle_0.40_layer_0.10", + "tpu_040016": "elegoo_tpu_nozzle_0.40_layer_0.15", + "tpu_040020": "elegoo_tpu_nozzle_0.40_layer_0.20", + "tpu_040024": "elegoo_tpu_nozzle_0.40_layer_0.20", + "tpu_040028": "elegoo_tpu_nozzle_0.40_layer_0.30", + + "elegoo_global_012_high": "elegoo_layer_0.10", + "elegoo_global_016_normal": "elegoo_layer_0.15", + "elegoo_global_020_fine": "elegoo_layer_0.20", + "elegoo_global_024_medium": "elegoo_layer_0.20", + "elegoo_global_028_draft": "elegoo_layer_0.30", +} + class VersionUpgrade53to54(VersionUpgrade): def upgradePreferences(self, serialized: str, filename: str) -> Tuple[List[str], List[str]]: @@ -114,6 +152,9 @@ class VersionUpgrade53to54(VersionUpgrade): parser["metadata"]["setting_version"] = "22" + for container in parser['containers']: + parser['containers'][container] = _RENAMED_PROFILES.get(parser['containers'][container], parser['containers'][container]) + result = io.StringIO() parser.write(result) return [filename], [result.getvalue()] diff --git a/resources/definitions/elegoo_base.def.json b/resources/definitions/elegoo_base.def.json index 2de07271fe..d41ebfe462 100644 --- a/resources/definitions/elegoo_base.def.json +++ b/resources/definitions/elegoo_base.def.json @@ -31,6 +31,8 @@ "generic_pp" ], "has_machine_quality": true, + "has_materials": true, + "has_variants": true, "machine_extruder_trains": { "0": "elegoo_extruder_0" }, "platform_offset": [ -2.2, @@ -38,7 +40,9 @@ -31 ], "preferred_material": "generic_pla_175", - "preferred_quality_type": "fine" + "preferred_quality_type": "Elegoo_layer_020", + "preferred_variant_name": "0.40mm_Elegoo_Nozzle", + "variants_name": "Nozzle Size" }, "overrides": { @@ -130,6 +134,6 @@ "z_seam_corner": { "default_value": "z_seam_corner_weighted" }, "z_seam_position": { "default_value": "left" }, "z_seam_type": { "default_value": "back" }, - "zig_zaggify_infill": { "value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_sparse_density < 30 " } + "zig_zaggify_infill": { "value": "resolveOrValue('infill_pattern') == 'cross' or resolveOrValue('infill_pattern') == 'cross_3d' or resolveOrValue('infill_sparse_density') < 30 " } } } \ No newline at end of file diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 96b65a9259..612e9aea7d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4564,7 +4564,7 @@ }, "support_tree_angle": { - "label": "Tree Support Maximum Branch Angle", + "label": "Maximum Branch Angle", "description": "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach.", "unit": "\u00b0", "type": "float", @@ -4581,7 +4581,7 @@ }, "support_tree_branch_diameter": { - "label": "Tree Support Branch Diameter", + "label": "Branch Diameter", "description": "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this.", "unit": "mm", "type": "float", @@ -4595,7 +4595,7 @@ }, "support_tree_max_diameter": { - "label": "Tree Support Trunk Diameter", + "label": "Trunk Diameter", "description": "The diameter of the widest branches of tree support. A thicker trunk is more sturdy; a thinner trunk takes up less space on the build plate.", "unit": "mm", "type": "float", @@ -4609,7 +4609,7 @@ }, "support_tree_branch_diameter_angle": { - "label": "Tree Support Branch Diameter Angle", + "label": "Branch Diameter Angle", "description": "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support.", "unit": "\u00b0", "type": "float", @@ -4640,7 +4640,7 @@ }, "support_tree_angle_slow": { - "label": "Tree Support Preferred Branch Angle", + "label": "Preferred Branch Angle", "description": "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster.", "unit": "\u00b0", "type": "float", @@ -4657,7 +4657,7 @@ }, "support_tree_max_diameter_increase_by_merges_when_support_to_model": { - "label": "Tree Support Diameter Increase To Model", + "label": "Diameter Increase To Model", "description": "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model", "unit": "mm", "type": "float", @@ -4670,7 +4670,7 @@ }, "support_tree_min_height_to_model": { - "label": "Tree Support Minimum Height To Model", + "label": "Minimum Height To Model", "description": "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof.", "unit": "mm", "type": "float", @@ -4684,7 +4684,7 @@ }, "support_tree_bp_diameter": { - "label": "Tree Support Initial Layer Diameter", + "label": "Initial Layer Diameter", "description": "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion.", "unit": "mm", "type": "float", @@ -4698,7 +4698,7 @@ }, "support_tree_top_rate": { - "label": "Tree Support Branch Density", + "label": "Branch Density", "description": "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top.", "unit": "%", "type": "float", @@ -4714,7 +4714,7 @@ }, "support_tree_tip_diameter": { - "label": "Tree Support Tip Diameter", + "label": "Tip Diameter", "description": "The diameter of the top of the tip of the branches of tree support.", "unit": "mm", "type": "float", @@ -4729,7 +4729,7 @@ }, "support_tree_limit_branch_reach": { - "label": "Tree Support Limit Branch Reach", + "label": "Limit Branch Reach", "description": "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)", "type": "bool", "default_value": true, @@ -4738,7 +4738,7 @@ }, "support_tree_branch_reach_limit": { - "label": "Tree Support Optimal Branch Range", + "label": "Optimal Branch Range", "description": "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) ", "unit": "mm", "type": "float", @@ -4750,7 +4750,7 @@ }, "support_tree_rest_preference": { - "label": "Tree Support Rest Preference", + "label": "Rest Preference", "description": "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model.", "type": "enum", "options": diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index cfe7c3b0a6..f20c8c2949 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2023-02-16 20:28+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Nelze přečíst odpověď." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "Poskytnutý stav není správný." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Vypršel časový limit při autentizaci se serverem s účty." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Při autorizaci této aplikace zadejte požadovaná oprávnění." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Při pokusu o přihlášení se stalo něco neočekávaného, zkuste to znovu." @@ -6716,22 +6716,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Přidat tiskárnu manuálně" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Výrobce" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Autor profilu" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Název tiskárny" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Pojmenujte prosím svou tiskárnu" diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 15b42e1c21..f0fd2f1095 100644 --- a/resources/i18n/cs_CZ/fdmprinter.def.json.po +++ b/resources/i18n/cs_CZ/fdmprinter.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -361,6 +361,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Spodní tloušťka" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -871,6 +886,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Průměr" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1892,6 +1912,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Průtok první vrstvy spodku" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2182,6 +2207,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Úhel podpory bleskové výplně" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2372,6 +2402,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maximální akcelerace Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2562,6 +2597,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Minimální feedrate" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2907,6 +2947,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Vzdálenost Ooze štítu" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3012,6 +3057,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Polygony v krájených vrstvách, jejichž obvod je menší než toto množství, budou odfiltrovány. Nižší hodnoty vedou k vyššímu rozlišení ok za cenu krájení. Je určen především pro tiskárny SLA s vysokým rozlišením a velmi malé 3D modely se spoustou detailů." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3457,6 +3507,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Nahrazuje nejvzdálenější část horního / spodního vzoru řadou soustředných čar. Použití jedné nebo dvou čar zlepšuje střechy, které začínají na výplňovém materiálu." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5726,6 +5781,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Tím se vytvoří kolem modelu zeď, která zachycuje (horký) vzduch a chrání před vnějším proudem vzduchu. Obzvláště užitečné pro materiály, které se snadno deformují." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5921,71 +5981,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Strom" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Průměr větve podpěry stromu" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Průměr úhlu větve podpěry stromu" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Průměr kmene stromové podpory" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6016,6 +6011,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Trojúhelníky" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -7114,6 +7114,14 @@ msgstr "cestování" #~ msgid "Tree Support Branch Angle" #~ msgstr "Úhel větve stromové podpory" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Průměr větve podpěry stromu" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Průměr úhlu větve podpěry stromu" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Vzdálenost větví stromu" @@ -7122,6 +7130,10 @@ msgstr "cestování" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Stromová podpora - rozlišení kolize" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Průměr kmene stromové podpory" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Zpoždení pohybu dole při tisku DT" diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index 033fdf015a..9321ffa72b 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -426,22 +426,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "" @@ -6019,22 +6019,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "" @@ -6244,224 +6244,14 @@ msgstr "" msgctxt "@label" msgid "No items to select from" msgstr "" -#: plugins/3MFReader/plugin.json +#: plugins/LegacyProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." +msgid "Provides support for importing profiles from legacy Cura versions." msgstr "" -#: plugins/3MFReader/plugin.json +#: plugins/LegacyProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "" - -#: plugins/PostProcessingPlugin/plugin.json -msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "" - -#: plugins/PostProcessingPlugin/plugin.json -msgctxt "name" -msgid "Post Processing" -msgstr "" - -#: plugins/CuraDrive/plugin.json -msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "" - -#: plugins/CuraDrive/plugin.json -msgctxt "name" -msgid "Cura Backups" -msgstr "" - -#: plugins/DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "" - -#: plugins/DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "" - -#: plugins/FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "" - -#: plugins/FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "" - -#: plugins/MachineSettingsAction/plugin.json -msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "" - -#: plugins/MachineSettingsAction/plugin.json -msgctxt "name" -msgid "Machine Settings Action" -msgstr "" - -#: plugins/ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "" - -#: plugins/ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "" - -#: plugins/Marketplace/plugin.json -msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the UltiMaker website." -msgstr "" - -#: plugins/Marketplace/plugin.json -msgctxt "name" -msgid "Marketplace" -msgstr "" - -#: plugins/SimulationView/plugin.json -msgctxt "description" -msgid "Provides the preview of sliced layerdata." -msgstr "" - -#: plugins/SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "" - -#: plugins/XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "" - -#: plugins/XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "" - -#: plugins/FirmwareUpdater/plugin.json -msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "" - -#: plugins/FirmwareUpdater/plugin.json -msgctxt "name" -msgid "Firmware Updater" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade413to50/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade413to50/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.13 to 5.0" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" +msgid "Legacy Cura Profile Reader" msgstr "" #: plugins/VersionUpgrade/VersionUpgrade22to24/plugin.json @@ -6474,94 +6264,34 @@ msgctxt "name" msgid "Version Upgrade 2.2 to 2.4" msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade462to47/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade462to47/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" +msgid "Version Upgrade 4.11 to 4.12" msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" +msgid "Version Upgrade 4.1 to 4.2" msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 5.2 to Cura 5.3." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json -msgctxt "name" -msgid "Version Upgrade 5.2 to 5.3" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "" - -#: plugins/VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" +msgid "Version Upgrade 3.5 to 4.0" msgstr "" #: plugins/VersionUpgrade/VersionUpgrade27to30/plugin.json @@ -6574,14 +6304,44 @@ msgctxt "name" msgid "Version Upgrade 2.7 to 3.0" msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." msgstr "" -#: plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" msgstr "" #: plugins/VersionUpgrade/VersionUpgrade53to54/plugin.json @@ -6594,6 +6354,116 @@ msgctxt "name" msgid "Version Upgrade 5.3 to 5.4" msgstr "" +#: plugins/VersionUpgrade/VersionUpgrade32to33/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade32to33/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade34to35/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade34to35/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "" + +#: plugins/VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "" + #: plugins/VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." @@ -6604,104 +6474,94 @@ msgctxt "name" msgid "Version Upgrade 3.3 to 3.4" msgstr "" -#: plugins/X3DReader/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." +msgid "Upgrades configurations from Cura 5.2 to Cura 5.3." msgstr "" -#: plugins/X3DReader/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json msgctxt "name" -msgid "X3D Reader" +msgid "Version Upgrade 5.2 to 5.3" msgstr "" -#: plugins/RemovableDriveOutputDevice/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." msgstr "" -#: plugins/RemovableDriveOutputDevice/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" +msgid "Version Upgrade 4.6.0 to 4.6.2" msgstr "" -#: plugins/MonitorStage/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "description" -msgid "Provides a monitor stage in Cura." +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." msgstr "" -#: plugins/MonitorStage/plugin.json +#: plugins/VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "name" -msgid "Monitor Stage" +msgid "Version Upgrade 4.9 to 4.10" msgstr "" -#: plugins/SupportEraser/plugin.json +#: plugins/CuraProfileWriter/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "Provides support for exporting Cura profiles." msgstr "" -#: plugins/SupportEraser/plugin.json +#: plugins/CuraProfileWriter/plugin.json msgctxt "name" -msgid "Support Eraser" +msgid "Cura Profile Writer" msgstr "" -#: plugins/PreviewStage/plugin.json +#: plugins/FirmwareUpdateChecker/plugin.json msgctxt "description" -msgid "Provides a preview stage in Cura." +msgid "Checks for firmware updates." msgstr "" -#: plugins/PreviewStage/plugin.json +#: plugins/FirmwareUpdateChecker/plugin.json msgctxt "name" -msgid "Preview Stage" +msgid "Firmware Update Checker" msgstr "" -#: plugins/GCodeReader/plugin.json +#: plugins/PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Allows loading and displaying G-code files." +msgid "Extension that allows for user created scripts for post processing" msgstr "" -#: plugins/GCodeReader/plugin.json +#: plugins/PostProcessingPlugin/plugin.json msgctxt "name" -msgid "G-code Reader" +msgid "Post Processing" msgstr "" -#: plugins/3MFWriter/plugin.json +#: plugins/USBPrinting/plugin.json msgctxt "description" -msgid "Provides support for writing 3MF files." +msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "" -#: plugins/3MFWriter/plugin.json +#: plugins/USBPrinting/plugin.json msgctxt "name" -msgid "3MF Writer" +msgid "USB printing" msgstr "" -#: plugins/GCodeGzReader/plugin.json +#: plugins/CuraDrive/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." +msgid "Backup and restore your configuration." msgstr "" -#: plugins/GCodeGzReader/plugin.json +#: plugins/CuraDrive/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" +msgid "Cura Backups" msgstr "" -#: plugins/UM3NetworkPrinting/plugin.json +#: plugins/GCodeGzWriter/plugin.json msgctxt "description" -msgid "Manages network connections to UltiMaker networked printers." +msgid "Writes g-code to a compressed archive." msgstr "" -#: plugins/UM3NetworkPrinting/plugin.json +#: plugins/GCodeGzWriter/plugin.json msgctxt "name" -msgid "UltiMaker Network Connection" -msgstr "" - -#: plugins/GCodeProfileReader/plugin.json -msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "" - -#: plugins/GCodeProfileReader/plugin.json -msgctxt "name" -msgid "G-code Profile Reader" +msgid "Compressed G-code Writer" msgstr "" #: plugins/GCodeWriter/plugin.json @@ -6714,34 +6574,84 @@ msgctxt "name" msgid "G-code Writer" msgstr "" -#: plugins/UFPReader/plugin.json +#: plugins/3MFWriter/plugin.json msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." +msgid "Provides support for writing 3MF files." msgstr "" -#: plugins/UFPReader/plugin.json +#: plugins/3MFWriter/plugin.json msgctxt "name" -msgid "UFP Reader" +msgid "3MF Writer" msgstr "" -#: plugins/SliceInfoPlugin/plugin.json +#: plugins/ModelChecker/plugin.json msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." +msgid "Checks models and print configuration for possible printing issues and give suggestions." msgstr "" -#: plugins/SliceInfoPlugin/plugin.json +#: plugins/ModelChecker/plugin.json msgctxt "name" -msgid "Slice info" +msgid "Model Checker" msgstr "" -#: plugins/CuraProfileReader/plugin.json +#: plugins/GCodeReader/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." +msgid "Allows loading and displaying G-code files." msgstr "" -#: plugins/CuraProfileReader/plugin.json +#: plugins/GCodeReader/plugin.json msgctxt "name" -msgid "Cura Profile Reader" +msgid "G-code Reader" +msgstr "" + +#: plugins/GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "" + +#: plugins/GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "" + +#: plugins/DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "" + +#: plugins/DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "" + +#: plugins/SupportEraser/plugin.json +msgctxt "description" +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "" + +#: plugins/SupportEraser/plugin.json +msgctxt "name" +msgid "Support Eraser" +msgstr "" + +#: plugins/RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "" + +#: plugins/RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "" + +#: plugins/SolidView/plugin.json +msgctxt "description" +msgid "Provides a normal solid mesh view." +msgstr "" + +#: plugins/SolidView/plugin.json +msgctxt "name" +msgid "Solid View" msgstr "" #: plugins/SentryLogger/plugin.json @@ -6754,14 +6664,144 @@ msgctxt "name" msgid "Sentry Logger" msgstr "" -#: plugins/GCodeGzWriter/plugin.json +#: plugins/PerObjectSettingsTool/plugin.json msgctxt "description" -msgid "Writes g-code to a compressed archive." +msgid "Provides the Per Model Settings." msgstr "" -#: plugins/GCodeGzWriter/plugin.json +#: plugins/PerObjectSettingsTool/plugin.json msgctxt "name" -msgid "Compressed G-code Writer" +msgid "Per Model Settings Tool" +msgstr "" + +#: plugins/3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "" + +#: plugins/3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "" + +#: plugins/AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "" + +#: plugins/AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "" + +#: plugins/X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "" + +#: plugins/X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "" + +#: plugins/SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: plugins/SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "" + +#: plugins/TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "" + +#: plugins/TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "" + +#: plugins/CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "" + +#: plugins/CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "" + +#: plugins/ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "" + +#: plugins/ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "" + +#: plugins/GCodeProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from g-code files." +msgstr "" + +#: plugins/GCodeProfileReader/plugin.json +msgctxt "name" +msgid "G-code Profile Reader" +msgstr "" + +#: plugins/XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "" + +#: plugins/XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "" + +#: plugins/MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "" + +#: plugins/MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "" + +#: plugins/CuraProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing Cura profiles." +msgstr "" + +#: plugins/CuraProfileReader/plugin.json +msgctxt "name" +msgid "Cura Profile Reader" +msgstr "" + +#: plugins/UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to UltiMaker networked printers." +msgstr "" + +#: plugins/UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "UltiMaker Network Connection" +msgstr "" + +#: plugins/PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "" + +#: plugins/PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" msgstr "" #: plugins/UFPWriter/plugin.json @@ -6784,104 +6824,14 @@ msgctxt "name" msgid "UltiMaker machine actions" msgstr "" -#: plugins/AMFReader/plugin.json +#: plugins/UFPReader/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." +msgid "Provides support for reading Ultimaker Format Packages." msgstr "" -#: plugins/AMFReader/plugin.json +#: plugins/UFPReader/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "" - -#: plugins/USBPrinting/plugin.json -msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." -msgstr "" - -#: plugins/USBPrinting/plugin.json -msgctxt "name" -msgid "USB printing" -msgstr "" - -#: plugins/PerObjectSettingsTool/plugin.json -msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "" - -#: plugins/PerObjectSettingsTool/plugin.json -msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "" - -#: plugins/ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "" - -#: plugins/ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "" - -#: plugins/CuraEngineBackend/plugin.json -msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "" - -#: plugins/CuraEngineBackend/plugin.json -msgctxt "name" -msgid "CuraEngine Backend" -msgstr "" - -#: plugins/CuraProfileWriter/plugin.json -msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "" - -#: plugins/CuraProfileWriter/plugin.json -msgctxt "name" -msgid "Cura Profile Writer" -msgstr "" - -#: plugins/LegacyProfileReader/plugin.json -msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "" - -#: plugins/LegacyProfileReader/plugin.json -msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "" - -#: plugins/SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "" - -#: plugins/SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "" - -#: plugins/TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "" - -#: plugins/TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "" - -#: plugins/PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "" - -#: plugins/PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" +msgid "UFP Reader" msgstr "" #: plugins/XRayView/plugin.json @@ -6894,3 +6844,53 @@ msgctxt "name" msgid "X-Ray View" msgstr "" +#: plugins/MachineSettingsAction/plugin.json +msgctxt "description" +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "" + +#: plugins/MachineSettingsAction/plugin.json +msgctxt "name" +msgid "Machine Settings Action" +msgstr "" + +#: plugins/PreviewStage/plugin.json +msgctxt "description" +msgid "Provides a preview stage in Cura." +msgstr "" + +#: plugins/PreviewStage/plugin.json +msgctxt "name" +msgid "Preview Stage" +msgstr "" + +#: plugins/SliceInfoPlugin/plugin.json +msgctxt "description" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "" + +#: plugins/SliceInfoPlugin/plugin.json +msgctxt "name" +msgid "Slice info" +msgstr "" + +#: plugins/Marketplace/plugin.json +msgctxt "description" +msgid "Manages extensions to the application and allows browsing extensions from the UltiMaker website." +msgstr "" + +#: plugins/Marketplace/plugin.json +msgctxt "name" +msgid "Marketplace" +msgstr "" + +#: plugins/FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "" + +#: plugins/FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "" + diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index 12fb0452e2..32d5befcda 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Antwort konnte nicht gelesen werden." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "Angegebener Status ist falsch." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Zeitüberschreitung bei der Authentifizierung mit dem Kontoserver." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Bei dem Versuch, sich anzumelden, trat ein unerwarteter Fehler auf. Bitte erneut versuchen." @@ -6695,22 +6695,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Drucker manuell hinzufügen" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Hersteller" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Autor des Profils" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Druckername" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Bitte weisen Sie Ihrem Drucker einen Namen zu" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index 2c610506b9..485ccb7afe 100644 --- a/resources/i18n/de_DE/fdmprinter.def.json.po +++ b/resources/i18n/de_DE/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Untere Dicke" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Durchmesser" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Unterer Fluss der ersten Schicht" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Stützwinkel der Blitz-Füllung" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maximale Beschleunigung Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Mindest-Vorschub" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Abstand für Sickerschutz" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Polygone in geschnittenen Schichten, die einen Umfang unter diesem Wert haben, werden ausgefiltert. Niedrigere Werte führen zu einem Mesh mit höherer Auflösung zulasten der Slicing-Zeit. Dies gilt in erster Linie für SLA-Drucker mit höherer Auflösung und sehr kleine 3D-Modelle mit zahlreichen Details." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert Dächer, die auf Füllmaterial beginnen." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Es wird rund um das Modell eine Wand erstellt, die (heiße) Luft festhält und vor externen Luftströmen schützt. Dies ist besonders nützlich bei Materialien, die sich leicht verbiegen." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Tree" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Astdurchmesser der Baumstützstruktur" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Winkel Astdurchmesser der Baumstützstruktur" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Stammdurchmesser der Baumstützstruktur" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Dreiecke" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "Bewegungen" #~ msgid "Tree Support Branch Angle" #~ msgstr "Astwinkel der Baumstützstruktur" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Astdurchmesser der Baumstützstruktur" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Winkel Astdurchmesser der Baumstützstruktur" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Astabstand der Baumstützstruktur" @@ -6799,6 +6807,10 @@ msgstr "Bewegungen" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Kollisionsauflösung der Baumstützstruktur" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Stammdurchmesser der Baumstützstruktur" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Abwärtsverzögerung beim Drucken mit Drahtstruktur" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index 97d3071241..991ce49f1e 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -429,22 +429,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "No se ha podido leer la respuesta." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "El estado indicado no es correcto." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Se agotó el tiempo de autenticación con el servidor de la cuenta." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Conceda los permisos necesarios al autorizar esta aplicación." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Se ha producido un problema al intentar iniciar sesión, vuelva a intentarlo." @@ -6695,22 +6695,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Añadir impresora manualmente" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Fabricante" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Autor del perfil" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nombre de la impresora" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Asigne un nombre a su impresora" diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index aa07d319ac..3a35f1cb74 100644 --- a/resources/i18n/es_ES/fdmprinter.def.json.po +++ b/resources/i18n/es_ES/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Grosor inferior" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diámetro" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Flujo inferior de la capa inicial" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Ángulo de sujeción de relleno de iluminación" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Aceleración máxima de Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Velocidad de alimentación mínima" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Distancia de la placa de rezumado" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Se filtran los polígonos en capas segmentadas que tienen una circunferencia más pequeña que esta. Los valores más pequeños suponen una resolución de malla mayor a costa de un tiempo de segmentación. Está indicado, sobre todo, para impresoras SLA y modelos 3D muy pequeños con muchos detalles." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos que comienzan en el material de relleno." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Esto creará una pared alrededor del modelo que atrapa el aire (caliente) y lo protege contra flujos de aire exterior. Es especialmente útil para materiales que se deforman fácilmente." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Árbol" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Diámetro de las ramas del soporte en árbol" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Ángulo de diámetro de las ramas del soporte en árbol" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Diámetro del tronco del soporte en árbol" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Triángulos" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "desplazamiento" #~ msgid "Tree Support Branch Angle" #~ msgstr "Ángulo de las ramas del soporte en árbol" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Diámetro de las ramas del soporte en árbol" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Ángulo de diámetro de las ramas del soporte en árbol" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Distancia de las ramas del soporte en árbol" @@ -6799,6 +6807,10 @@ msgstr "desplazamiento" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Resolución de colisión del soporte en árbol" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Diámetro del tronco del soporte en árbol" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Retardo inferior en IA" diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot index 1612b4b0cd..957a1ecbb9 100644 --- a/resources/i18n/fdmprinter.def.json.pot +++ b/resources/i18n/fdmprinter.def.json.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -3768,7 +3768,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" +msgid "Maximum Branch Angle" msgstr "" #: fdmprinter.def.json @@ -3778,7 +3778,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" +msgid "Branch Diameter" msgstr "" #: fdmprinter.def.json @@ -3788,7 +3788,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" +msgid "Trunk Diameter" msgstr "" #: fdmprinter.def.json @@ -3798,7 +3798,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" +msgid "Branch Diameter Angle" msgstr "" #: fdmprinter.def.json @@ -3828,7 +3828,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" +msgid "Preferred Branch Angle" msgstr "" #: fdmprinter.def.json @@ -3838,7 +3838,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" +msgid "Diameter Increase To Model" msgstr "" #: fdmprinter.def.json @@ -3848,7 +3848,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" +msgid "Minimum Height To Model" msgstr "" #: fdmprinter.def.json @@ -3858,7 +3858,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" +msgid "Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -3868,7 +3868,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" +msgid "Branch Density" msgstr "" #: fdmprinter.def.json @@ -3878,7 +3878,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" +msgid "Tip Diameter" msgstr "" #: fdmprinter.def.json @@ -3888,7 +3888,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" +msgid "Limit Branch Reach" msgstr "" #: fdmprinter.def.json @@ -3898,7 +3898,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" +msgid "Optimal Branch Range" msgstr "" #: fdmprinter.def.json @@ -3908,7 +3908,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" +msgid "Rest Preference" msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/fi_FI/cura.po b/resources/i18n/fi_FI/cura.po index d3ee9c1988..f2b4e4cbcb 100644 --- a/resources/i18n/fi_FI/cura.po +++ b/resources/i18n/fi_FI/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2022-07-15 10:53+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -422,22 +422,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "" @@ -6657,22 +6657,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "" diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index 18ae81aefe..bcbd063c11 100644 --- a/resources/i18n/fi_FI/fdmprinter.def.json.po +++ b/resources/i18n/fi_FI/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -358,6 +358,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Alaosan paksuus" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -868,6 +883,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Läpimitta" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1887,6 +1907,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2177,6 +2202,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2367,6 +2397,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maksimikiihtyvyys Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2557,6 +2592,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Minimisyöttönopeus" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2902,6 +2942,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Tihkusuojuksen etäisyys" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3007,6 +3052,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3452,6 +3502,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Korvaa ylä-/alakuvion uloimman osan samankeskisillä linjoilla. Yhden tai kahden linjan käyttäminen parantaa kattoja, jotka alkavat täyttömateriaalin keskeltä." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5725,6 +5780,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Tämä luo mallin ympärille seinämän, joka pidättää (kuumaa) ilmaa ja suojaa ulkoiselta ilmavirtaukselta. Erityisen käyttökelpoinen materiaaleilla, jotka vääntyvät helposti." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5920,71 +5980,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6015,6 +6010,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Kolmiot" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index cbde49e87c..ea1d51cd5a 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Impossible de lire la réponse." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "L'état fourni n'est pas correct." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Délai d'expiration lors de l'authentification avec le serveur de compte." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Une erreur s'est produite lors de la connexion, veuillez réessayer." @@ -6695,22 +6695,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Ajouter l'imprimante manuellement" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Fabricant" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Auteur du profil" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nom de l'imprimante" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Veuillez nommer votre imprimante" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index f184c53af8..46ff5b5595 100644 --- a/resources/i18n/fr_FR/fdmprinter.def.json.po +++ b/resources/i18n/fr_FR/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Épaisseur du dessous" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diamètre" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Débit inférieur de la couche initiale" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Angle de support du remplissage éclair" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Accélération maximale Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Taux d'alimentation minimal" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Distance du bouclier de suintage" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Les polygones en couches tranchées dont la circonférence est inférieure à cette valeur seront filtrés. Des valeurs élevées permettent d'obtenir un maillage de meilleure résolution mais augmentent le temps de découpe. Cette option est principalement destinée aux imprimantes SLA haute résolution et aux modèles 3D de très petite taille avec beaucoup de détails." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore les plafonds qui commencent sur du matériau de remplissage." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Cela créera une paroi autour du modèle qui retient l'air (chaud) et protège contre les courants d'air. Particulièrement utile pour les matériaux qui se soulèvent facilement." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Arborescence" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Diamètre des branches de support arborescent" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Angle de diamètre des branches de support arborescent" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Diamètre du tronc du support arborescent" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Triangles" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "déplacement" #~ msgid "Tree Support Branch Angle" #~ msgstr "Angle des branches de support arborescent" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Diamètre des branches de support arborescent" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Angle de diamètre des branches de support arborescent" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Distance des branches de support arborescent" @@ -6799,6 +6807,10 @@ msgstr "déplacement" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Résolution de collision du support arborescent" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Diamètre du tronc du support arborescent" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Attente pour le bas de l'impression filaire" diff --git a/resources/i18n/hu_HU/cura.po b/resources/i18n/hu_HU/cura.po index 1585bee5fb..9ea5ca5aea 100644 --- a/resources/i18n/hu_HU/cura.po +++ b/resources/i18n/hu_HU/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2020-03-24 09:36+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: ATI-SZOFT\n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Nincs olvasható válasz." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Kérjük, adja meg a szükséges jogosultságokat az alkalmazás engedélyezéséhez." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Valami váratlan esemény történt a bejelentkezéskor, próbálkozzon újra." @@ -6671,22 +6671,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nyomtató név" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "" diff --git a/resources/i18n/hu_HU/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 5eac2562ef..231554a57a 100644 --- a/resources/i18n/hu_HU/fdmprinter.def.json.po +++ b/resources/i18n/hu_HU/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -361,6 +361,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Alsó vastagság" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -871,6 +886,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Átmérő" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1894,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2184,6 +2209,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2374,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maximális Z gyorsulás" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2564,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Minimális sebesség" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2909,6 +2949,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Szivárgáspajzs távolság" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3014,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "A szeletelt rétegekben lévő sokszögeket, amelyek kerülete kisebb, mint ez az összeg, kiszűrjük. Az alacsonyabb értékek magasabb felbontású hálóhoz vezetnek a szeletelési idő költségén. Elsősorban nagy felbontású SLA nyomtatókhoz és nagyon apró, sok részlettel rendelkező 3D modellekhez készült." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3459,6 +3509,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Lecseréli az alsó/felső felületi minta legkülsőbb falait koncentrikus vonalra.Egy vagy két vonal használata javítja a felső záró felületeket, ott, ahol még a kitöltés látható." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5737,6 +5792,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "A beállítással létrehozhatunk egy falat a modell körül, ami segít abban, hogy a külső levegő, vagy légáramlat érje a nyomtatott testet.Ez különösen azoknál az alapanyagoknál lehet segítség, amelyek hajlamosak a felválásra, repedésre, mint pl. az ABS, ASA." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5932,71 +5992,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Támaszágak átmérője" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Támaszágak átmérő szög" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6027,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Háromszögek" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -7127,6 +7127,14 @@ msgstr "fej átpozícionálás" #~ msgid "Tree Support Branch Angle" #~ msgstr "Támaszágak szöge" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Támaszágak átmérője" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Támaszágak átmérő szög" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Támaszágak távolsága" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 9ec567bace..ea4fc72cff 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Impossibile leggere la risposta." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "Lo stato fornito non è corretto." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Timeout durante l'autenticazione con il server account." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Si è verificato qualcosa di inatteso durante il tentativo di accesso, riprovare." @@ -6698,22 +6698,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Aggiungere la stampante manualmente" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Produttore" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Autore profilo" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nome stampante" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Dare un nome alla stampante" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index 6dc67acccf..6108cf019c 100644 --- a/resources/i18n/it_IT/fdmprinter.def.json.po +++ b/resources/i18n/it_IT/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Spessore degli strati inferiori" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diametro" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Flusso inferiore dello strato iniziale" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Angolo di supporto riempimento fulmine" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Accelerazione massima Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Velocità di alimentazione minima" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Distanza del riparo materiale fuoriuscito" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "I poligoni in strati sezionati con una circonferenza inferiore a questo valore verranno scartati. I valori inferiori generano una maglia con risoluzione superiore al costo del tempo di sezionamento. È dedicata in particolare alle stampanti SLA ad alta risoluzione e a modelli 3D molto piccoli, ricchi di dettagli." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. L’utilizzo di una o due linee migliora le parti superiori (tetti) che iniziano sul materiale di riempimento." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "In tal modo si creerà una protezione attorno al modello che intrappola l'aria (calda) e lo protegge da flussi d’aria esterna. Particolarmente utile per i materiali soggetti a deformazione." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Albero" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Diametro ramo supporto ad albero" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Angolo diametro ramo supporto ad albero" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Diametro del tronco di supporto dell'albero" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Triangoli" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "spostamenti" #~ msgid "Tree Support Branch Angle" #~ msgstr "Angolo ramo supporto ad albero" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Diametro ramo supporto ad albero" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Angolo diametro ramo supporto ad albero" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Distanza ramo supporto ad albero" @@ -6799,6 +6807,10 @@ msgstr "spostamenti" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Risoluzione collisione supporto ad albero" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Diametro del tronco di supporto dell'albero" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Ritardo dopo spostamento verso il basso WP" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index 94141d8a6a..3a896394a5 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "応答を読み取れません。" -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "指定された状態が正しくありません。" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "アカウントサーバーでの認証中にタイムアウトしました。" -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "このアプリケーションの許可において必要な権限を与えてください。" -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "ログイン時に予期しないエラーが発生しました。やり直してください。" @@ -6677,22 +6677,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "プリンタを手動で追加する" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "製造元" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "プロファイル作成者" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "プリンター名" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "プリンターに名前を付けてください" diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index fb337e5ab9..b35499f296 100644 --- a/resources/i18n/ja_JP/fdmprinter.def.json.po +++ b/resources/i18n/ja_JP/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "底面厚さ" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直径" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "初期レイヤーの底面フロー" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "ライトニングインフィルサポート角度" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "最大加速度Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "最小送り速度" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Ooze Shield距離" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "この量よりも小さい円周を持つスライスレイヤーのポリゴンは、除外されます。値を小さくすると、スライス時間のコストで、メッシュの解像度が高くなります。つまり、ほとんどが高解像 SLA プリンター、極小多機能 3D モデルです。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3456,6 +3506,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "上部/下部パターンの最も外側の部分を同心円の線で置き換えます。 1つまたは2つの線を使用すると、トップ部分の造形が改善されます。" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5727,6 +5782,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "これにより、モデルの周囲に壁ができ、熱を閉じ込め、外気の流れを遮蔽します。特に反りやすい材料に有効です。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5922,71 +5982,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "ツリー" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "ツリーサポート枝直径" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "ツリーサポート枝直径角度" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "ツリーをサポートする本体の直径" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6017,6 +6012,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "トライアングル" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6793,6 +6793,14 @@ msgstr "移動" #~ msgid "Tree Support Branch Angle" #~ msgstr "ツリーサポート枝角度" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "ツリーサポート枝直径" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "ツリーサポート枝直径角度" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "ツリーサポート枝間隔" @@ -6801,6 +6809,10 @@ msgstr "移動" #~ msgid "Tree Support Collision Resolution" #~ msgstr "ツリーサポート衝突精細度" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "ツリーをサポートする本体の直径" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP底面遅延" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index e1bf5fe3d9..f7a5f47e0a 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "응답을 읽을 수 없습니다." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "입력한 상태가 올바르지 않습니다." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "계정 서버 인증 시간이 초과되었습니다." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "로그인을 시도할 때 예기치 못한 문제가 발생했습니다. 다시 시도하십시오." @@ -6680,22 +6680,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "수동으로 프린터 추가" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "제조업체" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "프로파일 원작자" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "프린터 이름" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "프린터의 이름을 설정하십시오" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index 83af69f7ff..38f4eb3b1a 100644 --- a/resources/i18n/ko_KR/fdmprinter.def.json.po +++ b/resources/i18n/ko_KR/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "바닥 두께" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "직경" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "첫 번째 레이어 하단 압출량" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "라이트닝 내부채움 서포트 각도" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Z 방향 최대 가속도" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "최소 이송 속도" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Ooze 쉴드 거리" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "레이어가 슬라이스 된, 이 값보다 둘레가 작은 다각형은 필터링됩니다. 값을 낮을수록 슬라이스가 느려지지만, 해상도 메쉬가 높아집니다. 주로 고해상도 SLA 프린터 및 세부 사항이 많은 매우 작은 3D 모델에 적합합니다." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "위쪽/아래쪽 패턴의 가장 바깥 쪽 부분을 여러 동심 선으로 바꿉니다. 하나 또는 두 개의 선을 사용하면 내부채움 재료로 시작하는 지붕면이 향상됩니다." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "모델 주위에 벽이 생겨 외부 공기 흐름을 막아 (뜨거운) 공기를 막을 수 있습니다. 왜곡이 쉬운 소재에 특히 유용합니다." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "트리" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "트리 서포트 브랜치 직경" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "트리 서포트 브랜치 직경 각도" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "트리 서포트 트렁크 직경" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "삼각형" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6789,6 +6789,14 @@ msgstr "이동" #~ msgid "Tree Support Branch Angle" #~ msgstr "트리 서포트 브랜치 각도" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "트리 서포트 브랜치 직경" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "트리 서포트 브랜치 직경 각도" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "트리 서포트 브랜치 거리" @@ -6797,6 +6805,10 @@ msgstr "이동" #~ msgid "Tree Support Collision Resolution" #~ msgstr "트리 서포트 충돌 정밀도" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "트리 서포트 트렁크 직경" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP 최저 지연" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index d7e87b18fc..6c903dd42c 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Kan het antwoord niet lezen." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "De opgegeven status is niet juist." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Time-out tijdens verificatie bij de accountserver." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Er heeft een onverwachte gebeurtenis plaatsgevonden bij het aanmelden. Probeer het opnieuw." @@ -6698,22 +6698,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Printer handmatig toevoegen" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Fabrikant" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Profieleigenaar" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Printernaam" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Geef uw printer een naam" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index f3161f08e9..bad2fa3c5f 100644 --- a/resources/i18n/nl_NL/fdmprinter.def.json.po +++ b/resources/i18n/nl_NL/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Bodemdikte" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diameter" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Initiële laag onderste lijn" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Hoek supportstructuur bliksemvulling" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maximale Acceleratie Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Minimale Doorvoersnelheid" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Afstand Uitloopscherm" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Polygonen in geslicete lagen, die een kleinere omtrek hebben dan deze waarde, worden eruit gefilterd. Bij lagere waarden krijgt het raster een hogere resolutie, waardoor het slicen langer duurt. Dit is voornamelijk bedoeld voor SLA-printers met een hoge resolutie en zeer kleine 3D-modellen die veel details bevatten." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die op vulmateriaal beginnen." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Maak een wand rond het model. Deze vangt (warme) lucht en biedt bescherming tegen externe luchtbewegingen. De optie is met name geschikt voor materialen die snel kromtrekken." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Boom" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Takdiameter van boomsupportstructuur" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Hoek van takdiameter van boomsupportstructuur" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Takdiameter van boomsupportstructuur" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Driehoeken" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "beweging" #~ msgid "Tree Support Branch Angle" #~ msgstr "Hoek van takken van boomsupportstructuur" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Takdiameter van boomsupportstructuur" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Hoek van takdiameter van boomsupportstructuur" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Takafstand van boomsupportstructuur" @@ -6799,6 +6807,10 @@ msgstr "beweging" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Resolutie bij botsingen van de boomsupportstructuur" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Takdiameter van boomsupportstructuur" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Neerwaartse Vertraging Draadprinten" diff --git a/resources/i18n/pl_PL/cura.po b/resources/i18n/pl_PL/cura.po index 5cfeec0834..6bdef88ffd 100644 --- a/resources/i18n/pl_PL/cura.po +++ b/resources/i18n/pl_PL/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2021-09-07 08:02+0200\n" "Last-Translator: Mariusz Matłosz \n" "Language-Team: Mariusz Matłosz , reprapy.pl\n" @@ -431,22 +431,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Nie można odczytać odpowiedzi." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "" -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Proszę nadać wymagane uprawnienia podczas autoryzacji tej aplikacji." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Coś nieoczekiwanego się stało, podczas próby logowania, spróbuj ponownie." @@ -6674,22 +6674,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Producent" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nazwa drukarki" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "" diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index 5ad675f0f7..48be25a8b3 100644 --- a/resources/i18n/pl_PL/fdmprinter.def.json.po +++ b/resources/i18n/pl_PL/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: 2019-11-15 15:34+0100\n" "Last-Translator: Mariusz Matłosz \n" "Language-Team: Mariusz Matłosz , reprapy.pl\n" @@ -360,6 +360,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Grubość Dołu" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -870,6 +885,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Średnica" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1893,6 +1913,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2183,6 +2208,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2373,6 +2403,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maksymalnie Przyspieszenie Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2563,6 +2598,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Minimalna Prędk. Posuwu" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2908,6 +2948,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Odległ. Osłony Wycierającej" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3013,6 +3058,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Wieloboki w pociętych warstwach mające obwód mniejszy, niż podany, będą odfiltrowane. Mniejsze wartości dają wyższą rozdzielczość siatki kosztem czasu cięcia. Funkcja ta jest przeznaczona głównie dla drukarek wysokiej rozdzielczości SLA oraz bardzo małych modeli z dużą ilością detali." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3458,6 +3508,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Zastępuje najbardziej zewnętrzną część wzoru górnego/dolnego za pomocą kilku koncentrycznych linii. Korzystanie z jednej lub dwóch linii poprawia dachy, które zaczynają się na wypełnieniu." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5736,6 +5791,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Powoduje to powstanie osłony wokół modelu, która wyłapuje (gorące) powietrze i osłania przed ruchami powietrza. Szczególnie przydatna w przypadku materiałów, które łatwo się rozwarstwiają." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5931,71 +5991,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Średnica Gałęzi Drzewiastej Podpory" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Kąt Średnicy Gałęzi Drzewiastej Podpory" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6026,6 +6021,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Trójkąty" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -7584,6 +7584,14 @@ msgstr "ruch jałowy" #~ msgid "Tree Support Branch Angle" #~ msgstr "Kąt Gałęzi Drzewnej Podpory" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Średnica Gałęzi Drzewiastej Podpory" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Kąt Średnicy Gałęzi Drzewiastej Podpory" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Odległość Gałęzi Drzewiastej Podpory" diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index 000bd101f5..4242a852d5 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2023-02-17 17:37+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Não foi possível ler a resposta." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "O estado provido não está correto." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Tempo esgotado ao autenticar com o servidor da conta." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Por favor dê as permissões requeridas ao autorizar esta aplicação." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Algo inesperado aconteceu ao tentar login, por favor tente novamente." @@ -6700,22 +6700,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Adicionar impressora manualmente" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Fabricante" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Autor do perfil" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nome da impressora" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Por favor dê um nome à sua impressora" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index 89b21c29bf..b7556904a2 100644 --- a/resources/i18n/pt_BR/fdmprinter.def.json.po +++ b/resources/i18n/pt_BR/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.0\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: 2023-02-17 16:31+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -361,6 +361,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Espessura Inferior" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -871,6 +886,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diâmetro" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1894,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Fluxo da Base da Camada Inicial" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2184,6 +2209,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Ângulo de Suporte do Preenchimento Relâmpago" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2374,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Aceleração Máxima em Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2564,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Velocidade Mínima de Alimentação" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2909,6 +2949,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Distância da Cobertura de Escorrimento" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3014,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Polígonos em camadas fatiadas que tiverem uma circunferência menor que esta quantia serão excluídos. Menores valores levam a malha de maior resolução ao custo de tempo de fatiamento. Serve melhor para impressoras SLA de alta resolução e pequenos modelos 3D com muitos detalhes." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3459,6 +3509,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Substitui a parte externa do padrão superior/inferir com um número de linhas concêntricas. Usar uma ou duas linhas melhora tetos e topos que começam a ser construídos em cima de padrões de preenchimento." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5737,6 +5792,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Isto criará uma parede em volta do modelo que aprisiona ar quente da mesa e protege contra fluxo de ar do exterior. Especialmente útil para materiais que sofrem bastante warp e impressoras 3D que não são cobertas." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5932,71 +5992,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Árvore" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Diâmetro de Galho do Suporte em Árvore" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Ângulo do Diâmetro do Galho do Suporte em Árvore" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Diâmetro de Tronco do Suporte em Árvore" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6027,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Triângulos" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -7757,6 +7757,14 @@ msgstr "percurso" #~ msgid "Tree Support Branch Angle" #~ msgstr "Ângulo do Galho do Suporte em Árvore" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Diâmetro de Galho do Suporte em Árvore" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Ângulo do Diâmetro do Galho do Suporte em Árvore" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Distância dos Galhos do Suporte em Árvore" @@ -7765,6 +7773,10 @@ msgstr "percurso" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Resolução de Colisão do Suporte em Árvore" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Diâmetro de Tronco do Suporte em Árvore" + #~ msgctxt "support_tree_wall_count label" #~ msgid "Tree Support Wall Line Count" #~ msgstr "Número de Filetes da Parede do Suporte em Árvore" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index 1518467eec..21eace1a53 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Não foi possível ler a resposta." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "O estado apresentado não está correto." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Foi excedido o tempo limite de autenticação com o servidor." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Forneça as permissões necessárias ao autorizar esta aplicação." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Ocorreu algo inesperado ao tentar iniciar sessão, tente novamente." @@ -6697,22 +6697,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Adicionar impressora manualmente" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Fabricante" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Autor do perfil" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Nome da impressora" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Atribuir um nome à impressora" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 633807c680..085c134216 100644 --- a/resources/i18n/pt_PT/fdmprinter.def.json.po +++ b/resources/i18n/pt_PT/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Espessura Inferior" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diâmetro" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Fluxo inferior da camada inicial" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Ângulo de suporte de enchimento relâmpago" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Aceleração Z Máxima" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Velocidade Mínima de Alimentação" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Distância da proteção contra escorrimentos" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Os polígonos em camadas seccionadas que apresentem uma circunferência mais pequena do que este valor serão filtrados. Valores mais reduzidos originam malhas de resolução superior à custa do tempo de seccionamento. Destina-se principalmente a impressoras SLA de alta resolução e a modelos 3D muito pequenos com muitos detalhes." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Substitui a parte mais exterior do padrão superior/inferior por um número de linhas concêntricas. Usar uma ou duas linhas melhora os tectos que começam no material de enchimento." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Isto irá criar uma parede em torno do modelo, que retém o ar (quente) e protege contra correntes de ar externas. Esta opção é especialmente útil para materiais que se deformam com facilidade." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Árvore" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Diâmetro Ramos Suportes Árvore" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Ângulo Diâmetro Ramos Suportes Árvore" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Diâmetro Tronco Suporte Árvore" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Triângulos" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6807,6 +6807,14 @@ msgstr "deslocação" #~ msgid "Tree Support Branch Angle" #~ msgstr "Ângulo Ramos Suportes Árvore" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Diâmetro Ramos Suportes Árvore" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Ângulo Diâmetro Ramos Suportes Árvore" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Distância Ramos Suportes Árvore" @@ -6815,6 +6823,10 @@ msgstr "deslocação" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Resolução Colisão Suportes Árvore" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Diâmetro Tronco Suporte Árvore" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Atraso da parte inferior da impressão de fios" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index b6a981d44e..a43df3e590 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Не удалось прочитать ответ." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "Указано неверное состояние." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Истекло время аутентификации на сервере учетной записи." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Дайте необходимые разрешения при авторизации в этом приложении." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Возникла непредвиденная ошибка при попытке входа в систему. Повторите попытку." @@ -6712,22 +6712,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Добавить принтер вручную" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Производитель" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Автор профиля" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Имя принтера" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Присвойте имя принтеру" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index a352463114..0e15fb2991 100644 --- a/resources/i18n/ru_RU/fdmprinter.def.json.po +++ b/resources/i18n/ru_RU/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Толщина дна" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Диаметр" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "Поток низа первого слоя" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Угол поддержки шаблона заполнения «молния»" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Максимальное ускорение по оси Z" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Минимальная подача" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Дистанция до защиты от капель" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Полигоны в разделенных слоях, длина окружности которых меньше указанной величины, будут отфильтрованы. Пониженные значения приводят к увеличению разрешения объекта за счет времени разделения. Это предназначено главным образом для принтеров SLA с высоким разрешением и миниатюрных 3D-моделей с множеством деталей." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Заменяет внешнюю часть шаблона крышки/дна рядом концентрических линий. Использование одной или двух линий улучшает мосты, которые печатаются поверх материала заполнения." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Создаёт стенку вокруг модели, которая удерживает (горячий) воздух и препятствует обдуву модели внешним воздушным потоком. Очень пригодится для материалов, которые легко деформируются." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Дерево" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Диаметр ответвления древовидной поддержки" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Угол диаметра ответвления древовидной поддержки" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Диаметр ствола древовидной поддержки" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Треугольники" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "перемещение" #~ msgid "Tree Support Branch Angle" #~ msgstr "Угол ответвления древовидной поддержки" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Диаметр ответвления древовидной поддержки" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Угол диаметра ответвления древовидной поддержки" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Расстояние ответвления древовидной поддержки" @@ -6799,6 +6807,10 @@ msgstr "перемещение" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Разрешение для расчета столкновений древовидной поддержки" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Диаметр ствола древовидной поддержки" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Нижняя задержка (КП)" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index 681d934e19..7731155049 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "Yanıt okunamadı." -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "Sağlanan durum doğru değil." -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "Hesap sunucusuyla kimlik doğrulaması yapılırken zaman aşımı oluştu." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "Lütfen bu başvuruya yetki verirken gerekli izinleri verin." -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "Oturum açmaya çalışırken beklenmeyen bir sorun oluştu, lütfen tekrar deneyin." @@ -6698,22 +6698,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "Yazıcıyı manuel olarak ekle" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "Üretici" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "Profil sahibi" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "Yazıcı adı" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "Lütfen yazıcınızı adlandırın" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index 09ec86f5f8..bbbc2f9f28 100644 --- a/resources/i18n/tr_TR/fdmprinter.def.json.po +++ b/resources/i18n/tr_TR/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "Alt Kalınlık" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Çap" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "İlk Katman Alt Akışı" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "Yıldırım Dolgu Destek Açısı" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Maksimum Z İvmesi" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Minimum Besleme Hızı" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "Sızdırma Kalkanı Mesafesi" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "Bu miktardan daha kısa çevre uzunluğuna sahip dilimlenmiş katmanlardaki poligonlar filtre ile elenecektir. Daha düşük değerler dilimleme süresini uzatacak ancak daha yüksek çözünürlükte bir ağ oluşturacaktır. Genellikle yüksek çözünürlüklü SLA yazıcılarına yöneliktir ve çok fazla detay içeren çok küçük 3D modellerinde kullanılır." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "Üst/alt şeklin en dıştaki parçasını eş merkezli hatlar ile değiştirir. Bir veya iki hat kullanmak, dolgu malzemesinde başlayan tavanları geliştirir." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "Modelin etrafında (sıcak) hava ve kalkanlara dışarıdaki hava akımına karşı set çeken bir duvar oluşturur. Özellikle kolayca eğrilebilen malzemeler için kullanışlıdır." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Ağaç" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "Ağaç Destek Dalının Çapı" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "Ağaç Destek Dalının Çap Açısı" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "Ağaç Desteği Gövde Çapı" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "Üçgenler" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "hareket" #~ msgid "Tree Support Branch Angle" #~ msgstr "Ağaç Destek Dal Açısı" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "Ağaç Destek Dalının Çapı" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "Ağaç Destek Dalının Çap Açısı" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "Ağaç Destek Dal Mesafesi" @@ -6799,6 +6807,10 @@ msgstr "hareket" #~ msgid "Tree Support Collision Resolution" #~ msgstr "Ağaç Destek Çarpışma Çözünürlüğü" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "Ağaç Desteği Gövde Çapı" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP Alt Gecikme" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 1437036365..5d63f8552b 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2022-07-15 11:06+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "无法读取响应。" -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "所提供的状态不正确。" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "使用帐户服务器进行身份验证超时。" -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "在授权此应用程序时,须提供所需权限。" -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "尝试登录时出现意外情况,请重试。" @@ -6682,22 +6682,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "手动添加打印机" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "制造商" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "配置文件作者" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "打印机名称" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "请为您的打印机命名" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index 0f473bdd3b..c07b05b7e6 100644 --- a/resources/i18n/zh_CN/fdmprinter.def.json.po +++ b/resources/i18n/zh_CN/fdmprinter.def.json.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -356,6 +356,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "底层厚度" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -866,6 +881,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直径" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "起始层底部流量" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "闪电形填充支撑角" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Z 轴最大加速度" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "最小进料速率" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "渗出罩距离" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "切片层中周长小于此数值的多边形将被滤除。以切片时间为代价,较低的值可实现较高分辨率的网格。它主要用于高分辨率 SLA 打印机和包含大量细节的极小 3D 模型。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "用多个同心线代替顶部/底部图案的最外面部分。 使用一条或两条线改善从填充材料开始的顶板。" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "这将在模型周围创建一个壁,该壁会吸住(热)空气并遮住外部气流。 对于容易卷曲的材料尤为有用。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "树形" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "树形支撑分支直径" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "树形支撑分支直径角度" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "树形支撑主干直径" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "三角形" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -6791,6 +6791,14 @@ msgstr "空驶" #~ msgid "Tree Support Branch Angle" #~ msgstr "树形支撑分支角度" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "树形支撑分支直径" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "树形支撑分支直径角度" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "树形支撑分支间距" @@ -6799,6 +6807,10 @@ msgstr "空驶" #~ msgid "Tree Support Collision Resolution" #~ msgstr "树形支撑碰撞分辨率" +#~ msgctxt "support_tree_max_diameter label" +#~ msgid "Tree Support Trunk Diameter" +#~ msgstr "树形支撑主干直径" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP 底部延迟" diff --git a/resources/i18n/zh_TW/cura.po b/resources/i18n/zh_TW/cura.po index ac25b65d37..0a4522c657 100644 --- a/resources/i18n/zh_TW/cura.po +++ b/resources/i18n/zh_TW/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-06 15:55+0000\n" +"POT-Creation-Date: 2023-04-27 12:22+0000\n" "PO-Revision-Date: 2022-01-02 19:59+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -430,22 +430,22 @@ msgctxt "@message" msgid "Could not read response." msgstr "雲端沒有讀取回應。" -#: cura/OAuth2/AuthorizationRequestHandler.py:75 +#: cura/OAuth2/AuthorizationRequestHandler.py:77 msgctxt "@message" msgid "The provided state is not correct." msgstr "提供的狀態不正確。" -#: cura/OAuth2/AuthorizationRequestHandler.py:80 +#: cura/OAuth2/AuthorizationRequestHandler.py:83 msgctxt "@message" msgid "Timeout when authenticating with the account server." msgstr "在向帳戶伺服器進行身分驗證時逾時." -#: cura/OAuth2/AuthorizationRequestHandler.py:97 +#: cura/OAuth2/AuthorizationRequestHandler.py:101 msgctxt "@message" msgid "Please give the required permissions when authorizing this application." msgstr "核准此應用程式時,請給予所需的權限。" -#: cura/OAuth2/AuthorizationRequestHandler.py:104 +#: cura/OAuth2/AuthorizationRequestHandler.py:109 msgctxt "@message" msgid "Something unexpected happened when trying to log in, please try again." msgstr "嘗試登入時出現意外狀況,請再試一次。" @@ -6673,22 +6673,22 @@ msgctxt "@button" msgid "Add printer manually" msgstr "手動新增印表機" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212 msgctxt "@label" msgid "Manufacturer" msgstr "製造商" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223 msgctxt "@label" msgid "Profile author" msgstr "列印參數作者" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@label" msgid "Printer name" msgstr "印表機名稱" -#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 +#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241 msgctxt "@text" msgid "Please name your printer" msgstr "請為你的印表機取一個名稱" diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index 5a62bfc29b..011a73f6fd 100644 --- a/resources/i18n/zh_TW/fdmprinter.def.json.po +++ b/resources/i18n/zh_TW/fdmprinter.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2023-04-24 09:08+0000\n" +"POT-Creation-Date: 2023-04-28 10:03+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -361,6 +361,21 @@ msgctxt "bottom_thickness label" msgid "Bottom Thickness" msgstr "底部厚度" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter label" +msgid "Branch Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_diameter_angle label" +msgid "Branch Diameter Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position label" msgid "Break Preparation Retracted Position" @@ -871,6 +886,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直徑" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" +msgid "Diameter Increase To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_bp_diameter description" msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." @@ -1894,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label" msgid "Initial Layer Bottom Flow" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Initial Layer Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_flow_layer_0 label" msgid "Initial Layer Flow" @@ -2184,6 +2209,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" msgstr "閃電形填充支撐堆疊角度" +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Limit Branch Reach" +msgstr "" + #: fdmprinter.def.json msgctxt "support_tree_limit_branch_reach description" msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)" @@ -2374,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label" msgid "Maximum Acceleration Z" msgstr "Z 軸最大加速度" +#: fdmprinter.def.json +msgctxt "support_tree_angle label" +msgid "Maximum Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" msgid "Maximum Deviation" @@ -2564,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "最小進料速率" +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model label" +msgid "Minimum Height To Model" +msgstr "" + #: fdmprinter.def.json msgctxt "min_infill_area label" msgid "Minimum Infill Area" @@ -2909,6 +2949,11 @@ msgctxt "ooze_shield_dist label" msgid "Ooze Shield Distance" msgstr "擦拭牆距離" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Optimal Branch Range" +msgstr "" + #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -3014,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description" msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgstr "切片層中周長小於此值的多邊形將被過濾掉。設定較低的值會花費較多的切片時間,以獲得較高解析度的網格。它主要用於高解析度的 SLA 印表機和具有大量細節的微小 3D 模型。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Preferred Branch Angle" +msgstr "" + #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." @@ -3459,6 +3509,11 @@ msgctxt "skin_outline_count description" msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." msgstr "用多個同心線代替頂部/底部列印樣式的最外面部分。使用一條或兩條線可以改善列印在填充上的頂板。" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Rest Preference" +msgstr "" + #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -5737,6 +5792,11 @@ msgctxt "draft_shield_enabled description" msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgstr "這將在模型周圍建立一個牆壁留住(熱)空氣並遮住外部氣流。對於容易翹曲的線材非常有用。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tip Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." @@ -5932,71 +5992,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "樹狀" -#: fdmprinter.def.json -msgctxt "support_tree_top_rate label" -msgid "Tree Support Branch Density" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter label" -msgid "Tree Support Branch Diameter" -msgstr "樹狀支撐樹枝直徑" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_diameter_angle label" -msgid "Tree Support Branch Diameter Angle" -msgstr "樹狀支撐樹枝外徑角度" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" -msgid "Tree Support Diameter Increase To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Initial Layer Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_limit_branch_reach label" -msgid "Tree Support Limit Branch Reach" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Maximum Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_min_height_to_model label" -msgid "Tree Support Minimum Height To Model" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_reach_limit label" -msgid "Tree Support Optimal Branch Range" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_angle_slow label" -msgid "Tree Support Preferred Branch Angle" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference label" -msgid "Tree Support Rest Preference" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_tip_diameter label" -msgid "Tree Support Tip Diameter" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_max_diameter label" -msgid "Tree Support Trunk Diameter" -msgstr "" - #: fdmprinter.def.json msgctxt "infill_pattern option trihexagon" msgid "Tri-Hexagon" @@ -6027,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "三角形" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter label" +msgid "Trunk Diameter" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" @@ -7541,6 +7541,14 @@ msgstr "空跑" #~ msgid "Tree Support Branch Angle" #~ msgstr "樹狀支撐樹枝角度" +#~ msgctxt "support_tree_branch_diameter label" +#~ msgid "Tree Support Branch Diameter" +#~ msgstr "樹狀支撐樹枝直徑" + +#~ msgctxt "support_tree_branch_diameter_angle label" +#~ msgid "Tree Support Branch Diameter Angle" +#~ msgstr "樹狀支撐樹枝外徑角度" + #~ msgctxt "support_tree_branch_distance label" #~ msgid "Tree Support Branch Distance" #~ msgstr "樹狀支撐樹枝距離" diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.05mm_visual.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.05mm_visual.inst.cfg new file mode 100644 index 0000000000..e82884e3fb --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.05mm_visual.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = elegoo_base +name = Visual +version = 4 + +[metadata] +intent_category = visual +material = generic_pla +quality_type = Elegoo_layer_005 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +speed_infill = 50 +top_bottom_thickness = 1.05 + diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.15mm_engineering.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.15mm_engineering.inst.cfg new file mode 100644 index 0000000000..bdbeef66b4 --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.15mm_engineering.inst.cfg @@ -0,0 +1,24 @@ +[general] +definition = elegoo_base +name = Accurate +version = 4 + +[metadata] +intent_category = engineering +material = generic_pla +quality_type = Elegoo_layer_015 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +jerk_print = 30 +speed_infill = =speed_print +speed_print = 30 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 + diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.15mm_visual.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.15mm_visual.inst.cfg new file mode 100644 index 0000000000..9d8758f605 --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.15mm_visual.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = elegoo_base +name = Visual +version = 4 + +[metadata] +intent_category = visual +material = generic_pla +quality_type = Elegoo_layer_015 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +speed_infill = 50 +top_bottom_thickness = 1.05 + diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.1mm_engineering.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.1mm_engineering.inst.cfg new file mode 100644 index 0000000000..de7bdc5730 --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.1mm_engineering.inst.cfg @@ -0,0 +1,24 @@ +[general] +definition = elegoo_base +name = Accurate +version = 4 + +[metadata] +intent_category = engineering +material = generic_pla +quality_type = Elegoo_layer_010 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +jerk_print = 30 +speed_infill = =speed_print +speed_print = 30 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = =wall_thickness +wall_thickness = =line_width * 3 + diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.1mm_visual.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.1mm_visual.inst.cfg new file mode 100644 index 0000000000..d89f8510ec --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.1mm_visual.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = elegoo_base +name = Visual +version = 4 + +[metadata] +intent_category = visual +material = generic_pla +quality_type = Elegoo_layer_010 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +speed_infill = 50 +top_bottom_thickness = 1.05 + diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.2mm_quick.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.2mm_quick.inst.cfg new file mode 100644 index 0000000000..c1fd50eab3 --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.2mm_quick.inst.cfg @@ -0,0 +1,23 @@ +[general] +definition = elegoo_base +name = Quick +version = 4 + +[metadata] +intent_category = quick +material = generic_pla +quality_type = Elegoo_layer_020 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +infill_sparse_density = 15 +jerk_print = 30 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = 0.8 + diff --git a/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.3mm_quick.inst.cfg b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.3mm_quick.inst.cfg new file mode 100644 index 0000000000..9dc2c50697 --- /dev/null +++ b/resources/intent/elegoo_base/PLA/elegoo_base_aa0.4_pla_0.3mm_quick.inst.cfg @@ -0,0 +1,28 @@ +[general] +definition = elegoo_base +name = Quick +version = 4 + +[metadata] +intent_category = quick +is_experimental = True +material = generic_pla +quality_type = Elegoo_layer_030 +setting_version = 22 +type = intent +variant = 0.40mm_Elegoo_Nozzle + +[values] +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 +infill_sparse_density = 10 +jerk_print = 30 +speed_infill = =speed_print +speed_print = 50 +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +top_bottom_thickness = 0.8 + diff --git a/resources/quality/elegoo/base/abs040/abs_040012.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg similarity index 86% rename from resources/quality/elegoo/base/abs040/abs_040012.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg index ed4ff399f4..fd5d0c54f8 100644 --- a/resources/quality/elegoo/base/abs040/abs_040012.inst.cfg +++ b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = abs_040012 +name = abs_noz0.40_lay0.10 version = 4 [metadata] -material = generic_abs_175 -quality_type = high +material = generic_abs +quality_type = Elegoo_layer_010 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/abs040/abs_040016.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg similarity index 86% rename from resources/quality/elegoo/base/abs040/abs_040016.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg index b494fc76a1..e522e06d33 100644 --- a/resources/quality/elegoo/base/abs040/abs_040016.inst.cfg +++ b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = abs_040016 +name = abs_noz0.40_lay0.15 version = 4 [metadata] -material = generic_abs_175 -quality_type = normal +material = generic_abs +quality_type = Elegoo_layer_015 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/abs040/abs_040020.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg similarity index 86% rename from resources/quality/elegoo/base/abs040/abs_040020.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg index 9cda08aeba..149d17021e 100644 --- a/resources/quality/elegoo/base/abs040/abs_040020.inst.cfg +++ b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = abs_040020 +name = abs_noz0.40_lay0.20 version = 4 [metadata] -material = generic_abs_175 -quality_type = fine +material = generic_abs +quality_type = Elegoo_layer_020 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/abs040/abs_040028.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg similarity index 86% rename from resources/quality/elegoo/base/abs040/abs_040028.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg index 329de538c0..9c58ee7fc9 100644 --- a/resources/quality/elegoo/base/abs040/abs_040028.inst.cfg +++ b/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = abs_040028 +name = abs_noz0.40_lay0.30 version = 4 [metadata] -material = generic_abs_175 -quality_type = draft +material = generic_abs +quality_type = Elegoo_layer_030 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/abs040/abs_040024.inst.cfg b/resources/quality/elegoo/base/abs040/abs_040024.inst.cfg deleted file mode 100644 index 540c7a5d50..0000000000 --- a/resources/quality/elegoo/base/abs040/abs_040024.inst.cfg +++ /dev/null @@ -1,30 +0,0 @@ -[general] -definition = elegoo_base -name = abs_040024 -version = 4 - -[metadata] -material = generic_abs_175 -quality_type = medium -setting_version = 22 -type = quality - -[values] -brim_gap = 0 -brim_width = 10 -cool_fan_enabled = False -cool_fan_speed = 0 -cool_fan_speed_0 = 0 -default_material_bed_temperature = 80 -default_material_print_temperature = 240 -layer_0_z_overlap = =raft_airgap*0.8 -material_shrinkage_percentage_xy = 100.3 -raft_airgap = =0.15 -raft_margin = 10 -retraction_speed = 25 -support_top_distance = =extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (0 if support_structure == 'tree' else 0) -support_xy_distance_overhang = =machine_nozzle_size*0.8 -support_z_distance = =layer_height/2 -top_bottom_thickness = 0.75 -wall_thickness = =line_width*2 - diff --git a/resources/quality/elegoo/base/asa040/asa_040012.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg similarity index 89% rename from resources/quality/elegoo/base/asa040/asa_040012.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg index 7dedc2c91e..3543bf211e 100644 --- a/resources/quality/elegoo/base/asa040/asa_040012.inst.cfg +++ b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = asa_040012 +name = asa_noz0.40_lay0.10 version = 4 [metadata] material = generic_asa_175 -quality_type = high +quality_type = Elegoo_layer_010 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/asa040/asa_040016.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg similarity index 89% rename from resources/quality/elegoo/base/asa040/asa_040016.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg index 7f7ef16fb1..588746ddc4 100644 --- a/resources/quality/elegoo/base/asa040/asa_040016.inst.cfg +++ b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = asa_040016 +name = asa_noz0.40_lay0.15 version = 4 [metadata] material = generic_asa_175 -quality_type = normal +quality_type = Elegoo_layer_015 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/asa040/asa_040020.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg similarity index 89% rename from resources/quality/elegoo/base/asa040/asa_040020.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg index e86d9b8747..ebb268aae2 100644 --- a/resources/quality/elegoo/base/asa040/asa_040020.inst.cfg +++ b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = asa_040020 +name = asa_noz0.40_lay0.20 version = 4 [metadata] material = generic_asa_175 -quality_type = fine +quality_type = Elegoo_layer_020 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/asa040/asa_040028.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg similarity index 89% rename from resources/quality/elegoo/base/asa040/asa_040028.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg index 462b2d0e61..e992206e6b 100644 --- a/resources/quality/elegoo/base/asa040/asa_040028.inst.cfg +++ b/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = asa_040028 +name = asa_noz0.40_lay0.30 version = 4 [metadata] material = generic_asa_175 -quality_type = draft +quality_type = Elegoo_layer_030 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_gap = 0 diff --git a/resources/quality/elegoo/base/asa040/asa_040024.inst.cfg b/resources/quality/elegoo/base/asa040/asa_040024.inst.cfg deleted file mode 100644 index 8f3c93cad4..0000000000 --- a/resources/quality/elegoo/base/asa040/asa_040024.inst.cfg +++ /dev/null @@ -1,30 +0,0 @@ -[general] -definition = elegoo_base -name = asa_040024 -version = 4 - -[metadata] -material = generic_asa_175 -quality_type = medium -setting_version = 22 -type = quality - -[values] -brim_gap = 0 -brim_width = 10 -cool_fan_enabled = False -cool_fan_speed = 0 -cool_fan_speed_0 = 0 -default_material_bed_temperature = 80 -default_material_print_temperature = 240 -layer_0_z_overlap = =raft_airgap*0.8 -material_shrinkage_percentage_xy = 100.3 -raft_airgap = =0.15 -raft_margin = 15 -retraction_speed = 25 -support_top_distance = =extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (0 if support_structure == 'tree' else 0) -support_xy_distance_overhang = =machine_nozzle_size*0.8 -support_z_distance = =layer_height/2 -top_bottom_thickness = 0.75 -wall_thickness = =line_width*2 - diff --git a/resources/quality/elegoo/base/elegoo_global_012_high.inst.cfg b/resources/quality/elegoo/base/elegoo_global_012_high.inst.cfg deleted file mode 100644 index 24f2f51a78..0000000000 --- a/resources/quality/elegoo/base/elegoo_global_012_high.inst.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[general] -definition = elegoo_base -name = High Quality -version = 4 - -[metadata] -global_quality = True -quality_type = high -setting_version = 22 -type = quality -weight = -1 - -[values] -layer_height = 0.12 -layer_height_0 = 0.2 -material_print_temperature = =default_material_print_temperature -prime_tower_size = 40 -speed_print = 70 -top_bottom_thickness = 0.7 - diff --git a/resources/quality/elegoo/base/elegoo_global_016_normal.inst.cfg b/resources/quality/elegoo/base/elegoo_global_016_normal.inst.cfg deleted file mode 100644 index 81e22f679c..0000000000 --- a/resources/quality/elegoo/base/elegoo_global_016_normal.inst.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[general] -definition = elegoo_base -name = Normal Quality -version = 4 - -[metadata] -global_quality = True -quality_type = normal -setting_version = 22 -type = quality -weight = -2 - -[values] -layer_height = 0.16 -layer_height_0 = 0.25 -material_print_temperature = =default_material_print_temperature -prime_tower_size = 35 -speed_print = 60 -top_bottom_thickness = 0.8 - diff --git a/resources/quality/elegoo/base/elegoo_global_020_fine.inst.cfg b/resources/quality/elegoo/base/elegoo_global_020_fine.inst.cfg deleted file mode 100644 index 87079ab369..0000000000 --- a/resources/quality/elegoo/base/elegoo_global_020_fine.inst.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[general] -definition = elegoo_base -name = Fine Quality -version = 4 - -[metadata] -global_quality = True -quality_type = fine -setting_version = 22 -type = quality -weight = -3 - -[values] -layer_height = 0.20 -layer_height_0 = 0.25 -material_print_temperature = =default_material_print_temperature -prime_tower_size = 31 -top_bottom_thickness = 0.8 - diff --git a/resources/quality/elegoo/base/elegoo_global_024_medium.inst.cfg b/resources/quality/elegoo/base/elegoo_global_024_medium.inst.cfg deleted file mode 100644 index 08ca3bdd7a..0000000000 --- a/resources/quality/elegoo/base/elegoo_global_024_medium.inst.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[general] -definition = elegoo_base -name = Medium Quality -version = 4 - -[metadata] -global_quality = True -quality_type = medium -setting_version = 22 -type = quality -weight = -4 - -[values] -layer_height = 0.24 -layer_height_0 = 0.25 -material_print_temperature = =default_material_print_temperature -prime_tower_size = 28 -top_bottom_thickness = 1.0 - diff --git a/resources/quality/elegoo/base/elegoo_global_028_draft.inst.cfg b/resources/quality/elegoo/base/elegoo_global_028_draft.inst.cfg deleted file mode 100644 index d98f053254..0000000000 --- a/resources/quality/elegoo/base/elegoo_global_028_draft.inst.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[general] -definition = elegoo_base -name = Draft Quality -version = 4 - -[metadata] -global_quality = True -quality_type = draft -setting_version = 22 -type = quality -weight = -5 - -[values] -layer_height = 0.28 -layer_height_0 = 0.30 -material_print_temperature = =default_material_print_temperature + 5 -prime_tower_size = 27 -top_bottom_thickness = 1.0 - diff --git a/resources/quality/elegoo/base/elegoo_layer_0.05.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.05.inst.cfg new file mode 100644 index 0000000000..0175d5dbfa --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.05.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Extra Fine +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_005 +setting_version = 22 +type = quality +weight = -1 + +[values] +layer_height = 0.05 +layer_height_0 = 0.12 + diff --git a/resources/quality/elegoo/base/elegoo_layer_0.10.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.10.inst.cfg new file mode 100644 index 0000000000..d4fa921e7b --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.10.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Fine +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_010 +setting_version = 22 +type = quality +weight = -2 + +[values] +layer_height = 0.10 +layer_height_0 = 0.12 + diff --git a/resources/quality/elegoo/base/elegoo_layer_0.15.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.15.inst.cfg new file mode 100644 index 0000000000..572a4a7c52 --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.15.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Normal +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_015 +setting_version = 22 +type = quality +weight = -3 + +[values] +layer_height = 0.15 +layer_height_0 = 0.15 + diff --git a/resources/quality/elegoo/base/elegoo_layer_0.20.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.20.inst.cfg new file mode 100644 index 0000000000..ee4226a6a8 --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.20.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Fast +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_020 +setting_version = 22 +type = quality +weight = -4 + +[values] +layer_height = 0.20 +layer_height_0 = 0.20 + diff --git a/resources/quality/elegoo/base/elegoo_layer_0.30.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.30.inst.cfg new file mode 100644 index 0000000000..dea809b063 --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.30.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Extra Fast +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_030 +setting_version = 22 +type = quality +weight = -6 + +[values] +layer_height = 0.30 +layer_height_0 = 0.30 + diff --git a/resources/quality/elegoo/base/elegoo_layer_0.40.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.40.inst.cfg new file mode 100644 index 0000000000..cca7b701aa --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.40.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Turbo +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_040 +setting_version = 22 +type = quality +weight = -6 + +[values] +layer_height = 0.40 +layer_height_0 = 0.40 + diff --git a/resources/quality/elegoo/base/elegoo_layer_0.60.inst.cfg b/resources/quality/elegoo/base/elegoo_layer_0.60.inst.cfg new file mode 100644 index 0000000000..a7ff7a2610 --- /dev/null +++ b/resources/quality/elegoo/base/elegoo_layer_0.60.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = elegoo_base +name = Extra Turbo +version = 4 + +[metadata] +global_quality = True +quality_type = Elegoo_layer_060 +setting_version = 22 +type = quality +weight = -6 + +[values] +layer_height = 0.60 +layer_height_0 = 0.60 + diff --git a/resources/quality/elegoo/base/petg040/petg_040012.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg similarity index 80% rename from resources/quality/elegoo/base/petg040/petg_040012.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg index df9119b5f3..9080be34e6 100644 --- a/resources/quality/elegoo/base/petg040/petg_040012.inst.cfg +++ b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = petg_040012 +name = petg_noz0.40_lay0.10 version = 4 [metadata] -material = generic_petg_175 -quality_type = high +material = generic_petg +quality_type = Elegoo_layer_010 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 6 diff --git a/resources/quality/elegoo/base/petg040/petg_040016.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg similarity index 80% rename from resources/quality/elegoo/base/petg040/petg_040016.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg index b1244d99a4..59a628a2c5 100644 --- a/resources/quality/elegoo/base/petg040/petg_040016.inst.cfg +++ b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = petg_040016 +name = petg_noz0.40_lay0.15 version = 4 [metadata] -material = generic_petg_175 -quality_type = normal +material = generic_petg +quality_type = Elegoo_layer_015 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 6 diff --git a/resources/quality/elegoo/base/petg040/petg_040020.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg similarity index 80% rename from resources/quality/elegoo/base/petg040/petg_040020.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg index c244d9f3a9..6ff38ad085 100644 --- a/resources/quality/elegoo/base/petg040/petg_040020.inst.cfg +++ b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = petg_040020 +name = petg_noz0.40_lay0.20 version = 4 [metadata] -material = generic_petg_175 -quality_type = fine +material = generic_petg +quality_type = Elegoo_layer_020 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 6 diff --git a/resources/quality/elegoo/base/petg040/petg_040024.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg similarity index 80% rename from resources/quality/elegoo/base/petg040/petg_040024.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg index 963aa9e9be..707dac9c58 100644 --- a/resources/quality/elegoo/base/petg040/petg_040024.inst.cfg +++ b/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = petg_040024 +name = petg_noz0.40_lay0.30 version = 4 [metadata] -material = generic_petg_175 -quality_type = medium +material = generic_petg +quality_type = Elegoo_layer_030 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 6 diff --git a/resources/quality/elegoo/base/petg040/petg_040028.inst.cfg b/resources/quality/elegoo/base/petg040/petg_040028.inst.cfg deleted file mode 100644 index ef521a3752..0000000000 --- a/resources/quality/elegoo/base/petg040/petg_040028.inst.cfg +++ /dev/null @@ -1,25 +0,0 @@ -[general] -definition = elegoo_base -name = petg_040028 -version = 4 - -[metadata] -material = generic_petg_175 -quality_type = draft -setting_version = 22 -type = quality - -[values] -brim_width = 6 -cool_fan_speed_min = =cool_fan_speed*0.5 -cool_min_layer_time = 10 -cool_min_layer_time_fan_speed_max = 30 -default_material_bed_temperature = 70 -default_material_print_temperature = 235 -layer_0_z_overlap = =raft_airgap*0.6 -material_shrinkage_percentage_xy = 100.2 -raft_airgap = =0.38 -raft_margin = 10 -retraction_speed = 25 -speed_support = =speed_wall_x - diff --git a/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg new file mode 100644 index 0000000000..c5ed8f40f8 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg @@ -0,0 +1,29 @@ +[general] +definition = elegoo_base +name = pla_noz0.20_lay0.05 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_005 +setting_version = 22 +type = quality +variant = 0.20mm_Elegoo_Nozzle + +[values] +brim_width = 8 +infill_overlap = =0 if resolveOrValue('infill_sparse_density') > 80 else 10 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' +machine_nozzle_cool_down_speed = 0.9 +machine_nozzle_heat_up_speed = 1.4 +material_print_temperature = 190 +retraction_hop = 0.2 +skin_overlap = 5 +speed_print = 30 +speed_wall = =math.ceil(speed_print * 25 / 30) +speed_wall_0 = =math.ceil(speed_print * 20 / 30) +top_bottom_thickness = 0.72 +travel_avoid_distance = 0.4 +wall_0_inset = 0.015 +wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg new file mode 100644 index 0000000000..fe92906bf3 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg @@ -0,0 +1,29 @@ +[general] +definition = elegoo_base +name = pla_noz0.20_lay0.10 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_010 +setting_version = 22 +type = quality +variant = 0.20mm_Elegoo_Nozzle + +[values] +brim_width = 8 +infill_overlap = =0 if resolveOrValue('infill_sparse_density') > 80 else 10 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' +machine_nozzle_cool_down_speed = 0.9 +machine_nozzle_heat_up_speed = 1.4 +material_print_temperature = 190 +retraction_hop = 0.2 +skin_overlap = 5 +speed_print = 30 +speed_wall = =math.ceil(speed_print * 25 / 30) +speed_wall_0 = =math.ceil(speed_print * 20 / 30) +top_bottom_thickness = 0.72 +travel_avoid_distance = 0.4 +wall_0_inset = 0.015 +wall_0_wipe_dist = 0.25 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg new file mode 100644 index 0000000000..d5a2f73729 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg @@ -0,0 +1,21 @@ +[general] +definition = elegoo_base +name = pla_noz0.40_lay0.10 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_010 +setting_version = 22 +type = quality +variant = 0.40mm_Elegoo_Nozzle + +[values] +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +raft_airgap = 0.25 +retraction_prime_speed = =retraction_speed +skin_overlap = 10 +top_bottom_thickness = 1 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg new file mode 100644 index 0000000000..e86f454664 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg @@ -0,0 +1,24 @@ +[general] +definition = elegoo_base +name = pla_noz0.40_lay0.15 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_015 +setting_version = 22 +type = quality +variant = 0.40mm_Elegoo_Nozzle + +[values] +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +raft_airgap = 0.25 +retraction_prime_speed = =retraction_speed +speed_print = 70 +speed_topbottom = =math.ceil(speed_print * 35 / 70) +speed_wall = =math.ceil(speed_print * 45 / 70) +speed_wall_0 = =math.ceil(speed_wall * 35 / 70) +top_bottom_thickness = 1 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg new file mode 100644 index 0000000000..db7e5a43c7 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg @@ -0,0 +1,28 @@ +[general] +definition = elegoo_base +name = pla_noz0.40_lay0.20 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_020 +setting_version = 22 +type = quality +variant = 0.40mm_Elegoo_Nozzle + +[values] +acceleration_wall = 2000 +acceleration_wall_0 = 2000 +infill_sparse_density = 15 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 5 +prime_tower_enable = False +raft_airgap = 0.25 +retraction_prime_speed = =retraction_speed +skin_overlap = 20 +speed_topbottom = =math.ceil(speed_print * 40 / 70) +speed_wall = =math.ceil(speed_print * 55 / 70) +speed_wall_0 = =math.ceil(speed_wall * 45 / 50) +top_bottom_thickness = 0.8 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg new file mode 100644 index 0000000000..d84cc9e656 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg @@ -0,0 +1,31 @@ +[general] +definition = elegoo_base +name = pla_noz0.40_lay0.30 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_030 +setting_version = 22 +type = quality +variant = 0.40mm_Elegoo_Nozzle + +[values] +acceleration_print = 2000 +acceleration_topbottom = 1000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' +infill_sparse_density = 15 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 10 +prime_tower_enable = False +raft_airgap = 0.25 +retraction_prime_speed = =retraction_speed +skin_overlap = 20 +speed_print = 50 +speed_wall = 50 +top_bottom_thickness = 0.9 +wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg new file mode 100644 index 0000000000..043662209b --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg @@ -0,0 +1,15 @@ +[general] +definition = elegoo_base +name = pla_noz0.60_lay0.15 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_015 +setting_version = 22 +type = quality +variant = 0.60mm_Elegoo_Nozzle + +[values] +wall_thickness = =line_width*2 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg new file mode 100644 index 0000000000..b47c51abeb --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg @@ -0,0 +1,15 @@ +[general] +definition = elegoo_base +name = pla_noz0.60_lay0.20 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_020 +setting_version = 22 +type = quality +variant = 0.60mm_Elegoo_Nozzle + +[values] +wall_thickness = =line_width*2 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg new file mode 100644 index 0000000000..38de41d075 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg @@ -0,0 +1,15 @@ +[general] +definition = elegoo_base +name = pla_noz0.60_lay0.30 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_030 +setting_version = 22 +type = quality +variant = 0.60mm_Elegoo_Nozzle + +[values] +wall_thickness = =line_width*2 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg new file mode 100644 index 0000000000..efb1ababd0 --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg @@ -0,0 +1,15 @@ +[general] +definition = elegoo_base +name = pla_noz0.60_lay0.40 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_040 +setting_version = 22 +type = quality +variant = 0.60mm_Elegoo_Nozzle + +[values] +wall_thickness = =line_width*2 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg new file mode 100644 index 0000000000..b6c63fad0f --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg @@ -0,0 +1,26 @@ +[general] +definition = elegoo_base +name = pla_noz0.80_lay0.30 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_030 +setting_version = 22 +type = quality +variant = 0.80mm_Elegoo_Nozzle + +[values] +gradual_infill_step_height = =3 * layer_height +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 10 +prime_tower_enable = True +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 40 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall +support_angle = 70 +top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg new file mode 100644 index 0000000000..1e3eec080a --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg @@ -0,0 +1,27 @@ +[general] +definition = elegoo_base +name = pla_noz0.80_lay0.40 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_040 +setting_version = 22 +type = quality +variant = 0.80mm_Elegoo_Nozzle + +[values] +gradual_infill_step_height = =3 * layer_height +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 15 +prime_tower_enable = True +speed_infill = =math.ceil(speed_print * 35 / 45) +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 35 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall +support_angle = 70 +top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg new file mode 100644 index 0000000000..09bc57ffea --- /dev/null +++ b/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg @@ -0,0 +1,27 @@ +[general] +definition = elegoo_base +name = pla_noz0.80_lay0.60 +version = 4 + +[metadata] +material = generic_pla +quality_type = Elegoo_layer_060 +setting_version = 22 +type = quality +variant = 0.80mm_Elegoo_Nozzle + +[values] +gradual_infill_step_height = =3 * layer_height +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 15 +prime_tower_enable = True +speed_infill = =math.ceil(speed_print * 35 / 45) +speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 35 / 45) +speed_wall = =math.ceil(speed_print * 35 / 45) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) +speed_wall_x = =speed_wall +support_angle = 70 +top_bottom_thickness = =layer_height * 4 + diff --git a/resources/quality/elegoo/base/pla040/pla_040012.inst.cfg b/resources/quality/elegoo/base/pla040/pla_040012.inst.cfg deleted file mode 100644 index f7b053bdcb..0000000000 --- a/resources/quality/elegoo/base/pla040/pla_040012.inst.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[general] -definition = elegoo_base -name = pla_040012 -version = 4 - -[metadata] -material = generic_pla_175 -quality_type = high -setting_version = 22 -type = quality - -[values] -brim_width = 3.5 -default_material_bed_temperature = 50 -layer_0_z_overlap = =raft_airgap*0.7 -raft_airgap = =0.3 -retraction_speed = 45 - diff --git a/resources/quality/elegoo/base/pla040/pla_040016.inst.cfg b/resources/quality/elegoo/base/pla040/pla_040016.inst.cfg deleted file mode 100644 index edfa7bce40..0000000000 --- a/resources/quality/elegoo/base/pla040/pla_040016.inst.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[general] -definition = elegoo_base -name = pla_040016 -version = 4 - -[metadata] -material = generic_pla_175 -quality_type = normal -setting_version = 22 -type = quality - -[values] -brim_width = 3.5 -default_material_bed_temperature = 50 -layer_0_z_overlap = =raft_airgap*0.7 -raft_airgap = =0.3 -retraction_speed = 45 - diff --git a/resources/quality/elegoo/base/pla040/pla_040020.inst.cfg b/resources/quality/elegoo/base/pla040/pla_040020.inst.cfg deleted file mode 100644 index 1ef410c7d9..0000000000 --- a/resources/quality/elegoo/base/pla040/pla_040020.inst.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[general] -definition = elegoo_base -name = pla_040020 -version = 4 - -[metadata] -material = generic_pla_175 -quality_type = fine -setting_version = 22 -type = quality - -[values] -brim_width = 3.5 -default_material_bed_temperature = 50 -layer_0_z_overlap = =raft_airgap*0.7 -raft_airgap = =0.3 -retraction_speed = 45 - diff --git a/resources/quality/elegoo/base/pla040/pla_040024.inst.cfg b/resources/quality/elegoo/base/pla040/pla_040024.inst.cfg deleted file mode 100644 index e4d262d072..0000000000 --- a/resources/quality/elegoo/base/pla040/pla_040024.inst.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[general] -definition = elegoo_base -name = pla_040024 -version = 4 - -[metadata] -material = generic_pla_175 -quality_type = medium -setting_version = 22 -type = quality - -[values] -brim_width = 3.5 -default_material_bed_temperature = 50 -layer_0_z_overlap = =raft_airgap*0.6 -raft_airgap = =0.3 -retraction_speed = 45 - diff --git a/resources/quality/elegoo/base/pla040/pla_040028.inst.cfg b/resources/quality/elegoo/base/pla040/pla_040028.inst.cfg deleted file mode 100644 index fcbaf32f5c..0000000000 --- a/resources/quality/elegoo/base/pla040/pla_040028.inst.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[general] -definition = elegoo_base -name = pla_040028 -version = 4 - -[metadata] -material = generic_pla_175 -quality_type = draft -setting_version = 22 -type = quality - -[values] -brim_width = 3.5 -default_material_bed_temperature = 50 -layer_0_z_overlap = =raft_airgap*0.6 -raft_airgap = =0.35 -retraction_speed = 45 - diff --git a/resources/quality/elegoo/base/tpu040/tpu_040012.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg similarity index 79% rename from resources/quality/elegoo/base/tpu040/tpu_040012.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg index 0c3def3b89..32e2de589d 100644 --- a/resources/quality/elegoo/base/tpu040/tpu_040012.inst.cfg +++ b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = tpu_040012 +name = tpu_noz0.40_lay0.10 version = 4 [metadata] -material = generic_tpu_175 -quality_type = high +material = generic_tpu +quality_type = Elegoo_layer_010 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 5 diff --git a/resources/quality/elegoo/base/tpu040/tpu_040016.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg similarity index 79% rename from resources/quality/elegoo/base/tpu040/tpu_040016.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg index 6896a66e58..d2cd594cb7 100644 --- a/resources/quality/elegoo/base/tpu040/tpu_040016.inst.cfg +++ b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = tpu_040016 +name = tpu_noz0.40_lay0.15 version = 4 [metadata] -material = generic_tpu_175 -quality_type = normal +material = generic_tpu +quality_type = Elegoo_layer_015 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 5 diff --git a/resources/quality/elegoo/base/tpu040/tpu_040020.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg similarity index 79% rename from resources/quality/elegoo/base/tpu040/tpu_040020.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg index 5ed6b7eb90..1cd9f3d6ef 100644 --- a/resources/quality/elegoo/base/tpu040/tpu_040020.inst.cfg +++ b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = tpu_040020 +name = tpu_noz0.40_lay0.20 version = 4 [metadata] -material = generic_tpu_175 -quality_type = fine +material = generic_tpu +quality_type = Elegoo_layer_020 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 5 diff --git a/resources/quality/elegoo/base/tpu040/tpu_040024.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg similarity index 79% rename from resources/quality/elegoo/base/tpu040/tpu_040024.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg index 43ddf35629..e5cc440eba 100644 --- a/resources/quality/elegoo/base/tpu040/tpu_040024.inst.cfg +++ b/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg @@ -1,13 +1,14 @@ [general] definition = elegoo_base -name = tpu_040024 +name = tpu_noz0.40_lay0.30 version = 4 [metadata] -material = generic_tpu_175 -quality_type = medium +material = generic_tpu +quality_type = Elegoo_layer_030 setting_version = 22 type = quality +variant = 0.40mm_Elegoo_Nozzle [values] brim_width = 5 diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 14dea66b70..6517728968 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -249,10 +249,8 @@ support_roof_extruder_nr support_bottom_extruder_nr support_structure support_tree_angle -support_tree_branch_distance support_tree_branch_diameter support_tree_branch_diameter_angle -support_tree_collision_resolution support_type support_angle support_pattern diff --git a/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.20.inst.cfg new file mode 100644 index 0000000000..ff14878f69 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_1 +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.40.inst.cfg new file mode 100644 index 0000000000..30ee88ddd3 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_1 +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.60.inst.cfg new file mode 100644 index 0000000000..8a5d31cca2 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_1 +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.80.inst.cfg new file mode 100644 index 0000000000..558d8fbdad --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_1/elegoo_neptune_1_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_1 +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.20.inst.cfg new file mode 100644 index 0000000000..4c1180e555 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2 +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.40.inst.cfg new file mode 100644 index 0000000000..a38d2db989 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2 +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.60.inst.cfg new file mode 100644 index 0000000000..13cd15ad7d --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2 +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.80.inst.cfg new file mode 100644 index 0000000000..785396f64a --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2/elegoo_neptune_2_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2 +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.20.inst.cfg new file mode 100644 index 0000000000..eded48e16d --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2D +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.40.inst.cfg new file mode 100644 index 0000000000..68655ba6f6 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2D +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.60.inst.cfg new file mode 100644 index 0000000000..93094eced6 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2D +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.80.inst.cfg new file mode 100644 index 0000000000..cc5430a687 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2D/elegoo_neptune_2D_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2D +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.20.inst.cfg new file mode 100644 index 0000000000..dba8f4835c --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2s +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.40.inst.cfg new file mode 100644 index 0000000000..c289d4595f --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2s +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.60.inst.cfg new file mode 100644 index 0000000000..23a9449b56 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2s +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.80.inst.cfg new file mode 100644 index 0000000000..a4ec2af878 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_2s/elegoo_neptune_2s_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_2s +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.20.inst.cfg new file mode 100644 index 0000000000..253e434aaa --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3 +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.40.inst.cfg new file mode 100644 index 0000000000..1a638c6f36 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3 +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.60.inst.cfg new file mode 100644 index 0000000000..4ae27b83f3 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3 +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.80.inst.cfg new file mode 100644 index 0000000000..bd4be2b2dc --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3/elegoo_neptune_3_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3 +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.20.inst.cfg new file mode 100644 index 0000000000..502b18c49a --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.40.inst.cfg new file mode 100644 index 0000000000..8e5aa468d8 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.60.inst.cfg new file mode 100644 index 0000000000..58dd28cbc1 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.80.inst.cfg new file mode 100644 index 0000000000..669d7207e5 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3max/elegoo_neptune_3max_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.20.inst.cfg new file mode 100644 index 0000000000..502b18c49a --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.40.inst.cfg new file mode 100644 index 0000000000..8e5aa468d8 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.60.inst.cfg new file mode 100644 index 0000000000..58dd28cbc1 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.80.inst.cfg new file mode 100644 index 0000000000..669d7207e5 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3plus/elegoo_neptune_3plus_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3max +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.20.inst.cfg new file mode 100644 index 0000000000..54301e7ad8 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3pro +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.40.inst.cfg new file mode 100644 index 0000000000..0e49ef7d51 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3pro +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.60.inst.cfg new file mode 100644 index 0000000000..9e60d5aaa5 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3pro +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.80.inst.cfg new file mode 100644 index 0000000000..c69d81dab8 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_3pro/elegoo_neptune_3pro_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_3pro +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.20.inst.cfg b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.20.inst.cfg new file mode 100644 index 0000000000..c06a52f29b --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.20.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_x +name = 0.20mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.40.inst.cfg b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.40.inst.cfg new file mode 100644 index 0000000000..2d3802546f --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.40.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_x +name = 0.40mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.60.inst.cfg b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.60.inst.cfg new file mode 100644 index 0000000000..e0a715a717 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.60.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_x +name = 0.60mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.80.inst.cfg b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.80.inst.cfg new file mode 100644 index 0000000000..196a9f8ce0 --- /dev/null +++ b/resources/variants/elegoo/elegoo_neptune_x/elegoo_neptune_x_0.80.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = elegoo_neptune_x +name = 0.80mm_Elegoo_Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 +