From e2e7006ee761746b09b76075006162c0c6f699c9 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 4 Feb 2023 20:30:03 +0300 Subject: [PATCH 01/57] Addition of Longer3D LK4 X Vendor provided this information as a custom file for Cura 4; I have taken that input and adjusted to suit Cura 5 --- resources/definitions/longer_lk4_x.def.json | 38 +++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 resources/definitions/longer_lk4_x.def.json diff --git a/resources/definitions/longer_lk4_x.def.json b/resources/definitions/longer_lk4_x.def.json new file mode 100644 index 0000000000..236b8c24dd --- /dev/null +++ b/resources/definitions/longer_lk4_x.def.json @@ -0,0 +1,38 @@ +{ + "version": 2, + "name": "Longer LK4 X", + "inherits": "longer_base", + "metadata": + { + "visible": true, + "platform": "longer_235mm_platform.stl", + "platform_offset": [ + -117.5, + -3, + 117.5 + ], + "quality_definition": "longer_base" + }, + "overrides": + { + "gantry_height": { "value": 35 }, + "machine_depth": { "default_value": 220 }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-55, 20], + [-55, -36], + [35, -36], + [35, 20] + ] + }, + "machine_start_gcode": { "default_value": "; -- LONGER BL-TOUCH Start G-code --\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\n\n; confirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm release\nG4 P100 ; Delay for BL-Touch\n\n; homing\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\n\n; reconfirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm realease\nG4 P100 ; Delay for BL-Touch\n\n; bed leveling\nG29; Auto leveling\nM420 Z5 ; set LEVELING_FADE_HEIGHT\nM500 ; save data of G29 and M420\nM420 S1 ; enable bed leveling\n\n; prepare hot-end\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y150.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y150.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n; -- end of LONGER BL-TOUCH Start G-code --" }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "LONGER LK4 X" }, + "machine_width": { "default_value": 220 }, + "speed_travel": { "value": 65 } + "retraction_amount": { "value": 2.0 }, + "z_seam_type": { "value": "'shortest'" }, + "retraction_combing": { "value": "'noskin'" } + } +} From 92bcacfaaa529bcbdd02c9da46d7cfa8222d867a Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 4 Feb 2023 20:31:14 +0300 Subject: [PATCH 02/57] Create longer_lk4x_0.4.inst.cfg --- resources/variants/longer/longer_lk4x_0.4.inst.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/variants/longer/longer_lk4x_0.4.inst.cfg diff --git a/resources/variants/longer/longer_lk4x_0.4.inst.cfg b/resources/variants/longer/longer_lk4x_0.4.inst.cfg new file mode 100644 index 0000000000..399b02ce70 --- /dev/null +++ b/resources/variants/longer/longer_lk4x_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +definition = longer_lk4x +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 19 +type = variant + +[values] +machine_nozzle_size = 0.4 From e93dd8857d90d3b663f395cc7f57c1df8cf3e0e9 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 4 Feb 2023 20:31:51 +0300 Subject: [PATCH 03/57] Rename longer_lk4_x.def.json to longer_lk4x.def.json --- .../definitions/{longer_lk4_x.def.json => longer_lk4x.def.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/definitions/{longer_lk4_x.def.json => longer_lk4x.def.json} (100%) diff --git a/resources/definitions/longer_lk4_x.def.json b/resources/definitions/longer_lk4x.def.json similarity index 100% rename from resources/definitions/longer_lk4_x.def.json rename to resources/definitions/longer_lk4x.def.json From 18020338eaef30b5d00af678d4ae6f96c26c6ba5 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 4 Feb 2023 20:41:23 +0300 Subject: [PATCH 04/57] Fixed linter error --- resources/definitions/longer_lk4x.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/longer_lk4x.def.json b/resources/definitions/longer_lk4x.def.json index 236b8c24dd..b98dbeca06 100644 --- a/resources/definitions/longer_lk4x.def.json +++ b/resources/definitions/longer_lk4x.def.json @@ -30,7 +30,7 @@ "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "LONGER LK4 X" }, "machine_width": { "default_value": 220 }, - "speed_travel": { "value": 65 } + "speed_travel": { "value": 65 }, "retraction_amount": { "value": 2.0 }, "z_seam_type": { "value": "'shortest'" }, "retraction_combing": { "value": "'noskin'" } From 7dd6335f4b4378981767cb4c1fe40461bd1f4639 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 4 Feb 2023 20:50:37 +0300 Subject: [PATCH 05/57] Outdated definition was updated --- resources/variants/longer/longer_lk4x_0.4.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/variants/longer/longer_lk4x_0.4.inst.cfg b/resources/variants/longer/longer_lk4x_0.4.inst.cfg index 399b02ce70..c5e7cdb230 100644 --- a/resources/variants/longer/longer_lk4x_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk4x_0.4.inst.cfg @@ -5,7 +5,7 @@ version = 4 [metadata] hardware_type = nozzle -setting_version = 19 +setting_version = 21 type = variant [values] From 957ea8541fcfdafee2358549c8c56e17cecfc1c3 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 9 Feb 2023 09:43:19 +0100 Subject: [PATCH 06/57] enable support brim by default remove all support brim mention in the profiles and move this to ultimaker.def.json PP-249 --- resources/definitions/ultimaker.def.json | 1 + resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg | 1 - resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg | 1 - .../quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg | 1 - resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg | 1 - resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg | 1 - resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg | 1 - .../quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg | 1 - resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg | 1 - .../quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg | 1 - .../quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.15mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.1mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.2mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.3mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.06mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.15mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.1mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.2mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.3mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.2mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.3mm.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.4mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.15mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.1mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.2mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.3mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.06mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.15mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.1mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.2mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.3mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.2mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.3mm.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.4mm.inst.cfg | 1 - 35 files changed, 1 insertion(+), 34 deletions(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 655ff0e4ec..fe1ba52ff0 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -111,6 +111,7 @@ "speed_layer_0": { "value": "min(30, layer_height / layer_height_0 * speed_wall_0)" }, "speed_slowdown_layers": { "value": 1 }, "speed_travel_layer_0": { "value": "speed_travel" }, + "support_brim_enable": { "value": "True" }, "support_infill_rate": { "value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15" }, "support_initial_layer_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" }, "support_interface_height": { "value": "2 * layer_height" }, diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg index 480c8fa090..ff204a452d 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Draft_Print.inst.cfg @@ -23,7 +23,6 @@ speed_wall = =math.ceil(speed_print * 50 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 50) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg index c9c26ade18..07035296e1 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Fast_Print.inst.cfg @@ -22,7 +22,6 @@ speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_infill_sparse_thickness = =2*layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg index bccbd8b063..3e6ab7099e 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_BAM_Normal_Quality.inst.cfg @@ -19,7 +19,6 @@ prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 10 support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_infill_sparse_thickness = =2*layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg index 5a0e2d20cb..16ff1df884 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg @@ -19,6 +19,5 @@ prime_tower_enable = False retraction_count_max = 5 skin_overlap = 20 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg index 78d3f70cfe..7da1abbd2e 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg @@ -19,7 +19,6 @@ prime_tower_enable = False retraction_count_max = 5 skin_overlap = 15 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_infill_sparse_thickness = =2*layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg index 1833790825..2683d91c73 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg @@ -17,7 +17,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_infill_sparse_thickness = =3*layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg index 11e18722dd..b54fd2ec9f 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg @@ -17,7 +17,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_infill_sparse_thickness = =2*layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg index 046f49887e..801364c379 100644 --- a/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.8_PVA_Draft_Print.inst.cfg @@ -17,6 +17,5 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru material_print_temperature = =default_material_print_temperature + 5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg index e6a616150e..3508386da6 100644 --- a/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.8_PVA_Superdraft_Print.inst.cfg @@ -16,6 +16,5 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg index e5d469ae21..2673a61bc2 100644 --- a/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.8_PVA_Verydraft_Print.inst.cfg @@ -16,6 +16,5 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.15mm.inst.cfg index 2c7adc4e88..7f7ce91722 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.15mm.inst.cfg @@ -22,7 +22,6 @@ speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.1mm.inst.cfg index 647523cbf0..3bcec88290 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.1mm.inst.cfg @@ -19,7 +19,6 @@ prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 10 support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.2mm.inst.cfg index 179cfb7d04..60de541b7f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.2mm.inst.cfg @@ -23,7 +23,6 @@ speed_wall = =math.ceil(speed_print * 50 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 50) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.3mm.inst.cfg index 1b26bafaf4..ddd659afe0 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_bam_0.3mm.inst.cfg @@ -24,7 +24,6 @@ speed_wall = =math.ceil(speed_print * 50 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 50) support_angle = 45 support_bottom_distance = 0.3 -support_brim_enable = True support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = 0.3 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.06mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.06mm.inst.cfg index 0663d89fec..73af8bb5dd 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.06mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.06mm.inst.cfg @@ -17,7 +17,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = =3 * layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.15mm.inst.cfg index fb5c2d273d..58608d0abb 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.15mm.inst.cfg @@ -19,7 +19,6 @@ prime_tower_enable = False retraction_count_max = 5 skin_overlap = 15 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.1mm.inst.cfg index 18dfbd7fa2..cb443e030f 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.1mm.inst.cfg @@ -17,7 +17,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.2mm.inst.cfg index a15847a5a5..694725c8d5 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.2mm.inst.cfg @@ -19,6 +19,5 @@ prime_tower_enable = False retraction_count_max = 5 skin_overlap = 20 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.3mm.inst.cfg index 05308cc369..62edb18d50 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_pva_0.3mm.inst.cfg @@ -17,7 +17,6 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = 0.3 support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.2mm.inst.cfg index 8b19eeb89b..61d22b4bc0 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.2mm.inst.cfg @@ -17,6 +17,5 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru material_print_temperature = =default_material_print_temperature + 5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.3mm.inst.cfg index 1518ed0335..06c2666a71 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.3mm.inst.cfg @@ -16,7 +16,6 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = 0.3 support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.4mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.4mm.inst.cfg index 38a11076a3..19dcfb82b8 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.4mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.8_pva_0.4mm.inst.cfg @@ -16,6 +16,5 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.15mm.inst.cfg index d2c64fef36..76f078dae0 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.15mm.inst.cfg @@ -22,7 +22,6 @@ speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.1mm.inst.cfg index e57eafbd48..ee599fd6f3 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.1mm.inst.cfg @@ -19,7 +19,6 @@ prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 10 support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.2mm.inst.cfg index 4d629d99c9..153ea699cb 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.2mm.inst.cfg @@ -23,7 +23,6 @@ speed_wall = =math.ceil(speed_print * 50 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 50) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height -support_brim_enable = True support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.3mm.inst.cfg index 77347e56c2..fde3f8ef16 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_bam_0.3mm.inst.cfg @@ -24,7 +24,6 @@ speed_wall = =math.ceil(speed_print * 50 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 50) support_angle = 45 support_bottom_distance = 0.3 -support_brim_enable = True support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = 0.3 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.06mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.06mm.inst.cfg index dc224b65b4..048c0e030f 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.06mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.06mm.inst.cfg @@ -17,7 +17,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = =3 * layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.15mm.inst.cfg index 994c0e818d..5e25d29e10 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.15mm.inst.cfg @@ -19,7 +19,6 @@ prime_tower_enable = False retraction_count_max = 5 skin_overlap = 15 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.1mm.inst.cfg index 7d0fb3f53f..0e475a0fa8 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.1mm.inst.cfg @@ -17,7 +17,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = =2 * layer_height support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.2mm.inst.cfg index c27642a783..8528da96f5 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.2mm.inst.cfg @@ -19,6 +19,5 @@ prime_tower_enable = False retraction_count_max = 5 skin_overlap = 20 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.3mm.inst.cfg index ace2f47c14..925bf152a3 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_pva_0.3mm.inst.cfg @@ -18,7 +18,6 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru prime_tower_enable = False retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = 0.3 support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.2mm.inst.cfg index 3263d763c5..c2e81fb6e0 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.2mm.inst.cfg @@ -17,6 +17,5 @@ cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extru material_print_temperature = =default_material_print_temperature + 5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.3mm.inst.cfg index 6a80ad401c..8cf7c9a0dc 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.3mm.inst.cfg @@ -16,7 +16,6 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_infill_sparse_thickness = 0.3 support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.4mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.4mm.inst.cfg index 61215c4e85..9e9eb537e1 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.4mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.8_pva_0.4mm.inst.cfg @@ -16,6 +16,5 @@ brim_replaces_support = False cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) -support_brim_enable = True support_interface_enable = True From 033e4c8073ea31a090231fae581552f014fa8769 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 9 Feb 2023 09:45:36 +0100 Subject: [PATCH 07/57] set support brim width to 3 line widths PP-249 --- resources/definitions/ultimaker.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index fe1ba52ff0..de9d8d26ba 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -112,6 +112,7 @@ "speed_slowdown_layers": { "value": 1 }, "speed_travel_layer_0": { "value": "speed_travel" }, "support_brim_enable": { "value": "True" }, + "support_brim_width": { "value": "skirt_brim_line_width * 3"}, "support_infill_rate": { "value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15" }, "support_initial_layer_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" }, "support_interface_height": { "value": "2 * layer_height" }, From bd2f09dc42d76bfce46da85b021505d1fca61e4f Mon Sep 17 00:00:00 2001 From: rijkvanmanen Date: Thu, 9 Feb 2023 08:46:47 +0000 Subject: [PATCH 08/57] Applied printer-linter format --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index de9d8d26ba..33805c9cb9 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -112,7 +112,7 @@ "speed_slowdown_layers": { "value": 1 }, "speed_travel_layer_0": { "value": "speed_travel" }, "support_brim_enable": { "value": "True" }, - "support_brim_width": { "value": "skirt_brim_line_width * 3"}, + "support_brim_width": { "value": "skirt_brim_line_width * 3" }, "support_infill_rate": { "value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15" }, "support_initial_layer_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" }, "support_interface_height": { "value": "2 * layer_height" }, From 63f5916cfbe6a47e8bc5b97b8da6d16cce4167de Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Wed, 15 Feb 2023 13:27:58 +0100 Subject: [PATCH 09/57] move support brim to fdmprinter PP-249 --- resources/definitions/fdmprinter.def.json | 10 +++++----- resources/definitions/ultimaker.def.json | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3d07faf5cb..c1964af6e5 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4825,8 +4825,7 @@ "label": "Enable Support Brim", "description": "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate.", "type": "bool", - "default_value": false, - "value": "support_structure == 'tree'", + "default_value": true, "enabled": "support_enable or support_meshes_present", "limit_to_extruder": "support_infill_extruder_nr", "settable_per_mesh": false, @@ -4838,9 +4837,10 @@ "description": "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material.", "type": "float", "unit": "mm", - "default_value": 8.0, + "default_value": 1.2, "minimum_value": "0.0", "maximum_value_warning": "50.0", + "value": "(skirt_brim_line_width * initial_layer_line_width_factor / 100.0) * 3", "enabled": "(support_enable or support_meshes_present) and support_brim_enable", "settable_per_mesh": false, "settable_per_extruder": true, @@ -4852,10 +4852,10 @@ "label": "Support Brim Line Count", "description": "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material.", "type": "int", - "default_value": 20, + "default_value": 3, "minimum_value": "0", "maximum_value_warning": "50 / skirt_brim_line_width", - "value": "math.ceil(support_brim_width / (skirt_brim_line_width * initial_layer_line_width_factor / 100.0))", + "value": "round(support_brim_width / (skirt_brim_line_width * initial_layer_line_width_factor / 100.0))", "enabled": "(support_enable or support_meshes_present) and support_brim_enable", "settable_per_mesh": false, "settable_per_extruder": true, diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 33805c9cb9..655ff0e4ec 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -111,8 +111,6 @@ "speed_layer_0": { "value": "min(30, layer_height / layer_height_0 * speed_wall_0)" }, "speed_slowdown_layers": { "value": 1 }, "speed_travel_layer_0": { "value": "speed_travel" }, - "support_brim_enable": { "value": "True" }, - "support_brim_width": { "value": "skirt_brim_line_width * 3" }, "support_infill_rate": { "value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15" }, "support_initial_layer_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" }, "support_interface_height": { "value": "2 * layer_height" }, From 434b6f13c1d90a6f4ca513e82839d9d1c05392d8 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:54:08 +0100 Subject: [PATCH 10/57] Consistent max. and warning for the build plate temperature. S-line + Colorado warning >120C and error >140C UM3 family error > 115C UM2 family error > 110C Relates to PP-324 --- resources/definitions/ultimaker.def.json | 9 +++++++-- resources/definitions/ultimaker2.def.json | 9 +++++++++ .../definitions/ultimaker2_plus_connect.def.json | 2 -- resources/definitions/ultimaker3.def.json | 11 +++++++++-- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index a1be0e9dfe..e32fda31d1 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -69,10 +69,15 @@ "machine_max_feedrate_e": { "default_value": 45 }, "material_bed_temperature": { - "maximum_value_warning": "125", + "maximum_value": "140", + "maximum_value_warning": "120", + "minimum_value": "0" + }, + "material_bed_temperature_layer_0": { + "maximum_value": "140", + "maximum_value_warning": "120", "minimum_value": "0" }, - "material_bed_temperature_layer_0": { "maximum_value_warning": "125" }, "material_print_temperature": { "minimum_value": "0" }, "material_standby_temperature": { diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json index f68d51dd6c..f45e6b6859 100644 --- a/resources/definitions/ultimaker2.def.json +++ b/resources/definitions/ultimaker2.def.json @@ -90,6 +90,15 @@ ] }, "machine_heated_bed": { "default_value": true }, + "material_bed_temperature": + { + "maximum_value": "110", + "maximum_value_warning": "110" + }, + "material_bed_temperature_layer_0": { + "maximum_value": "110", + "maximum_value_warning": "110" + }, "machine_height": { "default_value": 205 }, "machine_max_feedrate_x": { "default_value": 300 }, "machine_max_feedrate_y": { "default_value": 300 }, diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json index fbcbcc6dc8..2e7a98fdd6 100644 --- a/resources/definitions/ultimaker2_plus_connect.def.json +++ b/resources/definitions/ultimaker2_plus_connect.def.json @@ -99,8 +99,6 @@ "machine_show_variants": { "default_value": true }, "machine_start_gcode": { "value": "''" }, "machine_width": { "default_value": 223 }, - "material_bed_temperature": { "maximum_value": 110 }, - "material_bed_temperature_layer_0": { "maximum_value": 110 }, "material_initial_print_temperature": { "maximum_value": 260, diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index a929e28258..4ee344b924 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -135,8 +135,15 @@ "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_start_gcode": { "default_value": "" }, "machine_width": { "default_value": 233 }, - "material_bed_temperature": { "maximum_value": "115" }, - "material_bed_temperature_layer_0": { "maximum_value": "115" }, + "material_bed_temperature": + { + "maximum_value": "115", + "maximum_value_warning": "115" + }, + "material_bed_temperature_layer_0": { + "maximum_value": "115", + "maximum_value_warning": "115" + }, "multiple_mesh_overlap": { "value": "0" }, "optimize_wall_printing_order": { "value": "True" }, "prime_blob_enable": From 167b9a0ef33936f4f0645a2ca006bcacb4d65040 Mon Sep 17 00:00:00 2001 From: pkuiper-ultimaker Date: Fri, 17 Feb 2023 08:55:10 +0000 Subject: [PATCH 11/57] Applied printer-linter format --- resources/definitions/ultimaker.def.json | 3 ++- resources/definitions/ultimaker2.def.json | 19 ++++++++++--------- resources/definitions/ultimaker3.def.json | 3 ++- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index e32fda31d1..4a19376b67 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -73,7 +73,8 @@ "maximum_value_warning": "120", "minimum_value": "0" }, - "material_bed_temperature_layer_0": { + "material_bed_temperature_layer_0": + { "maximum_value": "140", "maximum_value_warning": "120", "minimum_value": "0" diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json index f45e6b6859..bc7f945001 100644 --- a/resources/definitions/ultimaker2.def.json +++ b/resources/definitions/ultimaker2.def.json @@ -90,15 +90,6 @@ ] }, "machine_heated_bed": { "default_value": true }, - "material_bed_temperature": - { - "maximum_value": "110", - "maximum_value_warning": "110" - }, - "material_bed_temperature_layer_0": { - "maximum_value": "110", - "maximum_value_warning": "110" - }, "machine_height": { "default_value": 205 }, "machine_max_feedrate_x": { "default_value": 300 }, "machine_max_feedrate_y": { "default_value": 300 }, @@ -109,6 +100,16 @@ "machine_start_gcode": { "value": "\"G0 F3000 Y50 ;avoid prime blob\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 Z0 ;move Z to bottom endstops\\nG28 X0 Y0 ;move X/Y to endstops\\nG1 X15 Y0 F4000 ;move X/Y to front of printer\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 Y50 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\"" }, "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, "machine_width": { "default_value": 223 }, + "material_bed_temperature": + { + "maximum_value": "110", + "maximum_value_warning": "110" + }, + "material_bed_temperature_layer_0": + { + "maximum_value": "110", + "maximum_value_warning": "110" + }, "speed_slowdown_layers": { "value": 2 }, "support_z_distance": { "value": "0.1" } } diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 4ee344b924..5e6575a871 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -140,7 +140,8 @@ "maximum_value": "115", "maximum_value_warning": "115" }, - "material_bed_temperature_layer_0": { + "material_bed_temperature_layer_0": + { "maximum_value": "115", "maximum_value_warning": "115" }, From f7fd02cde972cc785b4c2f534389dadde29660a7 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 20 Feb 2023 17:06:49 +0100 Subject: [PATCH 12/57] warnings at same value as max don't make sense PP-324 --- resources/definitions/ultimaker2.def.json | 12 ++---------- resources/definitions/ultimaker3.def.json | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json index bc7f945001..def26c9b6f 100644 --- a/resources/definitions/ultimaker2.def.json +++ b/resources/definitions/ultimaker2.def.json @@ -100,16 +100,8 @@ "machine_start_gcode": { "value": "\"G0 F3000 Y50 ;avoid prime blob\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 Z0 ;move Z to bottom endstops\\nG28 X0 Y0 ;move X/Y to endstops\\nG1 X15 Y0 F4000 ;move X/Y to front of printer\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 Y50 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\"" }, "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, "machine_width": { "default_value": 223 }, - "material_bed_temperature": - { - "maximum_value": "110", - "maximum_value_warning": "110" - }, - "material_bed_temperature_layer_0": - { - "maximum_value": "110", - "maximum_value_warning": "110" - }, + "material_bed_temperature": { "maximum_value": "110" }, + "material_bed_temperature_layer_0": { "maximum_value": "110" }, "speed_slowdown_layers": { "value": 2 }, "support_z_distance": { "value": "0.1" } } diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 5e6575a871..a929e28258 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -135,16 +135,8 @@ "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_start_gcode": { "default_value": "" }, "machine_width": { "default_value": 233 }, - "material_bed_temperature": - { - "maximum_value": "115", - "maximum_value_warning": "115" - }, - "material_bed_temperature_layer_0": - { - "maximum_value": "115", - "maximum_value_warning": "115" - }, + "material_bed_temperature": { "maximum_value": "115" }, + "material_bed_temperature_layer_0": { "maximum_value": "115" }, "multiple_mesh_overlap": { "value": "0" }, "optimize_wall_printing_order": { "value": "True" }, "prime_blob_enable": From f8d3e914bc3b274a05e6b3a5b7dbc1e8e0996e69 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 23 Mar 2023 11:55:35 +0100 Subject: [PATCH 13/57] Copied relevant settings from xmas branch Since the xmas branch was based on 5.2 and that branch contained some magic to facilitate the S7 release with a lot of definition/profile changes. It is best to manually copy the relevant setting. Contributes to CURA-10415 Contributes to CURA-10415 --- resources/definitions/fdmprinter.def.json | 164 ++++++++++++++++++++-- 1 file changed, 155 insertions(+), 9 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 0260cc4a0d..ece5daa9e8 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4569,12 +4569,14 @@ "unit": "\u00b0", "type": "float", "minimum_value": "0", - "maximum_value": "90", - "maximum_value_warning": "60", - "default_value": 40, + "minimum_value_warning": "20", + "maximum_value": "89", + "maximum_value_warning": "85", + "default_value": 60, + "value": "support_angle", "limit_to_extruder": "support_infill_extruder_nr", "enabled": "support_enable and support_structure=='tree'", - "settable_per_mesh": false, + "settable_per_mesh": true, "settable_per_extruder": true }, "support_tree_branch_distance": @@ -4597,10 +4599,10 @@ "type": "float", "minimum_value": "0.001", "minimum_value_warning": "support_line_width * 2", - "default_value": 2, + "default_value": 5, "limit_to_extruder": "support_infill_extruder_nr", "enabled": "support_enable and support_structure=='tree'", - "settable_per_mesh": false, + "settable_per_mesh": true, "settable_per_extruder": true }, "support_tree_max_diameter": @@ -4611,7 +4613,7 @@ "type": "float", "minimum_value": "support_tree_branch_diameter", "minimum_value_warning": "support_line_width * 5", - "default_value": 15, + "default_value": 25, "limit_to_extruder": "support_infill_extruder_nr", "enabled": "support_enable and support_structure=='tree'", "settable_per_mesh": false, @@ -4626,10 +4628,10 @@ "minimum_value": "0", "maximum_value": "89.9999", "maximum_value_warning": "15", - "default_value": 5, + "default_value": 7, "limit_to_extruder": "support_infill_extruder_nr", "enabled": "support_enable and support_structure=='tree'", - "settable_per_mesh": false, + "settable_per_mesh": true, "settable_per_extruder": true }, "support_tree_collision_resolution": @@ -4664,6 +4666,132 @@ "settable_per_mesh": false, "settable_per_extruder": false }, + "support_tree_angle_slow": + { + "label": "Tree Support 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", + "minimum_value": "0", + "minimum_value_warning": "10", + "maximum_value": "support_tree_angle", + "maximum_value_warning": "support_tree_angle-1", + "default_value": 50, + "value": "support_tree_angle * 2 / 3", + "limit_to_extruder": "support_infill_extruder_nr", + "enabled": "support_enable and support_structure=='tree'", + "settable_per_mesh": true, + "settable_per_extruder": true + }, + "support_tree_max_diameter_increase_by_merges_when_support_to_model": + { + "label": "Tree Support 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", + "minimum_value": "0", + "default_value": 1, + "limit_to_extruder": "support_infill_extruder_nr", + "enabled": "support_enable and support_structure=='tree' and resolveOrValue('support_type') == 'everywhere' ", + "settable_per_mesh": true, + "settable_per_extruder": true + }, + "support_tree_min_height_to_model": + { + "label": "Tree Support 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", + "minimum_value": "0", + "maximum_value_warning": "5", + "default_value": 3, + "limit_to_extruder": "support_infill_extruder_nr", + "enabled": "support_enable and support_structure=='tree' and resolveOrValue('support_type') == 'everywhere' ", + "settable_per_mesh": true, + "settable_per_extruder": true + }, + "support_tree_bp_diameter": + { + "label": "Tree Support Inital Layer Diameter", + "description": "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion.", + "unit": "mm", + "type": "float", + "minimum_value": "0", + "maximum_value_warning": "20", + "default_value": 7.5, + "limit_to_extruder": "support_infill_extruder_nr", + "enabled": "support_enable and support_structure=='tree'", + "settable_per_mesh": true, + "settable_per_extruder": true + }, + "support_tree_top_rate": + { + "label": "Tree Support 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", + "minimum_value": "0.1", + "minimum_value_warning": "5", + "maximum_value_warning": "35", + "default_value": 15, + "value": "30 if support_roof_enable else 10", + "enabled": "support_enable and support_structure=='tree'", + "limit_to_extruder": "support_infill_extruder_nr", + "settable_per_mesh": true, + "settable_per_extruder": true + }, + "support_tree_tip_diameter": + { + "label": "Tree Support Tip Diameter", + "description": "The diameter of the top of the tip of the branches of tree support.", + "unit": "mm", + "type": "float", + "minimum_value": "min_wall_line_width", + "maximum_value": "support_tree_branch_diameter", + "default_value": 0.4, + "value": "support_line_width * 2", + "limit_to_extruder": "support_infill_extruder_nr", + "enabled": "support_enable and support_structure=='tree'", + "settable_per_mesh": true, + "settable_per_extruder": true + }, + "support_tree_limit_branch_reach": + { + "label": "Tree Support 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, + "enabled": "support_enable and support_structure=='tree'", + "settable_per_mesh": true + }, + "support_tree_branch_reach_limit": + { + "label": "Tree Support 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", + "minimum_value": "1", + "minimum_value_warning": "10", + "default_value": 30, + "enabled": "support_enable and support_tree_limit_branch_reach and support_structure=='tree'", + "settable_per_mesh": true + }, + "support_tree_rest_preference": + { + "label": "Tree Support Rest Preference", + "description": "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere", + "type": "enum", + "options": + { + "buildplate": "Buildplate", + "graceful": "On any flat surface" + }, + "default_value": "buildplate", + "value": "'buildplate' if support_type == 'buildplate' else 'graceful'", + "resolve": "'buildplate' if 'buildplate' in extruderValues('support_tree_rest_preference') else 'graceful'", + "enabled": "support_enable and support_structure=='tree' and support_type == 'everywhere'", + "settable_per_mesh": true + }, "support_angle": { "label": "Support Overhang Angle", @@ -5430,6 +5558,24 @@ } } }, + "support_interface_priority": + { + "label": "Support Interface Priority", + "description": "How support interface and support will interact when they overlap. Currently only implemented for support roof.", + "type": "enum", + "options": + { + "support_area_overwrite_interface_area": "Support preferred", + "interface_area_overwrite_support_area": "Interface preferred", + "support_lines_overwrite_interface_area": "Support lines preferred", + "interface_lines_overwrite_support_area": "Interface lines preferred", + "nothing": "Both overlap" + }, + "default_value": "interface_area_overwrite_support_area", + "settable_per_extruder": false, + "enabled": "support_enable and support_structure=='tree' and support_roof_enable", + "settable_per_mesh": false + }, "support_interface_angles": { "label": "Support Interface Line Directions", From 8a36e0727485fc9d5cfa64ef1fb68a72dd154933 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 23 Mar 2023 11:59:42 +0100 Subject: [PATCH 14/57] Copied relevant setting_visibilities from xmas branch Since the xmas branch was based on 5.2 and that branch contained some magic to facilitate the S7 release with a lot of definition/profile changes. It is best to manually copy the relevant setting. Contributes to CURA-10415 --- resources/setting_visibility/expert.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 2439df8785..14dea66b70 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -296,6 +296,17 @@ support_tower_diameter support_tower_maximum_supported_diameter support_tower_roof_angle support_mesh_drop_down +support_tree_angle_slow +support_tree_max_diameter_increase_by_merges_when_support_to_model +support_tree_min_height_to_model +support_tree_bp_diameter +support_tree_top_rate +support_tree_tip_diameter +support_tree_max_diameter +support_tree_limit_branch_reach +support_tree_branch_reach_limit +support_tree_rest_preference +support_interface_priority [platform_adhesion] prime_blob_enable From 62ade08d977ca159fb49b391897c532fdcfdc620 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Thu, 23 Mar 2023 11:04:28 +0000 Subject: [PATCH 15/57] update translations --- resources/i18n/cs_CZ/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/de_DE/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/es_ES/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/fdmprinter.def.json.pot | 137 +++++++++++++++++++- resources/i18n/fi_FI/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/fr_FR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/hu_HU/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/it_IT/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/ja_JP/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/ko_KR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/nl_NL/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/pl_PL/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/pt_BR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/pt_PT/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/ru_RU/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/tr_TR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/zh_CN/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/zh_TW/fdmprinter.def.json.po | 137 +++++++++++++++++++- 18 files changed, 2448 insertions(+), 18 deletions(-) diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 4422b41a53..e059dbadf7 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Část plně obklopená jinou částí může generovat vnější límec, který se dotýká vnitřku obklopující části. Toto nastavení odstraní límec v dané vzdálenosti od vnitřních otvorů." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Upravuje hustotu střech a podlah nosné konstrukce. Vyšší hodnota má za následek lepší přesahy, ale podpory je těžší odstranit." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Obojí" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Teplota sestavení" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -881,6 +901,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Průměr" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1746,6 +1771,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Jak daleko je zatažen filament každého extruderu sdílené trysky po dokončení počátečního G kódu tiskárny. Tato hodnota by se měla rovnat nebo být vyšší než je délka společné části vedení trysky." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2051,6 +2086,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Zevnitř ven" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2211,6 +2256,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2896,6 +2946,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Offset s extrudérem" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4101,6 +4156,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Vzor rozhraní podpor" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4271,6 +4331,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Vzdálenost Z podor" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4586,6 +4656,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Průměr větve stromu podpory Průměr nejtenčí větve stromu podpory. Silnější větve jsou odolnější. Větve směrem k základně budou silnější než tato." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5215,6 +5290,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Minimální objem pro každou vrstvu hlavní věže, aby se propláchlo dost materiálu." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5370,6 +5450,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Poloha poblíž místa, kde začít tisknout každou část ve vrstvě." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5985,6 +6075,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Úhel větve stromové podpory" +#: 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" @@ -6005,6 +6100,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Stromová podpora - rozlišení kolize" +#: 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 Inital 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_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" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index 20d4292d38..e547e0c4ea 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Ist ein Teil vollständig von einem anderen Teil eingeschlossen, wird möglicherweise ein äußeres Brim-Element erzeugt, das die Innenseite des anderen Teils berührt. Hierdurch wird der Teil des Brim-Elements entfernt, der sich innerhalb dieses Abstands zu inneren Löchern befindet." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Die Dichte der Stützstrukturdächer und -böden wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Beides" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatur Druckabmessung" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Durchmesser" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Bestimmt, wie weit das Filament jedes Extruders bei Abschluss des GCode-Skripts „printer-start“ von der gemeinsam genutzten Düsenspitze zurückgezogen sein soll; der Wert sollte gleich oder größer sein als die Länge des gemeinsamen Teils der Düsenkanäle." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Von innen nach außen" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Versatz mit Extruder" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Muster Stützstrukturschnittstelle" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Z-Abstand der Stützstruktur" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Dies beschreibt den Durchmesser der dünnsten Äste der Baumstützstruktur. Dickere Äste sind stabiler. Äste zur Basis hin werden dicker als diese sein." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Das Mindestvolumen für jede Schicht des Einzugsturms, um ausreichend Material zu spülen." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Die Position in der Nähe der Stelle, an der die einzelnen Teile einer Ebene gedruckt werden sollen." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Astwinkel der Baumstützstruktur" +#: 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Kollisionsauflösung 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 Inital 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_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" diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index 879c4daffe..ee061335ed 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Una pieza completamente cerrada dentro de otra pieza puede generar un borde exterior que toque el interior de la otra pieza. Esta función elimina todos los bordes situados a menos de esta distancia de los orificios internos." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajusta la densidad de los techos y suelos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Ambos" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura de volumen de impresión" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diámetro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "La cantidad de filamento de cada extrusor que se supone que se ha retirado de la punta de la tobera compartida al final de la secuencia de comandos gcode de inicio de la impresora; el valor debe ser igual o mayor que la longitud de la parte común de los conductos de la tobera." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Del interior al exterior" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Desplazamiento con extrusor" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Patrón de la interfaz de soporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distancia en Z del soporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "El diámetro de las ramas más finas del soporte en árbol. Cuanto más gruesas sean las ramas, más robustas serán. Las ramas que estén cerca de la base serán más gruesas que esto." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "El volumen mínimo de cada capa de la torre auxiliar que permite purgar suficiente material." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "La posición cerca de donde comenzará la impresión de cada parte de una capa." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ángulo de las ramas del soporte en á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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolución de colisión 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 Inital 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_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" diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot index c5d9522761..875ec2a863 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -3846,6 +3846,106 @@ msgctxt "support_type option everywhere" msgid "Everywhere" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Tree Support Preferred Branch Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +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_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +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_min_height_to_model description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Tree Support Inital Layer Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Tree Support Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tree Support Tip Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Tree Support 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)" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Tree Support Optimal Branch Range" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Tree Support Rest Preference" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "support_angle label" msgid "Support Overhang Angle" @@ -4476,6 +4576,41 @@ msgctxt "support_bottom_offset description" msgid "Amount of offset applied to the floors of the support." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_angles label" msgid "Support Interface Line Directions" diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index f547dac4b1..8348055201 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -76,6 +76,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -138,6 +143,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Säätää tukirakenteen kattojen ja lattioiden tiheyttä. Korkeammat arvot tuottavat parempia ulokkeita, mutta tuet on vaikeampi poistaa." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -318,6 +328,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Molemmat" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -543,6 +558,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -878,6 +898,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Läpimitta" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1741,6 +1766,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2046,6 +2081,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2206,6 +2251,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2891,6 +2941,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Tukiliittymän kuvio" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4270,6 +4330,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Tuen Z-etäisyys" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4585,6 +4655,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5213,6 +5288,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Esitäyttötornin kunkin kerroksen minimitilavuus, jotta voidaan poistaa riittävästi materiaalia." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5368,6 +5448,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5984,6 +6074,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -6004,6 +6099,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index 99cd70d2b9..92c7f699da 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Une pièce entièrement contenue à l'intérieur d'une autre peut générer une bordure extérieure qui vient en contact avec l'intérieur de la pièce extérieure. Cette fonction supprime à cette distance toutes les bordures situées dans des vides intérieurs." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajuste la densité des plafonds et bas de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Les deux" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Température du volume d'impression" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diamètre" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "La quantité de filament de chaque extrudeuse qui est supposée avoir été rétractée de l'extrémité de la buse partagée à la fin du script gcode de démarrage de l'imprimante ; la valeur doit être égale ou supérieure à la longueur de la partie commune des conduits de la buse." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "De l'intérieur vers l'extérieur" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Décalage avec extrudeuse" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Motif de l'interface de support" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distance Z des supports" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Diamètre des branches les plus minces du support arborescent. Plus les branches sont épaisses, plus elles sont robustes ; les branches proches de la base seront plus épaisses que cette valeur." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Le volume minimum pour chaque touche de la tour d'amorçage afin de purger suffisamment de matériau." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "La position près de laquelle démarre l'impression de chaque partie dans une couche." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Angle des branches de support arborescent" +#: 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Résolution de collision du 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 Inital 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_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" diff --git a/resources/i18n/hu_HU/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 8fb18340ca..259c7476fb 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Beállítja a támasz interfész sűrűségét a támasz alsó és a felső felületein.A magasabb érték jobb minőségű túlnyúlás nyomtatást tesz lehetővém viszont a támaszt nehezebb lesz eltávolítani." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Mindkettő" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Építési tér hőmérséklete" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -881,6 +901,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Átmérő" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1746,6 +1771,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2051,6 +2086,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2211,6 +2256,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2896,6 +2946,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Extruder eltolás" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4103,6 +4158,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Interfész minta" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4275,6 +4335,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Támasz Z távolság" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4590,6 +4660,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "A támasz legvékonyabb ágainak átmérője. A vastagabb ágak erősebbek. Az alap felé eső ágak vastagabbak lesznek, mint ez a méret." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5220,6 +5295,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Az előtorony minimális térfogata, minden egyes rétegben ahhoz, hogy az anyagcserét teljes egészében végre tudja hajtani." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5378,6 +5458,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Az a pont, ahol az egyes rétegek nyomtatását kezdeni fogja." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5994,6 +6084,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Támaszágak szöge" +#: 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" @@ -6014,6 +6109,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Ütközés felbontá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 Inital 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_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" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index 08b8fa42b8..34884970d3 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Una parte completamente racchiusa all'interno di un'altra parte può generare un brim esterno che tocca l'interno dell'altra parte. Questo rimuove tutto il brim entro questa distanza dai fori interni." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Regola la densità delle parti superiori e inferiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Entrambi" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura volume di stampa" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diametro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "La quantità di filamento di ogni estrusore che si presume sia stata retratta dalla punta dell'ugello condiviso al termine dello script gcode di avvio stampante; il valore deve essere uguale o maggiore della lunghezza della parte comune dei condotti dell'ugello." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Dall'interno all'esterno" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Offset con estrusore" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Configurazione interfaccia supporto" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distanza Z supporto" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Il diametro dei rami più sottili del supporto. I rami più spessi sono più resistenti. I rami verso la base avranno spessore maggiore." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Il volume minimo per ciascuno strato della torre di innesco per scaricare materiale a sufficienza." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "La posizione accanto al punto in cui avviare la stampa di ciascuna parte in uno layer." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Angolo ramo supporto ad 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Risoluzione collisione 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 Inital 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_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" diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index 771d02f4bd..632bbbe858 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "部品が他の部品に完全に囲まれている場合、外壁ブリムが他の部品の内側に接触する場合があります。この設定では、内部の穴からこの距離内にあるすべてのブリムを取り除きます。" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "サポート材のルーフとフロアの密度を調整します 大きな値ではオーバーハングでの成功率があがりますが、サポート材が除去しにくくなります。" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "両方" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "造形温度" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直径" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1741,6 +1766,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "プリンタ起動gcodeスクリプト完了時に、各エクストルーダーのフィラメントが共有ノズルの先端部分から引き戻されていると想定される量。この値は、ノズルのダクトの共通部分の長さ以上にする必要があります。" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2046,6 +2081,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "内側から外側へ" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2206,6 +2251,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2891,6 +2941,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "エクストルーダーのオフセット" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "サポートインタフェースパターン" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "サポートZ距離" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4585,6 +4655,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "ツリーサポートの最も細い枝の直径。枝は太いほど丈夫です。基部に近いところでは、枝はこれよりも太くなります。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5214,6 +5289,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "プライムタワーの各層の最小容積。" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5369,6 +5449,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "レイヤー内の各パーツの印刷を開始する場所付近の位置。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5984,6 +6074,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -6004,6 +6099,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index 11e46febc8..18c48dec2d 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "다른 부품 내부에 완전히 포함된 부품은 다른 부품의 내부와 접촉하는 외부 브림을 생성할 수 있습니다. 이렇게 하면 내부 구멍에서 이 거리 내의 모든 브림이 제거됩니다." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "서포트의 지붕 및 바닥 밀도를 조정합니다. 값이 높을수록 오버행에서 좋지만 서포트를 제거하기가 더 어렵습니다." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "모두" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "빌드 볼륨 온도" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "직경" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1741,6 +1766,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "프린터 시작 gcode 스크립트가 완료될 때 공유된 노즐 끝에서 각 익스트루더의 필라멘트가 수축된 것으로 가정하는 정도입니다. 이 값은 노즐 덕트의 공통 부분의 길이와 같거나 커야 합니다." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2046,6 +2081,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "내부에서 외부로" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2206,6 +2251,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2891,6 +2941,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "익스트루더로 오프셋" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4096,6 +4151,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "서포트 인터페이스 패턴" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4266,6 +4326,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "서포트 Z 거리" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4581,6 +4651,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "트리 서포트의 가장 얇은 브랜치의 직경. 브랜치가 두꺼울수록 더 견고해집니다. 바닥을 향한 브랜치는 이보다 더 두꺼워집니다." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5210,6 +5285,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "충분한 재료를 퍼지하기 위해 프라임 타워 각 층의 최소 부피." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5365,6 +5445,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "레이어에서 각 부품의 프린팅이 시작할 위치 근처입니다." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5980,6 +6070,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -6000,6 +6095,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index 0ab8b3fd58..2a19c87024 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Een deel dat volledig in een ander deel is ingesloten, kan een buitenste brim genereren die de binnenkant van het andere deel raakt. Dit verwijdert alle brim binnen deze afstand van interne gaten." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Past de dichtheid van de daken en vloeren van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Beide" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatuur werkvolume" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diameter" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Hoever het filament van elke extruder geacht wordt te zijn ingetrokken vanuit de gedeelde nozzle als het G-code-script voor het opstarten van de printer is uitgevoerd. De waarde mag niet gelijk zijn aan of groter zijn dan de lengte van het gemeenschappelijke deel van de kanalen in de nozzle." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Van binnen naar buiten" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Offset met extruder" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Patroon Verbindingsstructuur" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Z-afstand Supportstructuur" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Hiermee stelt u de diameter in van de dunste takken van de boomsupportstructuur. Dikkere takken zijn steviger. Takken die dichter bij de stam liggen, zijn dikker dan dit." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Het minimale volume voor elke laag van de primepijler om voldoende materiaal te zuiveren." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "De positie nabij waar met het printen van elk deel van een laag moet worden begonnen." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Hoek van takken van boomsupportstructuur" +#: 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolutie bij botsingen van de 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 Inital 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_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" diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index 36fc0e9ac5..4319f0e391 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11: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" @@ -76,6 +76,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -140,6 +145,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Dostosowuje gęstość dachów i podłoży podpory. Wyższa wartość powoduje lepsze zwisy, ale podpory są trudniejsze do usunięcia." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -320,6 +330,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Oba" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -545,6 +560,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura obszaru roboczego" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -880,6 +900,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Średnica" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1747,6 +1772,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2052,6 +2087,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2212,6 +2257,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2897,6 +2947,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Przesunięcie ekstrudera" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4104,6 +4159,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Wzór Połączenia Podpory" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4276,6 +4336,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Odległość Podpory Z" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4591,6 +4661,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Średnica najcieńszej gałęzi drzewiastej podpory. Grubsze gałęzie są bardziej sztywne. Gałęzie bliżej podłoża będą grubsze od tego." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5221,6 +5296,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Minimalna objętość każdej warstwy wieży czyszczącej w celu oczyszczenia wystarczającej ilości materiału." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5379,6 +5459,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Najbliższa pozycja startu druku każdej warstwy." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5995,6 +6085,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Kąt Gałęzi Drzewnej Podpory" +#: 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" @@ -6015,6 +6110,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Rozdzielczość Kolizji 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 Inital 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_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" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index 2e3a7ac249..92c5c328b8 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11: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" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Uma peça completamente contida em outra peça pode gerar um brim externo que toca o interior da outra parte. Este ajuste remove todo o brim dentro desta distância dos buracos internos." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajusta a densidade dos topos e bases da estrutura de suporte. Um valor maior resulta em seções pendentes melhores, mas os suportes são mais difíceis de remover." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Ambos" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura do Volume de Impressão" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -881,6 +901,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diâmetro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1748,6 +1773,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Quanto é assumido que o filamento de cada extrusor tenha retraído da ponta do bico ao completar o script g-code de início da impressora; o valor deve ser igual ou superior ao comprimento da parte comum dos dutos do bico." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2053,6 +2088,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "De Dentro Pra Fora" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2213,6 +2258,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2898,6 +2948,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Deslocamento com o Extrusor" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4105,6 +4160,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Padrão da Interface de Suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4277,6 +4337,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distância em Z do Suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4592,6 +4662,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "O diâmetro dos galhos mais finos do suporte em árvore. Galhos mais grossos são mais resistentes. Galhos na direção da base serão mais grossos que essa medida." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5222,6 +5297,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "O volume mínimo para cada camada da torre de purga de forma a purgar material suficiente." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5380,6 +5460,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "A posição perto da qual se inicia a impressão de cada parte em uma camada." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5996,6 +6086,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ângulo do Galho do Suporte em Á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" @@ -6016,6 +6111,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolução de Colisão 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 Inital 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_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" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 36c99e1bee..52d7d5835d 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Uma peça totalmente fechada dentro de outra peça pode gerar uma aba externa que toca a parte interna da outra peça. Isto remove todas as bordas dentro dessa distância dos orifícios internos." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajusta a densidade dos tectos e pisos da estrutura de suporte. Um valor mais elevado resulta em melhores saliências, embora os suportes sejam mais difíceis de remover." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Ambos" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura do volume de construção" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diâmetro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Até que ponto se assume que o filamento de cada extrusora foi retraído a partir da ponta do bocal partilhado após a conclusão do script gcode de arranque da impressora; o valor deverá ser igual ou superior ao comprimento da parte comum das condutas do bocal." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "De dentro para fora" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Desviar com extrusor" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Padrão da interface de suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distância Z de suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "O diâmetro dos ramos mais finos dos suportes tipo árvore. Ramos mais grossos são mais robustos. Os ramos serão progressivamente mais grossos do que este diâmetro quanto mais perto estiverem da base." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "O volume mínimo para cada camada da torre de preparação para preparar material suficiente." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "A posição próxima do local onde a impressão de cada parte de uma camada será iniciada." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ângulo Ramos Suportes Á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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolução Colisão 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 Inital 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_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" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index 169355a106..0af98066c2 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Деталь, полностью заключенная внутри другой детали, может иметь внешний край, который касается внутренней части другой детали. Это опция удаляет все края на этом расстоянии от внутренних отверстий." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Настройте плотность верха и низа структуры поддержек. Большее значение приведёт к улучшению нависаний, но такие поддержки будет труднее удалять." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Оба варианта" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Температура для объема печати" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Диаметр" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Показывает, насколько материал каждого экструдера предположительно вытянут от наконечника общего сопла по завершении запуска сценария gcode принтера; значение должно быть равно длине общей части каналов сопла или превышать ее." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "От внутренних к внешним" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Смещение с экструдером" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Шаблон связующего слоя" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Зазор поддержки по оси Z" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Диаметр самых тонких ответвлений древовидной поддержки. Чем толще ответвление, тем оно крепче. Ответвления возле основания будут иметь толщину, превышающую данное значение." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Минимальный объём материала на каждый слой черновой башни, который требуется выдавить." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Позиция, рядом с которой следует начинать путь на каждом слое." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index 58b7edb199..c61c3cec02 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Bir başka parçanın içine tamamen kapatılmış bir parça, diğer parçanın içine temas eden bir dış kenar oluşturabilir. Bu, iç deliklerden bu mesafe içindeki tüm kenarları kaldırır." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Destek yapısının çatılarının ve zeminlerinin yoğunluğunu ayarlar. Daha yüksek bir değer daha iyi çıkıntılar ortaya çıkarırken, desteklerin kaldırılmasını zorlaştırır." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Her İkisi" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Yapı Disk Bölümü Sıcaklığı" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Çap" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Printer-start gcode betiğinin tamamlanmasında her bir ekstrüder filamentinin paylaşılan nozül ucundan ne kadar geri çekildiğinin varsayıldığıdır. Değer, nozül kanallarının ortak parçasının uzunluğuna eşit veya daha büyük olmalıdır." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "İçten Dışa" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Ekstruder Ofseti" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Destek Arayüzü Şekli" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Destek Z Mesafesi" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Ağaç desteğin en ince dallarının çapı. Daha kalın dallar daha dayanıklı olur. Tabana doğru uzanan dallar bundan daha kalın olacaktır." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Yeterince malzeme temizlemek için ilk direğin her bir katmanı için minimum hacim." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Bir katmandaki her kısmın basılmaya başlanacağı yere yakın konum." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ağaç Destek Dal Açısı" +#: 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Ağaç Destek Çarpışma Çözünürlüğü" +#: 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 Inital 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_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" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index c15a4d0289..c58a3f66c4 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "一个零件完全封闭在另一个零件内部会生成与另一个零件内部相接触的边沿。这可从内孔移除此距离内的所有边沿。" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "调整支撑结构顶板和底板的密度。 较高的值会实现更好的悬垂,但支撑将更加难以移除。" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "两者都" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "打印体积温度" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -876,6 +896,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直径" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1743,6 +1768,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "假定在打印机启动 gcode 脚本完成后,每个挤出器的细丝从共用喷嘴头缩回多少;该值应等于或大于喷嘴导管公共部分的长度。" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2048,6 +2083,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "从内到外" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2208,6 +2253,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2893,6 +2943,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "挤出机偏移量" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4098,6 +4153,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "支撑接触面图案" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4268,6 +4328,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "支撑 Z 距离" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4583,6 +4653,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "树形支撑最细分支的直径。较粗的分支更坚固。接近基础的分支会比这更粗。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5212,6 +5287,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "为了清除足够的材料,装填塔每层的最小体积。" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5367,6 +5447,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "在该位置附近开始打印层中各个部分。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5982,6 +6072,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -6002,6 +6097,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index 148a9c0ce6..867c26a867 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-03-21 13:32+0000\n" +"POT-Creation-Date: 2023-03-23 11:03+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "調整支撐結構頂板和底板的密度。較高的值會實現更好的突出部分,但支撐將更加難以移除。" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "兩者" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "列印空間溫度" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -881,6 +901,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直徑" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1748,6 +1773,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "在完成\"Printer-start G-code\"後,各擠出機將從共用噴頭回抽多少的線材。此數值應等於或大於噴頭的共用管道長度。" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -2053,6 +2088,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2213,6 +2258,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2898,6 +2948,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "擠出機偏移量" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -4105,6 +4160,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "支撐介面列印樣式" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4277,6 +4337,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "支撐 Z 間距" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4592,6 +4662,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "樹狀支撐中最細樹枝的直徑。越粗的樹枝越堅固。底部的樹枝會比這更粗。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5222,6 +5297,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "為了清除足夠的線材,換料塔每層的最小體積。" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5380,6 +5460,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "每一層開始列印位置要靠近哪個方向。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5996,6 +6086,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -6016,6 +6111,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" From b0f20b8b919b639d089651d7263349fcc760ad20 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 23 Mar 2023 12:09:44 +0100 Subject: [PATCH 16/57] Use the curaengine from the CURA-10415 branch Contributes to CURA-10415 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 414769022b..488650b9d2 100644 --- a/conanfile.py +++ b/conanfile.py @@ -291,7 +291,7 @@ class CuraConan(ConanFile): def requirements(self): self.requires("pyarcus/5.2.2") - self.requires("curaengine/(latest)@ultimaker/testing") + self.requires("curaengine/latest@ultimaker/cura_10415") self.requires("pysavitar/5.2.2") self.requires("pynest2d/5.2.2") self.requires("uranium/(latest)@ultimaker/testing") From 8560a9b57ce0c8844fc642953716554a9d6ca7ac Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 24 Mar 2023 15:14:48 +0100 Subject: [PATCH 17/57] Stop postprocessing plugin creating unnecessary script folders The idea is to only create scripts in the configuration folder, not in all plugins that register their own resource folder. --- .../PostProcessingPlugin.py | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/plugins/PostProcessingPlugin/PostProcessingPlugin.py b/plugins/PostProcessingPlugin/PostProcessingPlugin.py index 845ad45341..5e37ede4c7 100644 --- a/plugins/PostProcessingPlugin/PostProcessingPlugin.py +++ b/plugins/PostProcessingPlugin/PostProcessingPlugin.py @@ -139,22 +139,26 @@ class PostProcessingPlugin(QObject, Extension): if self._loaded_scripts: # Already loaded. return - # The PostProcessingPlugin path is for built-in scripts. - # The Resources path is where the user should store custom scripts. - # The Preferences path is legacy, where the user may previously have stored scripts. - resource_folders = [PluginRegistry.getInstance().getPluginPath("PostProcessingPlugin"), Resources.getStoragePath(Resources.Preferences)] - resource_folders.extend(Resources.getAllPathsForType(Resources.Resources)) - for root in resource_folders: - if root is None: - continue - path = os.path.join(root, "scripts") + # Make sure a "scripts" folder exists in the main configuration folder and the preferences folder. + # On some platforms the resources and preferences folders resolve to the same folder, + # but on Linux they can be different. + for path in set([os.path.join(Resources.getStoragePath(r), "scripts") for r in [Resources.Resources, Resources.Preferences]]): if not os.path.isdir(path): try: os.makedirs(path) except OSError: Logger.log("w", "Unable to create a folder for scripts: " + path) - continue + # The PostProcessingPlugin path is for built-in scripts. + # The Resources path is where the user should store custom scripts. + # The Preferences path is legacy, where the user may previously have stored scripts. + resource_folders = [PluginRegistry.getInstance().getPluginPath("PostProcessingPlugin"), Resources.getStoragePath(Resources.Preferences)] + resource_folders.extend(Resources.getAllPathsForType(Resources.Resources)) + + for root in resource_folders: + if root is None: + continue + path = os.path.join(root, "scripts") self.loadScripts(path) def loadScripts(self, path: str) -> None: From 2e2f6f82eafcfce3e37241f321f1b7a10b8ba35e Mon Sep 17 00:00:00 2001 From: Thomas Rahm <67757218+ThomasRahm@users.noreply.github.com> Date: Wed, 29 Mar 2023 06:39:57 +0200 Subject: [PATCH 18/57] More Tree Support realated changes to fdmprinter.def.json --- resources/definitions/fdmprinter.def.json | 52 ++++++----------------- 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index ece5daa9e8..2b4c1991e3 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4564,8 +4564,8 @@ }, "support_tree_angle": { - "label": "Tree Support Branch Angle", - "description": "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach.", + "label": "Tree Support 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", "minimum_value": "0", @@ -4579,25 +4579,13 @@ "settable_per_mesh": true, "settable_per_extruder": true }, - "support_tree_branch_distance": - { - "label": "Tree Support Branch Distance", - "description": "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove.", - "unit": "mm", - "type": "float", - "minimum_value": "0.001", - "default_value": 1, - "limit_to_extruder": "support_infill_extruder_nr", - "enabled": "support_enable and support_structure=='tree'", - "settable_per_mesh": true - }, "support_tree_branch_diameter": { "label": "Tree Support 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", - "minimum_value": "0.001", + "minimum_value": "support_tree_tip_diameter", "minimum_value_warning": "support_line_width * 2", "default_value": 5, "limit_to_extruder": "support_infill_extruder_nr", @@ -4634,22 +4622,6 @@ "settable_per_mesh": true, "settable_per_extruder": true }, - "support_tree_collision_resolution": - { - "label": "Tree Support Collision Resolution", - "description": "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically.", - "unit": "mm", - "type": "float", - "minimum_value": "0.001", - "minimum_value_warning": "support_line_width / 4", - "maximum_value_warning": "support_line_width * 2", - "default_value": 0.4, - "value": "support_line_width / 2", - "limit_to_extruder": "support_infill_extruder_nr", - "enabled": "support_enable and support_structure=='tree' and support_tree_branch_diameter_angle > 0", - "settable_per_mesh": false, - "settable_per_extruder": true - }, "support_type": { "label": "Support Placement", @@ -4833,7 +4805,7 @@ "description": "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used.", "default_value": 1, "minimum_value": "0", - "minimum_value_warning": "1 if support_pattern == 'concentric' else 0", + "minimum_value_warning": "(1 if support_pattern == 'concentric' else 0) if support_structure == 'normal' else 1", "maximum_value_warning": "0 if (support_skip_some_zags and support_pattern == 'zigzag') else 3", "maximum_value": "999999", "type": "int", @@ -5043,7 +5015,7 @@ "default_value": 0.1, "type": "float", "enabled": "support_enable or support_meshes_present", - "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)", + "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')", "limit_to_extruder": "support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr", "settable_per_mesh": true }, @@ -5117,7 +5089,7 @@ "limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr", "minimum_value": "0", "maximum_value_warning": "1.0", - "enabled": "support_enable or support_meshes_present", + "enabled": "(support_enable and support_structure == 'normal') or support_meshes_present", "settable_per_mesh": true }, "support_bottom_stair_step_width": @@ -5130,7 +5102,7 @@ "limit_to_extruder": "support_interface_extruder_nr if support_bottom_enable else support_infill_extruder_nr", "minimum_value": "0", "maximum_value_warning": "10.0", - "enabled": "(support_enable or support_meshes_present) and support_bottom_stair_step_height > 0", + "enabled": "((support_enable and support_structure == 'normal') or support_meshes_present) and support_bottom_stair_step_height > 0", "settable_per_mesh": true }, "support_bottom_stair_step_min_slope": @@ -5143,7 +5115,7 @@ "limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr", "minimum_value": "0.01", "maximum_value": "89.99", - "enabled": "(support_enable or support_meshes_present) and support_bottom_stair_step_height > 0", + "enabled": "((support_enable and support_structure == 'normal') or support_meshes_present) and support_bottom_stair_step_height > 0", "settable_per_mesh": true }, "support_join_distance": @@ -5171,7 +5143,7 @@ "limit_to_extruder": "support_infill_extruder_nr", "minimum_value_warning": "-1 * machine_nozzle_size", "maximum_value_warning": "10 * machine_nozzle_size", - "enabled": "(support_enable and support_structure == 'normal') or support_meshes_present", + "enabled": "support_enable or support_meshes_present", "settable_per_mesh": false, "settable_per_extruder": true }, @@ -5227,8 +5199,8 @@ "type": "float", "default_value": 0.0, "minimum_value": "0", - "maximum_value_warning": "10", - "enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'", + "maximum_value_warning": "10 if support_structure == 'normal' else 0", + "enabled": "(support_enable or support_meshes_present)", "limit_to_extruder": "support_infill_extruder_nr", "settable_per_mesh": true }, @@ -5509,7 +5481,7 @@ "value": "extruderValue(support_bottom_extruder_nr, 'minimum_interface_area')", "minimum_value": "0", "limit_to_extruder": "support_bottom_extruder_nr", - "enabled": "support_bottom_enable and (support_enable or support_meshes_present)", + "enabled": "support_bottom_enable and ((support_enable and support_structure == 'normal') or support_meshes_present)", "settable_per_mesh": true } } From 536c95555ec42874ca1017e09f5e402dc41965b5 Mon Sep 17 00:00:00 2001 From: Thomas Rahm <67757218+ThomasRahm@users.noreply.github.com> Date: Wed, 29 Mar 2023 06:50:30 +0200 Subject: [PATCH 19/57] Suggested profile changes: Ensure minimum support area is 0 for tree support to avoid 'No trees generated' bug report. Removed extra z heightfor Tree support as this should no longer be required with the new implementation --- resources/definitions/Geeetech_Base_Dual_Extruder.def.json | 2 +- resources/definitions/Geeetech_Base_Multi_Extruder.def.json | 2 +- resources/definitions/Geeetech_Base_Single_Extruder.def.json | 2 +- resources/definitions/ankermake_m5.def.json | 2 +- resources/definitions/anycubic_i3_mega_s.def.json | 4 ++-- resources/definitions/artillery_base.def.json | 2 +- resources/definitions/biqu_base.def.json | 2 +- resources/definitions/blocks_base.def.json | 2 +- resources/definitions/creality_base.def.json | 4 ++-- resources/definitions/flyingbear_base.def.json | 2 +- resources/definitions/fusion3_f410.def.json | 2 +- resources/definitions/kingroon_base.def.json | 2 +- resources/definitions/koonovo_base.def.json | 2 +- resources/definitions/koonovo_kn3.def.json | 2 +- resources/definitions/koonovo_kn5.def.json | 2 +- resources/definitions/lnl3d_base.def.json | 2 +- resources/definitions/longer_base.def.json | 2 +- resources/definitions/mingda_base.def.json | 2 +- resources/definitions/mixware_hyper_k.def.json | 2 +- resources/definitions/modix_v3_base.def.json | 2 +- resources/definitions/modix_v4_base.def.json | 2 +- resources/definitions/rigid3d_base.def.json | 2 +- resources/definitions/tank_m_base.def.json | 2 +- resources/definitions/tronxy_x.def.json | 2 +- resources/definitions/two_trees_base.def.json | 2 +- resources/definitions/vivedino_base.def.json | 2 +- 26 files changed, 28 insertions(+), 28 deletions(-) diff --git a/resources/definitions/Geeetech_Base_Dual_Extruder.def.json b/resources/definitions/Geeetech_Base_Dual_Extruder.def.json index 7bc2bc529c..c8ab3ca623 100644 --- a/resources/definitions/Geeetech_Base_Dual_Extruder.def.json +++ b/resources/definitions/Geeetech_Base_Dual_Extruder.def.json @@ -81,7 +81,7 @@ "value": "material_print_temperature + 5" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "prime_tower_brim_enable": { "value": true }, "prime_tower_min_volume": diff --git a/resources/definitions/Geeetech_Base_Multi_Extruder.def.json b/resources/definitions/Geeetech_Base_Multi_Extruder.def.json index 4d4bc3363a..36783200dd 100644 --- a/resources/definitions/Geeetech_Base_Multi_Extruder.def.json +++ b/resources/definitions/Geeetech_Base_Multi_Extruder.def.json @@ -82,7 +82,7 @@ "value": "material_print_temperature + 5" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "prime_tower_brim_enable": { "value": true }, "prime_tower_min_volume": diff --git a/resources/definitions/Geeetech_Base_Single_Extruder.def.json b/resources/definitions/Geeetech_Base_Single_Extruder.def.json index b155a0ee6c..b901668859 100644 --- a/resources/definitions/Geeetech_Base_Single_Extruder.def.json +++ b/resources/definitions/Geeetech_Base_Single_Extruder.def.json @@ -76,7 +76,7 @@ "value": "material_print_temperature + 5" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'all'" }, "retraction_combing_max_distance": { "value": 30 }, diff --git a/resources/definitions/ankermake_m5.def.json b/resources/definitions/ankermake_m5.def.json index 6d8b0b15e9..47ea58528c 100644 --- a/resources/definitions/ankermake_m5.def.json +++ b/resources/definitions/ankermake_m5.def.json @@ -74,7 +74,7 @@ "value": "material_print_temperature + 5" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "retraction_amount": { "default_value": 1.5 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_hop": { "value": 0.2 }, diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 60b5bf652c..7837b9ab10 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -68,7 +68,7 @@ }, "meshfix_maximum_deviation": { "value": 0.05 }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "value": 6 }, "retraction_combing": { "value": "'off'" }, @@ -113,7 +113,7 @@ "support_interface_skip_height": { "value": 0.2 }, "support_pattern": { "value": "'zigzag'" }, "support_structure": { "value": "'tree'" }, - "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)" }, + "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')" }, "support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" }, "support_wall_count": { "value": 1 }, "support_xy_distance": { "value": "wall_line_width_0 * 2" }, diff --git a/resources/definitions/artillery_base.def.json b/resources/definitions/artillery_base.def.json index e8b779bf00..d12587e383 100644 --- a/resources/definitions/artillery_base.def.json +++ b/resources/definitions/artillery_base.def.json @@ -110,7 +110,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "retraction_amount": { "value": 2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, diff --git a/resources/definitions/biqu_base.def.json b/resources/definitions/biqu_base.def.json index 5b84c72b88..78edc62b74 100755 --- a/resources/definitions/biqu_base.def.json +++ b/resources/definitions/biqu_base.def.json @@ -63,7 +63,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, diff --git a/resources/definitions/blocks_base.def.json b/resources/definitions/blocks_base.def.json index b8e215ab5f..d83e6b31f6 100644 --- a/resources/definitions/blocks_base.def.json +++ b/resources/definitions/blocks_base.def.json @@ -55,7 +55,7 @@ "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, "minimum_polygon_circumference": { "default_value": 0.2 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json index 229c46d7ca..e0af584423 100644 --- a/resources/definitions/creality_base.def.json +++ b/resources/definitions/creality_base.def.json @@ -113,7 +113,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, @@ -159,7 +159,7 @@ "support_interface_pattern": { "value": "'grid'" }, "support_interface_skip_height": { "value": 0.2 }, "support_pattern": { "value": "'zigzag'" }, - "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)" }, + "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')" }, "support_wall_count": { "value": 1 }, "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, diff --git a/resources/definitions/flyingbear_base.def.json b/resources/definitions/flyingbear_base.def.json index dcbeca1e9e..c256ae61f8 100644 --- a/resources/definitions/flyingbear_base.def.json +++ b/resources/definitions/flyingbear_base.def.json @@ -128,7 +128,7 @@ "meshfix_maximum_resolution": { "value": 0.25 }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 5 }, + "minimum_support_area": { "value": "5 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, diff --git a/resources/definitions/fusion3_f410.def.json b/resources/definitions/fusion3_f410.def.json index 1c4fce0d44..6f50a15fd8 100644 --- a/resources/definitions/fusion3_f410.def.json +++ b/resources/definitions/fusion3_f410.def.json @@ -60,7 +60,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retract_at_layer_change": { "value": true }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, diff --git a/resources/definitions/kingroon_base.def.json b/resources/definitions/kingroon_base.def.json index 5f23b602b9..2530ae87b4 100644 --- a/resources/definitions/kingroon_base.def.json +++ b/resources/definitions/kingroon_base.def.json @@ -177,7 +177,7 @@ "meshfix_maximum_resolution": { "value": "0.05" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "retraction_amount": { "value": 2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, diff --git a/resources/definitions/koonovo_base.def.json b/resources/definitions/koonovo_base.def.json index 906293bd59..b22a4267d1 100644 --- a/resources/definitions/koonovo_base.def.json +++ b/resources/definitions/koonovo_base.def.json @@ -48,7 +48,7 @@ "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "retraction_amount": { "value": 2.5 }, "retraction_speed": { "value": 40 }, "skirt_gap": { "value": 6.0 }, diff --git a/resources/definitions/koonovo_kn3.def.json b/resources/definitions/koonovo_kn3.def.json index 13981334b8..ae978b12e0 100644 --- a/resources/definitions/koonovo_kn3.def.json +++ b/resources/definitions/koonovo_kn3.def.json @@ -66,7 +66,7 @@ "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "retraction_amount": { "value": 2.5 }, "retraction_speed": { "value": 40 }, "skirt_gap": { "value": 6.0 }, diff --git a/resources/definitions/koonovo_kn5.def.json b/resources/definitions/koonovo_kn5.def.json index 29bd0c75de..96ae03a6d9 100644 --- a/resources/definitions/koonovo_kn5.def.json +++ b/resources/definitions/koonovo_kn5.def.json @@ -66,7 +66,7 @@ "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "retraction_amount": { "value": 2.5 }, "retraction_speed": { "value": 40 }, "skirt_gap": { "value": 6.0 }, diff --git a/resources/definitions/lnl3d_base.def.json b/resources/definitions/lnl3d_base.def.json index c181e80a8e..5d865808fd 100644 --- a/resources/definitions/lnl3d_base.def.json +++ b/resources/definitions/lnl3d_base.def.json @@ -65,7 +65,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "prime_tower_brim_enable": { "default_value": true }, "prime_tower_wipe_enabled": { "default_value": false }, diff --git a/resources/definitions/longer_base.def.json b/resources/definitions/longer_base.def.json index 4d6ba0beaf..fdc78b838b 100644 --- a/resources/definitions/longer_base.def.json +++ b/resources/definitions/longer_base.def.json @@ -62,7 +62,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "default_value": 5 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, diff --git a/resources/definitions/mingda_base.def.json b/resources/definitions/mingda_base.def.json index c6a294002e..6da76584f3 100644 --- a/resources/definitions/mingda_base.def.json +++ b/resources/definitions/mingda_base.def.json @@ -111,7 +111,7 @@ "meshfix_maximum_resolution": { "value": "0.05" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "retraction_amount": { "value": 2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, diff --git a/resources/definitions/mixware_hyper_k.def.json b/resources/definitions/mixware_hyper_k.def.json index 1b52bd9359..6f2adc246b 100644 --- a/resources/definitions/mixware_hyper_k.def.json +++ b/resources/definitions/mixware_hyper_k.def.json @@ -64,7 +64,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "raft_airgap": { "default_value": 0.24 }, "raft_margin": diff --git a/resources/definitions/modix_v3_base.def.json b/resources/definitions/modix_v3_base.def.json index 6f0205e59e..911d674e68 100644 --- a/resources/definitions/modix_v3_base.def.json +++ b/resources/definitions/modix_v3_base.def.json @@ -45,7 +45,7 @@ "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "value": 1 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, diff --git a/resources/definitions/modix_v4_base.def.json b/resources/definitions/modix_v4_base.def.json index 932293d6df..71b99c7cae 100644 --- a/resources/definitions/modix_v4_base.def.json +++ b/resources/definitions/modix_v4_base.def.json @@ -45,7 +45,7 @@ "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "value": 1 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, diff --git a/resources/definitions/rigid3d_base.def.json b/resources/definitions/rigid3d_base.def.json index 4940bc5a3c..116df0038b 100644 --- a/resources/definitions/rigid3d_base.def.json +++ b/resources/definitions/rigid3d_base.def.json @@ -48,7 +48,7 @@ "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 5.0 }, - "minimum_support_area": { "value": 5 }, + "minimum_support_area": { "value": "5 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "value": 1.5 }, "retraction_combing": { "value": "'all'" }, diff --git a/resources/definitions/tank_m_base.def.json b/resources/definitions/tank_m_base.def.json index 069c6a4755..3692793259 100644 --- a/resources/definitions/tank_m_base.def.json +++ b/resources/definitions/tank_m_base.def.json @@ -48,7 +48,7 @@ "material_print_temperature": { "value": "195" }, "material_standby_temperature": { "value": "material_print_temperature" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "retraction_amount": { "value": 1.0 }, "retraction_speed": { "value": 40 }, "skirt_gap": { "value": 6.0 }, diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json index 58dea24c90..683761a81b 100644 --- a/resources/definitions/tronxy_x.def.json +++ b/resources/definitions/tronxy_x.def.json @@ -56,7 +56,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retract_at_layer_change": { "value": true }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json index 108d8df11f..ff01e46f6f 100644 --- a/resources/definitions/two_trees_base.def.json +++ b/resources/definitions/two_trees_base.def.json @@ -39,7 +39,7 @@ "meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 2 }, + "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_amount": { "default_value": 7 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, diff --git a/resources/definitions/vivedino_base.def.json b/resources/definitions/vivedino_base.def.json index 5ffd06f3f0..a638fc105c 100644 --- a/resources/definitions/vivedino_base.def.json +++ b/resources/definitions/vivedino_base.def.json @@ -63,7 +63,7 @@ "meshfix_maximum_resolution": { "value": 0.25 }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "minimum_interface_area": { "value": 10 }, - "minimum_support_area": { "value": 10 }, + "minimum_support_area": { "value": "10 if support_structure == 'normal' else 0" }, "optimize_wall_printing_order": { "value": true }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, From 52173cd7327e012ef769e11840ff130921e1b399 Mon Sep 17 00:00:00 2001 From: Thomas Rahm <67757218+ThomasRahm@users.noreply.github.com> Date: Wed, 29 Mar 2023 07:14:26 +0200 Subject: [PATCH 20/57] Fixed Typo --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 2b4c1991e3..1d6f16283b 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4684,7 +4684,7 @@ }, "support_tree_bp_diameter": { - "label": "Tree Support Inital Layer Diameter", + "label": "Tree Support Initial Layer Diameter", "description": "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion.", "unit": "mm", "type": "float", From 30d812d138aa3469f2178573dfbd45cd553bd7cf Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sat, 8 Apr 2023 10:25:17 +0200 Subject: [PATCH 21/57] Run conan profile detection after switching compiler Should fix failing UT --- .github/workflows/unit-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4e38efac0a..f08acbdb04 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -87,9 +87,7 @@ jobs: cache-dependency-path: .github/workflows/requirements-conan-package.txt - name: Install Python requirements and Create default Conan profile - run: | - pip install -r requirements-conan-package.txt - conan profile new default --detect + run: pip install -r requirements-conan-package.txt working-directory: .github/workflows/ - name: Use Conan download cache (Bash) @@ -126,6 +124,9 @@ jobs: - name: Get Conan configuration run: conan config install https://github.com/Ultimaker/conan-config.git + - name: Get Conan profile + run: conan profile new default --detect --force + - name: Install dependencies run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o cura:devtools=True -g VirtualPythonEnv -if venv From 30e03a781f79c07d50960a08eb59b59721f8dfb2 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Sat, 8 Apr 2023 08:32:17 +0000 Subject: [PATCH 22/57] update translations --- resources/i18n/cs_CZ/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/de_DE/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/es_ES/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/fdmprinter.def.json.pot | 137 +++++++++++++++++++- resources/i18n/fi_FI/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/fr_FR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/hu_HU/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/it_IT/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/ja_JP/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/ko_KR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/nl_NL/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/pl_PL/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/pt_BR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/pt_PT/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/ru_RU/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/tr_TR/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/zh_CN/fdmprinter.def.json.po | 137 +++++++++++++++++++- resources/i18n/zh_TW/fdmprinter.def.json.po | 137 +++++++++++++++++++- 18 files changed, 2448 insertions(+), 18 deletions(-) diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 89a6cf544b..0a87e29ee3 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Část plně obklopená jinou částí může generovat vnější límec, který se dotýká vnitřku obklopující části. Toto nastavení odstraní límec v dané vzdálenosti od vnitřních otvorů." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Upravuje hustotu střech a podlah nosné konstrukce. Vyšší hodnota má za následek lepší přesahy, ale podpory je těžší odstranit." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Obojí" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Teplota sestavení" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -856,6 +876,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Průměr" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1682,6 +1707,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Jak daleko je zatažen filament každého extruderu sdílené trysky po dokončení počátečního G kódu tiskárny. Tato hodnota by se měla rovnat nebo být vyšší než je délka společné části vedení trysky." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1987,6 +2022,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Zevnitř ven" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2142,6 +2187,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2827,6 +2877,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Offset s extrudérem" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3987,6 +4042,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Vzor rozhraní podpor" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4157,6 +4217,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Vzdálenost Z podor" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4472,6 +4542,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Průměr větve stromu podpory Průměr nejtenčí větve stromu podpory. Silnější větve jsou odolnější. Větve směrem k základně budou silnější než tato." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5081,6 +5156,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Minimální objem pro každou vrstvu hlavní věže, aby se propláchlo dost materiálu." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5236,6 +5316,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Poloha poblíž místa, kde začít tisknout každou část ve vrstvě." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5846,6 +5936,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Úhel větve stromové podpory" +#: 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" @@ -5866,6 +5961,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Stromová podpora - rozlišení kolize" +#: 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 Inital 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_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" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index 45ce84ebd1..e15a8932db 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Ist ein Teil vollständig von einem anderen Teil eingeschlossen, wird bei diesem möglicherweise ein äußeres Brim-Element erzeugt, das die Innenseite des anderen Teils berührt. Hiermit wird der Teil des Brim-Elements entfernt, der sich innerhalb dieses Abstands zu inneren Löchern befindet." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Die Dichte der Stützstrukturdächer und -böden wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Beides" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatur Druckabmessung" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Durchmesser" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Bestimmt, wie weit das Filament jedes Extruders bei Abschluss des GCode-Skripts „printer-start“ von der gemeinsam genutzten Düsenspitze zurückgezogen sein soll; der Wert sollte gleich oder größer sein als die Länge des gemeinsamen Teils der Düsenkanäle." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Von innen nach außen" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Versatz mit Extruder" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Muster Stützstrukturschnittstelle" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Z-Abstand der Stützstruktur" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Dies beschreibt den Durchmesser der dünnsten Äste der Baumstützstruktur. Dickere Äste sind stabiler. Äste zur Basis hin werden dicker als diese sein." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Das Mindestvolumen für jede Schicht des Einzugsturms, um ausreichend Material zu spülen." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Die Position in der Nähe der Stelle, an der die einzelnen Teile einer Ebene gedruckt werden sollen." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Astwinkel der Baumstützstruktur" +#: 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Kollisionsauflösung 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 Inital 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_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" diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index f81b45e982..cca0f4ac33 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Una pieza completamente encerrada dentro de otra puede generar un borde exterior que toque el interior de la pieza exterior. Esto elimina cualquier borde dentro de esta distancia de los orificios internos." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajusta la densidad de los techos y suelos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Ambos" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura de volumen de impresión" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diámetro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "La cantidad de filamento de cada extrusor que se supone que se ha retirado de la punta de la tobera compartida al final de la secuencia de comandos gcode de inicio de la impresora; el valor debe ser igual o mayor que la longitud de la parte común de los conductos de la tobera." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Del interior al exterior" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Desplazamiento con extrusor" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Patrón de la interfaz de soporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distancia en Z del soporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "El diámetro de las ramas más finas del soporte en árbol. Cuanto más gruesas sean las ramas, más robustas serán. Las ramas que estén cerca de la base serán más gruesas que esto." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "El volumen mínimo de cada capa de la torre auxiliar que permite purgar suficiente material." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "La posición cerca de donde comenzará la impresión de cada parte de una capa." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ángulo de las ramas del soporte en á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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolución de colisión 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 Inital 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_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" diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot index 21ef88416d..f54a8f92c9 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -3846,6 +3846,106 @@ msgctxt "support_type option everywhere" msgid "Everywhere" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow label" +msgid "Tree Support Preferred Branch Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +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_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +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_min_height_to_model description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter label" +msgid "Tree Support Inital Layer Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_top_rate label" +msgid "Tree Support Branch Density" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter label" +msgid "Tree Support Tip Diameter" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_limit_branch_reach label" +msgid "Tree Support 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)" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit label" +msgid "Tree Support Optimal Branch Range" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference label" +msgid "Tree Support Rest Preference" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "support_angle label" msgid "Support Overhang Angle" @@ -4476,6 +4576,41 @@ msgctxt "support_bottom_offset description" msgid "Amount of offset applied to the floors of the support." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_angles label" msgid "Support Interface Line Directions" diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index 5e73322fc4..23482544a8 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -76,6 +76,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -138,6 +143,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Säätää tukirakenteen kattojen ja lattioiden tiheyttä. Korkeammat arvot tuottavat parempia ulokkeita, mutta tuet on vaikeampi poistaa." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -318,6 +328,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Molemmat" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -543,6 +558,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -853,6 +873,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Läpimitta" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1677,6 +1702,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1982,6 +2017,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2137,6 +2182,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2822,6 +2872,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Tukiliittymän kuvio" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4156,6 +4216,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Tuen Z-etäisyys" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4471,6 +4541,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5079,6 +5154,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Esitäyttötornin kunkin kerroksen minimitilavuus, jotta voidaan poistaa riittävästi materiaalia." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5234,6 +5314,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5845,6 +5935,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -5865,6 +5960,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index c81c03cd3d..74caf84b80 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Une pièce entièrement contenue à l'intérieur d'une autre peut générer une bordure extérieure qui vient en contact avec l'intérieur de la pièce extérieure. Cette fonction supprime à cette distance toutes les bordures situées dans des vides intérieurs." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajuste la densité des plafonds et bas de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Les deux" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Température du volume d'impression" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diamètre" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "La quantité de filament de chaque extrudeuse qui est supposée avoir été rétractée de l'extrémité de la buse partagée à la fin du script gcode de démarrage de l'imprimante ; la valeur doit être égale ou supérieure à la longueur de la partie commune des conduits de la buse." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "De l'intérieur vers l'extérieur" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Décalage avec extrudeuse" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Motif de l'interface de support" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distance Z des supports" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Diamètre des branches les plus minces du support arborescent. Plus les branches sont épaisses, plus elles sont robustes ; les branches proches de la base seront plus épaisses que cette valeur." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Le volume minimum pour chaque touche de la tour d'amorçage afin de purger suffisamment de matériau." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "La position près de laquelle démarre l'impression de chaque partie dans une couche." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Angle des branches de support arborescent" +#: 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Résolution de collision du 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 Inital 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_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" diff --git a/resources/i18n/hu_HU/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 98d436291d..91895ef246 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Beállítja a támasz interfész sűrűségét a támasz alsó és a felső felületein.A magasabb érték jobb minőségű túlnyúlás nyomtatást tesz lehetővém viszont a támaszt nehezebb lesz eltávolítani." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Mindkettő" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Építési tér hőmérséklete" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -856,6 +876,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Átmérő" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1684,6 +1709,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1989,6 +2024,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2144,6 +2189,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2829,6 +2879,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Extruder eltolás" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3991,6 +4046,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Interfész minta" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4163,6 +4223,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Támasz Z távolság" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4478,6 +4548,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "A támasz legvékonyabb ágainak átmérője. A vastagabb ágak erősebbek. Az alap felé eső ágak vastagabbak lesznek, mint ez a méret." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5088,6 +5163,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Az előtorony minimális térfogata, minden egyes rétegben ahhoz, hogy az anyagcserét teljes egészében végre tudja hajtani." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5246,6 +5326,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Az a pont, ahol az egyes rétegek nyomtatását kezdeni fogja." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5857,6 +5947,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Támaszágak szöge" +#: 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" @@ -5877,6 +5972,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Ütközés felbontá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 Inital 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_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" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index d024322adc..abe8fa4ca8 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Una parte completamente racchiusa all'interno di un'altra parte può generare un brim esterno che tocca l'interno dell'altra parte. Questo rimuove tutti i brim entro questa distanza dai fori interni." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Regola la densità delle parti superiori e inferiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Entrambi" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura volume di stampa" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diametro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "La quantità di filamento di ogni estrusore che si presume sia stata retratta dalla punta dell'ugello condiviso al termine dello script gcode di avvio stampante; il valore deve essere uguale o maggiore della lunghezza della parte comune dei condotti dell'ugello." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Dall'interno all'esterno" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Offset con estrusore" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Configurazione interfaccia supporto" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distanza Z supporto" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Il diametro dei rami più sottili del supporto. I rami più spessi sono più resistenti. I rami verso la base avranno spessore maggiore." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Il volume minimo per ciascuno strato della torre di innesco per scaricare materiale a sufficienza." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "La posizione accanto al punto in cui avviare la stampa di ciascuna parte in uno layer." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Angolo ramo supporto ad 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Risoluzione collisione 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 Inital 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_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" diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index 80bd5f6400..e76ad4d8c6 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "別の部品内に完全に囲まれた部品は、別の部品の内側に接触する外側縁ができることがあります。この設定によって、内部の穴からこの間隔内のすべての縁が除去されます。" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "サポート材のルーフとフロアの密度を調整します 大きな値ではオーバーハングでの成功率があがりますが、サポート材が除去しにくくなります。" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "両方" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "造形温度" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直径" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "プリンタ起動gcodeスクリプト完了時に、各エクストルーダーのフィラメントが共有ノズルの先端部分から引き戻されていると想定される量。この値は、ノズルのダクトの共通部分の長さ以上にする必要があります。" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "内側から外側へ" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "エクストルーダーのオフセット" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3986,6 +4041,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "サポートインタフェースパターン" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4156,6 +4216,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "サポートZ距離" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4473,6 +4543,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "ツリーサポートの最も細い枝の直径。枝は太いほど丈夫です。基部に近いところでは、枝はこれよりも太くなります。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5082,6 +5157,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "プライムタワーの各層の最小容積。" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5237,6 +5317,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "レイヤー内の各パーツの印刷を開始する場所付近の位置。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5847,6 +5937,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -5867,6 +5962,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index 2e9135c113..5165221dd1 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "다른 부품 내부에 완전히 둘러싸인 부품은 다른 부품의 내부에 닿는 외부 브림을 생성할 수 있습니다. 이렇게 하면 내부 구멍에서 이 거리 내에 있는 모든 브림이 제거됩니다." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "서포트의 지붕 및 바닥 밀도를 조정합니다. 값이 높을수록 오버행에서 좋지만 서포트를 제거하기가 더 어렵습니다." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "모두" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "빌드 볼륨 온도" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "직경" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "프린터 시작 gcode 스크립트가 완료될 때 공유된 노즐 끝에서 각 익스트루더의 필라멘트가 수축된 것으로 가정하는 정도입니다. 이 값은 노즐 덕트의 공통 부분의 길이와 같거나 커야 합니다." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "내부에서 외부로" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "익스트루더로 오프셋" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "서포트 인터페이스 패턴" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "서포트 Z 거리" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "트리 서포트의 가장 얇은 브랜치의 직경. 브랜치가 두꺼울수록 더 견고해집니다. 바닥을 향한 브랜치는 이보다 더 두꺼워집니다." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "충분한 재료를 퍼지하기 위해 프라임 타워 각 층의 최소 부피." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "레이어에서 각 부품의 프린팅이 시작할 위치 근처입니다." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index 502256659e..f85ec71930 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Een deel dat volledig is ingesloten in een ander deel kan een buitenste brim genereren die de binnenkant van het andere deel raakt. Dit verwijdert alle brim binnen deze afstand van de interne gaten." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Past de dichtheid van de daken en vloeren van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Beide" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatuur werkvolume" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diameter" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Hoever het filament van elke extruder geacht wordt te zijn ingetrokken vanuit de gedeelde nozzle als het G-code-script voor het opstarten van de printer is uitgevoerd. De waarde mag niet gelijk zijn aan of groter zijn dan de lengte van het gemeenschappelijke deel van de kanalen in de nozzle." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "Van binnen naar buiten" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Offset met extruder" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Patroon Verbindingsstructuur" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Z-afstand Supportstructuur" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Hiermee stelt u de diameter in van de dunste takken van de boomsupportstructuur. Dikkere takken zijn steviger. Takken die dichter bij de stam liggen, zijn dikker dan dit." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Het minimale volume voor elke laag van de primepijler om voldoende materiaal te zuiveren." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "De positie nabij waar met het printen van elk deel van een laag moet worden begonnen." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Hoek van takken van boomsupportstructuur" +#: 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolutie bij botsingen van de 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 Inital 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_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" diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index 8c6ba9a785..29c04d6489 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+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" @@ -76,6 +76,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -140,6 +145,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Dostosowuje gęstość dachów i podłoży podpory. Wyższa wartość powoduje lepsze zwisy, ale podpory są trudniejsze do usunięcia." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -320,6 +330,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Oba" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -545,6 +560,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura obszaru roboczego" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -855,6 +875,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Średnica" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1683,6 +1708,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1988,6 +2023,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2143,6 +2188,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2828,6 +2878,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Przesunięcie ekstrudera" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3990,6 +4045,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Wzór Połączenia Podpory" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4162,6 +4222,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Odległość Podpory Z" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4477,6 +4547,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Średnica najcieńszej gałęzi drzewiastej podpory. Grubsze gałęzie są bardziej sztywne. Gałęzie bliżej podłoża będą grubsze od tego." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5087,6 +5162,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Minimalna objętość każdej warstwy wieży czyszczącej w celu oczyszczenia wystarczającej ilości materiału." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5245,6 +5325,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Najbliższa pozycja startu druku każdej warstwy." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5856,6 +5946,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Kąt Gałęzi Drzewnej Podpory" +#: 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" @@ -5876,6 +5971,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Rozdzielczość Kolizji 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 Inital 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_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" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index c743806c53..b2759b2a5e 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: 2023-02-17 16:31+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Uma peça completamente contida em outra peça pode gerar um brim externo que toca o interior da outra parte. Este ajuste remove todo o brim dentro desta distância dos buracos internos." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajusta a densidade dos topos e bases da estrutura de suporte. Um valor maior resulta em seções pendentes melhores, mas os suportes são mais difíceis de remover." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Ambos" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura do Volume de Impressão" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -856,6 +876,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diâmetro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1684,6 +1709,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Quanto é assumido que o filamento de cada extrusor tenha retraído da ponta do bico ao completar o script g-code de início da impressora; o valor deve ser igual ou superior ao comprimento da parte comum dos dutos do bico." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1989,6 +2024,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "De Dentro Pra Fora" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2144,6 +2189,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2829,6 +2879,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Deslocamento com o Extrusor" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3991,6 +4046,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Padrão da Interface de Suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4163,6 +4223,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distância em Z do Suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4478,6 +4548,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "O diâmetro dos galhos mais finos do suporte em árvore. Galhos mais grossos são mais resistentes. Galhos na direção da base serão mais grossos que essa medida." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5088,6 +5163,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "O volume mínimo para cada camada da torre de purga de forma a purgar material suficiente." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5246,6 +5326,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "A posição perto da qual se inicia a impressão de cada parte em uma camada." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5857,6 +5947,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ângulo do Galho do Suporte em Á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" @@ -5877,6 +5972,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolução de Colisão 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 Inital 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_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" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 1c84ee83fc..6fa5dcfded 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Uma peça totalmente fechada dentro de outra peça pode gerar uma aba externa que toca a parte interna da outra peça. Isto remove todas as bordas dentro dessa distância dos orifícios internos." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Ajusta a densidade dos tectos e pisos da estrutura de suporte. Um valor mais elevado resulta em melhores saliências, embora os suportes sejam mais difíceis de remover." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Ambos" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura do volume de construção" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Diâmetro" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Até que ponto se assume que o filamento de cada extrusora foi retraído a partir da ponta do bocal partilhado após a conclusão do script gcode de arranque da impressora; o valor deverá ser igual ou superior ao comprimento da parte comum das condutas do bocal." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "De dentro para fora" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Desviar com extrusor" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Padrão da interface de suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Distância Z de suporte" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "O diâmetro dos ramos mais finos dos suportes tipo árvore. Ramos mais grossos são mais robustos. Os ramos serão progressivamente mais grossos do que este diâmetro quanto mais perto estiverem da base." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "O volume mínimo para cada camada da torre de preparação para preparar material suficiente." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "A posição próxima do local onde a impressão de cada parte de uma camada será iniciada." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ângulo Ramos Suportes Á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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Resolução Colisão 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 Inital 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_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" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index 695893fa84..654bc3fe38 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Деталь, полностью заключенная внутри другой детали, может создать внешнюю кайму, которая касается внутренней части другой детали. Эта опция убирает всю кайму в пределах этого расстояния от внутренних отверстий." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Настройте плотность верха и низа структуры поддержек. Большее значение приведёт к улучшению нависаний, но такие поддержки будет труднее удалять." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Оба варианта" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Температура для объема печати" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Диаметр" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Показывает, насколько материал каждого экструдера предположительно вытянут от наконечника общего сопла по завершении запуска сценария gcode принтера; значение должно быть равно длине общей части каналов сопла или превышать ее." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "От внутренних к внешним" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Смещение с экструдером" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Шаблон связующего слоя" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Зазор поддержки по оси Z" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Диаметр самых тонких ответвлений древовидной поддержки. Чем толще ответвление, тем оно крепче. Ответвления возле основания будут иметь толщину, превышающую данное значение." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Минимальный объём материала на каждый слой черновой башни, который требуется выдавить." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Позиция, рядом с которой следует начинать путь на каждом слое." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index b0562d8809..47ee7d5a34 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "Bir başka parçanın içine tamamen kapatılmış bir parça, diğer parçanın içine temas eden bir dış kenar oluşturabilir. Bu, iç deliklerden bu mesafe içindeki tüm kenarları kaldırır." +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "Destek yapısının çatılarının ve zeminlerinin yoğunluğunu ayarlar. Daha yüksek bir değer daha iyi çıkıntılar ortaya çıkarırken, desteklerin kaldırılmasını zorlaştırır." +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "Her İkisi" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Yapı Disk Bölümü Sıcaklığı" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "Çap" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "Printer-start gcode betiğinin tamamlanmasında her bir ekstrüder filamentinin paylaşılan nozül ucundan ne kadar geri çekildiğinin varsayıldığıdır. Değer, nozül kanallarının ortak parçasının uzunluğuna eşit veya daha büyük olmalıdır." +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "İçten Dışa" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,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 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "Ekstruder Ofseti" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "Destek Arayüzü Şekli" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "Destek Z Mesafesi" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "Ağaç desteğin en ince dallarının çapı. Daha kalın dallar daha dayanıklı olur. Tabana doğru uzanan dallar bundan daha kalın olacaktır." +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "Yeterince malzeme temizlemek için ilk direğin her bir katmanı için minimum hacim." +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "Bir katmandaki her kısmın basılmaya başlanacağı yere yakın konum." +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" msgstr "Ağaç Destek Dal Açısı" +#: 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" msgstr "Ağaç Destek Çarpışma Çözünürlüğü" +#: 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 Inital 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_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" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index f26eb763ac..354481b7a3 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "一个零件完全封闭在另一个零件内部会生成与另一个零件内部相接触的边沿。这可从内孔移除此距离内的所有边沿。" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -136,6 +141,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "调整支撑结构顶板和底板的密度。 较高的值会实现更好的悬垂,但支撑将更加难以移除。" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "两者都" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -541,6 +556,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "打印体积温度" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -851,6 +871,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直径" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1679,6 +1704,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "假定在打印机启动 gcode 脚本完成后,每个挤出器的细丝从共用喷嘴头缩回多少;该值应等于或大于喷嘴导管公共部分的长度。" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1984,6 +2019,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "从内到外" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2139,6 +2184,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2824,6 +2874,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "挤出机偏移量" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3984,6 +4039,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "支撑接触面图案" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4154,6 +4214,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "支撑 Z 距离" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4469,6 +4539,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "树形支撑最细分支的直径。较粗的分支更坚固。接近基础的分支会比这更粗。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5078,6 +5153,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "为了清除足够的材料,装填塔每层的最小体积。" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5233,6 +5313,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "在该位置附近开始打印层中各个部分。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5843,6 +5933,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -5863,6 +5958,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index 81b78576f6..9b1748a896 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-03-28 11:57+0000\n" +"POT-Creation-Date: 2023-04-08 08:31+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description" msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_branch_reach_limit description" +msgid "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) " +msgstr "" + #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs label" msgid "Absolute Extruder Prime Position" @@ -141,6 +146,11 @@ msgctxt "support_interface_density description" msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgstr "調整支撐結構頂板和底板的密度。較高的值會實現更好的突出部分,但支撐將更加難以移除。" +#: fdmprinter.def.json +msgctxt "support_tree_top_rate description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "support_infill_rate description" msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." @@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both" msgid "Both" msgstr "兩者" +#: fdmprinter.def.json +msgctxt "support_interface_priority option nothing" +msgid "Both overlap" +msgstr "" + #: fdmprinter.def.json msgctxt "bottom_layers label" msgid "Bottom Layers" @@ -546,6 +561,11 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "列印空間溫度" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -856,6 +876,11 @@ msgctxt "material_diameter label" msgid "Diameter" msgstr "直徑" +#: fdmprinter.def.json +msgctxt "support_tree_bp_diameter description" +msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion." +msgstr "" + #: fdmprinter.def.json msgctxt "adhesion_type description" msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." @@ -1684,6 +1709,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description" msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgstr "在完成\"Printer-start G-code\"後,各擠出機將從共用噴頭回抽多少的線材。此數值應等於或大於噴頭的共用管道長度。" +#: fdmprinter.def.json +msgctxt "support_interface_priority description" +msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_min_height_to_model description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." @@ -1989,6 +2024,16 @@ msgctxt "inset_direction option inside_out" msgid "Inside To Outside" msgstr "" +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_lines_overwrite_support_area" +msgid "Interface lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option interface_area_overwrite_support_area" +msgid "Interface preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "interlocking_beam_layer_count label" msgid "Interlocking Beam Layer Count" @@ -2144,6 +2189,11 @@ msgctxt "lightning_infill_support_angle label" msgid "Lightning Infill Support Angle" 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)" +msgstr "" + #: fdmprinter.def.json msgctxt "cutting_mesh description" msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." @@ -2829,6 +2879,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label" msgid "Offset with Extruder" msgstr "擠出機偏移量" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option graceful" +msgid "On any flat surface" +msgstr "" + #: fdmprinter.def.json msgctxt "print_sequence option one_at_a_time" msgid "One at a Time" @@ -3991,6 +4046,11 @@ msgctxt "support_interface_pattern label" msgid "Support Interface Pattern" msgstr "支撐介面列印樣式" +#: fdmprinter.def.json +msgctxt "support_interface_priority label" +msgid "Support Interface Priority" +msgstr "" + #: fdmprinter.def.json msgctxt "support_interface_skip_height label" msgid "Support Interface Resolution" @@ -4163,6 +4223,16 @@ msgctxt "support_z_distance label" msgid "Support Z Distance" msgstr "支撐 Z 間距" +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_lines_overwrite_interface_area" +msgid "Support lines preferred" +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_interface_priority option support_area_overwrite_interface_area" +msgid "Support preferred" +msgstr "" + #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" msgid "Supported Skin Fan Speed" @@ -4478,6 +4548,11 @@ msgctxt "support_tree_branch_diameter description" msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgstr "樹狀支撐中最細樹枝的直徑。越粗的樹枝越堅固。底部的樹枝會比這更粗。" +#: fdmprinter.def.json +msgctxt "support_tree_tip_diameter description" +msgid "The diameter of the top of the tip of the branches of tree support." +msgstr "" + #: fdmprinter.def.json msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." @@ -5088,6 +5163,11 @@ msgctxt "prime_tower_min_volume description" msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgstr "為了清除足夠的線材,換料塔每層的最小體積。" +#: fdmprinter.def.json +msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description" +msgid "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" +msgstr "" + #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -5246,6 +5326,16 @@ msgctxt "z_seam_position description" msgid "The position near where to start printing each part in a layer." msgstr "每一層開始列印位置要靠近哪個方向。" +#: fdmprinter.def.json +msgctxt "support_tree_angle_slow description" +msgid "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." +msgstr "" + +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference description" +msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgstr "" + #: fdmprinter.def.json msgctxt "jerk_layer_0 description" msgid "The print maximum instantaneous velocity change for the initial layer." @@ -5857,6 +5947,11 @@ msgctxt "support_tree_angle label" msgid "Tree Support Branch Angle" 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" @@ -5877,6 +5972,46 @@ msgctxt "support_tree_collision_resolution label" msgid "Tree Support Collision Resolution" 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 Inital 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_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" From 2f0ac6b998467d89b85dee95c331a3913f6e90e1 Mon Sep 17 00:00:00 2001 From: William Faircloth Date: Sat, 8 Apr 2023 15:10:14 -0400 Subject: [PATCH 23/57] feat: add kp3s pro --- .../definitions/kingroon_kp3s_pro.def.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 resources/definitions/kingroon_kp3s_pro.def.json diff --git a/resources/definitions/kingroon_kp3s_pro.def.json b/resources/definitions/kingroon_kp3s_pro.def.json new file mode 100644 index 0000000000..8215e85002 --- /dev/null +++ b/resources/definitions/kingroon_kp3s_pro.def.json @@ -0,0 +1,36 @@ +{ + "version": 2, + "name": "Kingroon KP3S", + "inherits": "kingroon_base", + "metadata": + { + "visible": true, + "platform": "kingroon_kp3s.stl", + "quality_definition": "kingroon_base" + }, + "overrides": + { + "machine_acceleration": { "value": 1000 }, + "machine_max_acceleration_e": { "value": 1000 }, + "machine_max_acceleration_x": { "value": 1000 }, + "machine_max_acceleration_y": { "value": 1000 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 100 }, + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 4 }, + "machine_max_jerk_xy": { "value": 15 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "Kingroon KP3S" }, + "machine_steps_per_mm_e": { "value": 764 }, + "machine_steps_per_mm_x": { "value": 160 }, + "machine_steps_per_mm_y": { "value": 160 }, + "machine_steps_per_mm_z": { "value": 800 }, + "retraction_amount": { "value": 1 }, + "retraction_extrusion_window": { "value": 1 }, + "retraction_speed": { "value": 40 }, + "speed_z_hop": { "value": 4 }, + "machine_width": { "default_value": 200 }, + "machine_height": { "default_value": 200} + } +} \ No newline at end of file From 5f5253ea59310876636f3b5977c42a6c0e6706e2 Mon Sep 17 00:00:00 2001 From: William Faircloth Date: Sat, 8 Apr 2023 15:18:48 -0400 Subject: [PATCH 24/57] feat: use correct name --- resources/definitions/kingroon_kp3s_pro.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/kingroon_kp3s_pro.def.json b/resources/definitions/kingroon_kp3s_pro.def.json index 8215e85002..6d3d32a676 100644 --- a/resources/definitions/kingroon_kp3s_pro.def.json +++ b/resources/definitions/kingroon_kp3s_pro.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Kingroon KP3S", + "name": "Kingroon KP3S Pro", "inherits": "kingroon_base", "metadata": { From 807f407d9f8fd07ccefc308a5f9976f121b9770a Mon Sep 17 00:00:00 2001 From: Bryan Foley Date: Fri, 14 Apr 2023 11:31:57 +0200 Subject: [PATCH 25/57] SEM-166 Add extra BOM numbers to UMs3, UMs5 and UMs7 --- resources/definitions/ultimaker_s3.def.json | 2 +- resources/definitions/ultimaker_s5.def.json | 3 ++- resources/definitions/ultimaker_s7.def.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index 61652b23a6..4ddb76c7fe 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -9,7 +9,7 @@ "manufacturer": "Ultimaker B.V.", "file_formats": "application/x-ufp;text/x-gcode", "platform": "ultimaker_s3_platform.obj", - "bom_numbers": [213482, 213483], + "bom_numbers": [213482, 213483, 213484], "exclude_materials": [ "generic_hips", "generic_petg", diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index 44ca7d7018..8bb086a654 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -12,7 +12,8 @@ "bom_numbers": [ 9051, 214475, - 214476 + 214476, + 214477 ], "firmware_update_info": { diff --git a/resources/definitions/ultimaker_s7.def.json b/resources/definitions/ultimaker_s7.def.json index a996e00f72..a7e9742b40 100644 --- a/resources/definitions/ultimaker_s7.def.json +++ b/resources/definitions/ultimaker_s7.def.json @@ -10,7 +10,8 @@ "file_formats": "application/x-ufp;text/x-gcode", "platform": "ultimaker_s7_platform.obj", "bom_numbers": [ - 5078167 + 5078167, + 5078168 ], "firmware_update_info": { From e606dae5c55e5918b4ca00409d577ed4f7d8c823 Mon Sep 17 00:00:00 2001 From: bryanfoley Date: Fri, 14 Apr 2023 09:33:54 +0000 Subject: [PATCH 26/57] Applied printer-linter format --- resources/definitions/ultimaker_s3.def.json | 6 +++++- resources/definitions/ultimaker_s7.def.json | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index 4ddb76c7fe..0cf31c7f66 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -9,7 +9,11 @@ "manufacturer": "Ultimaker B.V.", "file_formats": "application/x-ufp;text/x-gcode", "platform": "ultimaker_s3_platform.obj", - "bom_numbers": [213482, 213483, 213484], + "bom_numbers": [ + 213482, + 213483, + 213484 + ], "exclude_materials": [ "generic_hips", "generic_petg", diff --git a/resources/definitions/ultimaker_s7.def.json b/resources/definitions/ultimaker_s7.def.json index a7e9742b40..580b43209b 100644 --- a/resources/definitions/ultimaker_s7.def.json +++ b/resources/definitions/ultimaker_s7.def.json @@ -9,10 +9,7 @@ "manufacturer": "Ultimaker B.V.", "file_formats": "application/x-ufp;text/x-gcode", "platform": "ultimaker_s7_platform.obj", - "bom_numbers": [ - 5078167, - 5078168 - ], + "bom_numbers": [5078167, 5078168], "firmware_update_info": { "check_urls": [ "https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version" ], From f337788ba2f2bc0c6ac4626b8b3536d98f650812 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 14 Apr 2023 13:09:43 +0200 Subject: [PATCH 27/57] Update translations CURA-10371 --- resources/i18n/de_DE/cura.po | 11 ++++---- resources/i18n/es_ES/cura.po | 36 ++++++++++++------------ resources/i18n/fr_FR/cura.po | 48 ++++++++++++++++---------------- resources/i18n/it_IT/cura.po | 48 ++++++++++++++++---------------- resources/i18n/ja_JP/cura.po | 46 +++++++++++++++---------------- resources/i18n/ko_KR/cura.po | 46 +++++++++++++++---------------- resources/i18n/nl_NL/cura.po | 6 ++-- resources/i18n/pt_PT/cura.po | 53 +++++++++++++++++++----------------- resources/i18n/ru_RU/cura.po | 46 ++++++++++++++++--------------- resources/i18n/tr_TR/cura.po | 44 +++++++++++++++--------------- resources/i18n/zh_CN/cura.po | 42 ++++++++++++++-------------- 11 files changed, 216 insertions(+), 210 deletions(-) diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index d2f2ec3a3f..45a1c71369 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -3313,7 +3313,8 @@ msgstr "Drucker verwalten" #: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:280 msgctxt "@info" msgid "Webcam feeds for cloud printers cannot be viewed from UltiMaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "" +msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu" +" besuchen und diese Webcam zu sehen." #: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:340 msgctxt "@label:status" @@ -4627,7 +4628,7 @@ msgstr "Mehr über Druckprofile von Cura erfahren" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Neues Profil speichern" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -6804,12 +6805,12 @@ msgstr "Welchen Drucker möchten Sie einrichten?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "UltiMaker-Drucker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "Nicht-UltiMaker-Drucker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6824,7 +6825,7 @@ msgstr "Drucker hinzufügen" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "Neue UltiMaker-Drucker können mit Digital Factory verbunden und aus der Ferne überwacht werden." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index 511d2cf891..bc6d9e002e 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -924,7 +924,7 @@ msgstr "Grupo de impresoras" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "Abrir con" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4602,17 +4602,17 @@ msgstr "Novedades" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "Guardar perfil personalizado" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "Nuevo perfil personalizado" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "Nombre del perfil personalizado:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4627,7 +4627,7 @@ msgstr "Más información sobre los perfiles de impresión de Cura" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Guardar nuevo perfil" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4916,12 +4916,12 @@ msgstr "Mantener los cambios" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "Guardar como nuevo perfil personalizado" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "Guardar cambios" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6216,7 +6216,7 @@ msgstr "Se ha modificado la configuración recomendada (para %1)." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "Algunas configuraciones del perfil actual se han sobrescrito." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6241,7 +6241,7 @@ msgstr "Habilita la impresión de un borde o una balsa. Esta opción agregará u #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "Ajustes de impresión recomendados" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6266,7 +6266,7 @@ msgstr "Los siguientes ajustes definen la resistencia de la pieza." #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "Densidad de relleno" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6300,7 +6300,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "Grosor del perímetro" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6320,7 +6320,7 @@ msgstr "Generar estructuras para soportar piezas del modelo que tengan voladizos #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "Tipo de soporte" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6789,12 +6789,12 @@ msgstr "Agregar una impresora fuera de red" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Añadir impresora UltiMaker a través de Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Para empezar a utilizar Cura, deberá configurar una impresora." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6824,7 +6824,7 @@ msgstr "Agregar impresora" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "Las nuevas impresoras UltiMaker pueden conectarse a Digital Factory y supervisarse a distancia." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6854,17 +6854,17 @@ msgstr "Más Información" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "Añadir impresora local" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Iniciar sesión en Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "A la espera de nuevas impresoras" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index 408d73acd7..36ca7d652c 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -829,7 +829,7 @@ msgstr "Ouvrir un fichier de projet" #: plugins/3MFReader/WorkspaceDialog.qml:134 msgctxt "@button" msgid "Create new" -msgstr "" +msgstr "Créer" #: plugins/3MFReader/ThreeMFWorkspaceReader.py:681 #, python-brace-format @@ -925,7 +925,7 @@ msgstr "Groupe d'imprimantes" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "Ouvrir avec" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -2119,7 +2119,7 @@ msgstr "Gérer les packages" #: plugins/Marketplace/resources/qml/ManagedPackages.qml:16 msgctxt "@text" msgid "Manage your UltiMaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgstr "Gérez vos plug-ins Ultimaker Cura et vos profils matériaux ici. Assurez-vous de maintenir vos plug-ins à jour et de sauvegarder régulièrement votre configuration." #: plugins/Marketplace/resources/qml/Marketplace.qml:87 msgctxt "@title" @@ -4602,17 +4602,17 @@ msgstr "Quoi de neuf" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "Enregistrer le profil personnalisé" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "Nouveau profil personnalisé" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "Nom du profil personnalisé :" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4627,7 +4627,7 @@ msgstr "En savoir plus sur les profils d'impression Cura" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Enregistrer le nouveau profil" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4916,12 +4916,12 @@ msgstr "Conserver les modifications" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "Enregistrer comme nouveau profil personnalisé" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "Conserver les modifications" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6216,7 +6216,7 @@ msgstr "Les paramètres recommandés (pour %1) ont été modifiés." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "Certains paramètres du profil actuel ont été remplacés." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6241,7 +6241,7 @@ msgstr "Activez l'impression d'une bordure ou plaquette (Brim/Raft). Cela ajoute #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "Paramètres d'impression recommandés" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6266,7 +6266,7 @@ msgstr "Les paramètres suivants déterminent la résistance de votre pièce." #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "Densité du remplissage" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6300,7 +6300,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "Épaisseur de la coque" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6320,7 +6320,7 @@ msgstr "Générer des structures pour soutenir les parties du modèle qui possè #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "Type de prise en charge" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6335,7 +6335,7 @@ msgstr "Choisit entre les stratégies de support disponibles. Le support « Nor #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "Imprimer avec" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6789,12 +6789,12 @@ msgstr "Ajouter une imprimante hors réseau" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Ajouter l'imprimante UltiMaker par le biais de Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Pour pouvoir utiliser Cura, vous devez configurer une imprimante." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6804,12 +6804,12 @@ msgstr "Quelle imprimante souhaitez-vous configurer?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "Imprimante UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "Imprimante d'une autre marque" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6824,7 +6824,7 @@ msgstr "Ajouter une imprimante" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "Les nouvelles imprimantes UltiMaker peuvent être connectées à Digital Factory et contrôlées à distance." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6834,7 +6834,7 @@ msgstr "Si vous essayez d'ajouter une nouvelle imprimante UltiMaker à Cura" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:80 msgctxt "@info" msgid "Sign in into UltiMaker Digital Factory" -msgstr "" +msgstr "Se connecter à UltiMaker Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:81 msgctxt "@info" @@ -6854,17 +6854,17 @@ msgstr "En savoir plus" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "Ajouter une imprimante locale" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Se connecter à Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "En attente de nouvelles imprimantes" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 76fb949db0..7b76c83016 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -829,7 +829,7 @@ msgstr "Apri file progetto" #: plugins/3MFReader/WorkspaceDialog.qml:134 msgctxt "@button" msgid "Create new" -msgstr "" +msgstr "Crea nuovo" #: plugins/3MFReader/ThreeMFWorkspaceReader.py:681 #, python-brace-format @@ -925,7 +925,7 @@ msgstr "Gruppo stampanti" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "Apri con" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4313,7 +4313,7 @@ msgstr "Gestione materiali..." #: resources/qml/Actions.qml:218 msgctxt "@action:inmenu Marketplace is a brand name of UltiMaker's, so don't translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Aggiungere altri materiali da Marketplace" #: resources/qml/Actions.qml:225 msgctxt "@action:inmenu menubar:profile" @@ -4605,17 +4605,17 @@ msgstr "Scopri le novità" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "Salva profilo personalizzato" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "Nuovo profilo personalizzato" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "Nome profilo personalizzato:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4630,7 +4630,7 @@ msgstr "Ulteriori informazioni sui profili di stampa di Cura" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Salva nuovo profilo" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4924,7 +4924,7 @@ msgstr "" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "Salva modifiche" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6219,7 +6219,7 @@ msgstr "Le impostazioni consigliate (per %1) sono state modificate." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "Alcune impostazioni del profilo corrente sono state sovrascritte." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6244,7 +6244,7 @@ msgstr "Abilita stampa di brim o raft. Questa funzione aggiunge un’area piana #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "Impostazioni di stampa consigliate" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6269,7 +6269,7 @@ msgstr "Le seguenti impostazioni definiscono la resistenza del tuo pezzo." #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "Densità del riempimento" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6303,7 +6303,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "Spessore guscio" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6323,7 +6323,7 @@ msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza que #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "Tipo di supporto" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6338,7 +6338,7 @@ msgstr "Scegliere tra le tecniche disponibili per generare il supporto. Il suppo #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "Stampa con" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6792,12 +6792,12 @@ msgstr "Aggiungi una stampante non in rete" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Aggiungi stampante UltiMaker tramite Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Per utilizzare Cura, è necessario configurare una stampante." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6807,12 +6807,12 @@ msgstr "Quale stampante si desidera configurare?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "Stampante UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "Stampante non UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6822,12 +6822,12 @@ msgstr "Scopri di più sull'aggiunta di stampanti a Cura" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 msgctxt "@label" msgid "Add printer" -msgstr "" +msgstr "Aggiungi stampante" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "Le nuove stampanti UltiMaker possono essere connesse a Digital Factory e monitorate da remoto." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6852,22 +6852,22 @@ msgstr "La nuova stampante apparirà automaticamente in Cura" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:100 msgctxt "@button" msgid "Learn more" -msgstr "" +msgstr "Ulteriori informazioni" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "Aggiungi una stampante locale" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Accedi a Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "In attesa delle nuove stampanti" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index 19d852d2b7..c4dae72d79 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -829,7 +829,7 @@ msgstr "プロジェクトファイルを開く" #: plugins/3MFReader/WorkspaceDialog.qml:134 msgctxt "@button" msgid "Create new" -msgstr "" +msgstr "新しいものを作成する" #: plugins/3MFReader/ThreeMFWorkspaceReader.py:681 #, python-brace-format @@ -925,7 +925,7 @@ msgstr "プリンターグループ" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "開く" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4593,17 +4593,17 @@ msgstr "新情報" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "カスタムプロファイルを保存" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "新しいカスタムプロファイル" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "カスタムプロファイル名:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4618,7 +4618,7 @@ msgstr "Curaのプリントプロファイルについて詳しくはこちら" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "新しいプロファイルを保存" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4907,12 +4907,12 @@ msgstr "変更を維持" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "新しいカスタムプロファイルとして保存" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "変更を保存" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6202,7 +6202,7 @@ msgstr "推奨設定(%1)が変更されました。" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "現在のプロファイルの一部の設定が上書きされました。" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6227,7 +6227,7 @@ msgstr "ブリムまたはラフトのプリントの有効化。それぞれ、 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "推奨される印刷設定" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6252,7 +6252,7 @@ msgstr "次の設定では、部材の強度を定義します。" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "インフィル密度" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6286,7 +6286,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "シェルの厚さ" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6306,7 +6306,7 @@ msgstr "オーバーハングがあるモデルにサポートを生成します #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "サポートタイプ" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6321,7 +6321,7 @@ msgstr "サポートを生成するために利用できる技術を選択しま #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "印刷する" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6771,12 +6771,12 @@ msgstr "非ネットワークプリンターの追加" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Digital FactoryでUltiMakerプリンターを追加する" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Curaの使用を開始するには、プリンターを設定する必要があります。" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6786,12 +6786,12 @@ msgstr "どのプリンターをセットアップしますか?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "UltiMakerプリンター" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "非UltiMakerプリンター" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6801,12 +6801,12 @@ msgstr "Curaへのプリンターの追加方法はこちら" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 msgctxt "@label" msgid "Add printer" -msgstr "" +msgstr "プリンターの追加" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "新しいUltiMakerプリンターは、Digital Factoryに接続してリモートで監視できます。" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6836,17 +6836,17 @@ msgstr "詳しく見る" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "ローカルプリンターの追加" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Digital Factoryにサインイン" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "新しいプリンターのため待機中" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index 8807126e75..6b894d1f18 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -829,7 +829,7 @@ msgstr "프로젝트 파일 열기" #: plugins/3MFReader/WorkspaceDialog.qml:134 msgctxt "@button" msgid "Create new" -msgstr "" +msgstr "새로 만들기" #: plugins/3MFReader/ThreeMFWorkspaceReader.py:681 #, python-brace-format @@ -925,7 +925,7 @@ msgstr "프린터 그룹" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "다음으로 열기" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4592,17 +4592,17 @@ msgstr "새로운 기능" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "사용자 지정 프로필 저장" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "새 사용자 지정 프로필" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "사용자 지정 프로필 이름:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4617,7 +4617,7 @@ msgstr "Cura 프린트 프로필에 대해 자세히 알아보기" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "새 프로필 저장" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4906,12 +4906,12 @@ msgstr "변경 사항 유지" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "새 사용자 지정 프로필로 저장" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "변경 사항 저장" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6202,7 +6202,7 @@ msgstr "(%1)에 대한 권장 설정이 변경되었습니다." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "현재 프로파일의 일부 설정을 덮어썼습니다." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6227,7 +6227,7 @@ msgstr "브림이나 라프트를 사용합니다. 이렇게하면 출력물 주 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "권장 프린트 설정" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6252,7 +6252,7 @@ msgstr "다음 설정은 부품의 강도를 정의합니다." #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "내부채움 밀도" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6286,7 +6286,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "셸 두께" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6306,7 +6306,7 @@ msgstr "오버행이 있는 모델 서포트를 생성합니다. 이러한 구 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "지원 유형" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6321,7 +6321,7 @@ msgstr "서포트를 생성하는 데 사용할 수 있는 기술 중 하나를 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "다음으로 프린트" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6774,12 +6774,12 @@ msgstr "비 네트워크 프린터 추가" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Digital Factory를 통해 UltiMaker 프린터 추가" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Cura를 사용하려면 프린터를 구성해야 합니다." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6789,12 +6789,12 @@ msgstr "어떤 프린터를 설정하시겠습니까?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "UltiMaker 프린터" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "UltiMaker 프린터가 아님" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6804,12 +6804,12 @@ msgstr "Cura에 프린터를 추가하는 방법 자세히 알아보기" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 msgctxt "@label" msgid "Add printer" -msgstr "" +msgstr "프린터 추가" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "새 UltiMaker 프린터를 Digital Factory에 연결하여 원격으로 모니터링할 수 있습니다." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6839,17 +6839,17 @@ msgstr "자세히 알아보기" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "로컬 프린터 추가" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Digital Factory에 로그인" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "새 프린터 대기 중" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index f442352940..dbc30155ba 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -6792,12 +6792,12 @@ msgstr "Een niet-netwerkprinter toevoegen" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Ultimaker printer toevoegen via Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Om Cura te gebruiken moet u een printer configureren." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6812,7 +6812,7 @@ msgstr "UltiMaker printer" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "Non UltiMaker printer" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index 7f50af81c0..aa98ad0737 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -93,7 +93,10 @@ msgid "" "

Backups can be found in the configuration folder.

\n" "

Please send us this Crash Report to fix the problem.

\n" " " -msgstr "" +msgstr "

Ups, o UltiMaker Cura encontrou um possível problema.

\n

Foi encontrado um erro irrecuperável durante o arranque da" +" aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

\n" +"

Os backups estão localizados na pasta de configuração.

\n

Por favor envie-nos este Relatório de Falhas" +" para podermos resolver o problema.

\n " #: cura/CrashHandler.py:122 msgctxt "@action:button" @@ -4598,17 +4601,17 @@ msgstr "Novidades" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "Guardar perfil personalizado" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "Novo perfil personalizado" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "Nome do perfil personalizado" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4623,7 +4626,7 @@ msgstr "Saiba mais sobre os perfis de impressão Cura" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Guardar novo perfil" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4912,12 +4915,12 @@ msgstr "Manter alterações" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "Guardar como novo perfil personalizado" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "Guardar alterações" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6212,7 +6215,7 @@ msgstr "As definições recomendadas (para %1) foram alteradas." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "Algumas definições do perfil actual foram substituídas." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6237,12 +6240,12 @@ msgstr "Permite a impressão de uma aba ou raft. Isto irá adicionar, respetivam #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "Definições de impressão recomendadas" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" msgid "Show Custom" -msgstr "" +msgstr "Mostrar personalizado" #: resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml:27 msgctxt "@label" @@ -6262,7 +6265,7 @@ msgstr "As seguintes definições definem a força da sua peça." #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "Densidade do Enchimento" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6294,7 +6297,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "Espessura da camada" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6314,7 +6317,7 @@ msgstr "Criar estruturas para suportar partes do modelo, suspensas ou com saliê #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "Tipo de suporte" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6332,7 +6335,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "Imprimir com" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6786,12 +6789,12 @@ msgstr "Adicionar uma impressora sem rede" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Adicionar a impressora UltiMaker via Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Para poder utilizar o Cura terá de configurar a impressora." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6801,12 +6804,12 @@ msgstr "Qual impressora gostaria de definir?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "Impressora da UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "Impressora não Ultimaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6816,12 +6819,12 @@ msgstr "Saiba mais sobre como adicionar impressoras ao Cura" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 msgctxt "@label" msgid "Add printer" -msgstr "" +msgstr "Adicionar Impressora" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "As novas impressoras UltiMaker podem ser conectadas à Digital Factory e monitoradas remotamente." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6831,7 +6834,7 @@ msgstr "Se estiver a tentar adicionar uma nova impressora UltiMaker ao Cura" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:80 msgctxt "@info" msgid "Sign in into UltiMaker Digital Factory" -msgstr "" +msgstr "Iniciar sessão na UltiMaker Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:81 msgctxt "@info" @@ -6846,22 +6849,22 @@ msgstr "A sua nova impressora aparecerá automaticamente no Cura" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:100 msgctxt "@button" msgid "Learn more" -msgstr "" +msgstr "Saber mais" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "Adicionar uma impressora local" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Iniciar sessão na Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "À espera de novas impressoras" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 0f597c4741..3cc45b82af 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -93,7 +93,9 @@ msgid "" "

Backups can be found in the configuration folder.

\n" "

Please send us this Crash Report to fix the problem.

\n" " " -msgstr " " +msgstr "

В ПО UltiMaker Cura обнаружена ошибка.

\n

Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми" +" файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

\n

Резервные" +" копии хранятся в папке конфигурации.

\n

Отправьте нам этот отчет о сбое для устранения проблемы.

\n " #: cura/CrashHandler.py:122 msgctxt "@action:button" @@ -920,7 +922,7 @@ msgstr "Группа принтеров" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "Открыть с помощью" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4609,17 +4611,17 @@ msgstr "Что нового" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "Сохранить пользовательский профиль" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "Новый пользовательский профиль" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "Имя пользовательского профиля:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4634,7 +4636,7 @@ msgstr "Подробнее о профилях печати Cura" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Сохранить новый профиль" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4923,12 +4925,12 @@ msgstr "Сохранить изменения" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "Сохранить как новый пользовательский профиль" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "Сохранить изменения" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6227,7 +6229,7 @@ msgstr "Рекомендуемые настройки (для %1) был #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "Некоторые настройки из текущего профиля были перезаписаны." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6252,7 +6254,7 @@ msgstr "Разрешает печать каймы или подложки. Эт #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "Рекомендуемые настройки печати" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6277,7 +6279,7 @@ msgstr "Следующие настройки определяют прочно #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "Плотность заполнения" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6311,7 +6313,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "Толщина стенки" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6331,7 +6333,7 @@ msgstr "Генерация структур для поддержки навис #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "Тип поддержки" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6346,7 +6348,7 @@ msgstr "Выберите одну из доступных техник созд #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "Печать с помощью" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6801,12 +6803,12 @@ msgstr "Добавить принтер, не подключенный к сет #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Добавить принтер UltiMaker через Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Чтобы начать пользоваться Cura, необходимо настроить принтер." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6816,12 +6818,12 @@ msgstr "Какой принтер вы хотите настроить?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "Принтер UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "Принтер, не использующий UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6836,7 +6838,7 @@ msgstr "Добавление принтера" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "Новые принтеры UltiMaker можно подключить к Digital Factory и управлять ими удаленно." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6866,17 +6868,17 @@ msgstr "Узнать больше" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "Добавить локальный принтер" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Войти в Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "Ожидание новых принтеров" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index df5aab3bd3..e04046d18c 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -925,7 +925,7 @@ msgstr "Yazıcı Grubu" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "Birlikte Aç" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4605,17 +4605,17 @@ msgstr "Yenilikler" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "Özel Profili Kaydet" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "Yeni Özel Profil" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "Özel profil adı:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4630,7 +4630,7 @@ msgstr "Cura baskı profilleri hakkında daha fazla bilgi edinin" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "Yeni profil kaydet" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4919,12 +4919,12 @@ msgstr "Değişiklikleri tut" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "Yeni özel profil olarak kaydet" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "Değişiklikleri kaydet" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6219,7 +6219,7 @@ msgstr "Önerilen ayarlar (%1 için) değiştirildi." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "" +msgstr "Mevcut profilin bazı ayarlarının üzerine yazılmış." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" @@ -6244,7 +6244,7 @@ msgstr "Bir kenar veya radye yazdırın. Bu nesnenizin etrafına veya altına da #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "Tavsiye edilen baskı ayarları" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6269,7 +6269,7 @@ msgstr "Aşağıdaki ayarlar parçanızın sağlamlığını tanımlar." #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "Dolgu Yoğunluğu" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6303,7 +6303,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "Katman Kalınlığı" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6318,12 +6318,12 @@ msgstr "Destek" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:21 msgctxt "@label" msgid "Generate structures to support parts of the model which have overhangs. Without these structures, these parts would collapse during printing." -msgstr "" +msgstr "Modelde çıkıntılı olan kısımlarını desteklemek için yapılar oluşturun. Bu yapılar olmadan, bu parçalar baskı sırasında çökecektir." #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "Destek Türü" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6338,7 +6338,7 @@ msgstr "Destek oluşturmak için kullanılabilir teknikler arasından seçim yap #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "Şununla yazdır:" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6792,12 +6792,12 @@ msgstr "Ağ dışı bir yazıcı ekleyin" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "Digital Factory üzerinden UltiMaker yazıcı ekle" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "Cura’yı kullanmaya başlamak için bir yazıcı yapılandırmanız gerekir." #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6807,12 +6807,12 @@ msgstr "Hangi yazıcıyı kurmak istersiniz?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "UltiMaker yazıcı" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "UltiMaker olmayan yazıcı" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6827,7 +6827,7 @@ msgstr "Yazıcı Ekle" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "Yeni Ultimaker yazıcılar Digital Factory’ye bağlanabilir ve uzaktan izlenebilir." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6857,17 +6857,17 @@ msgstr "Daha fazla bilgi edinin" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "Yerel yazıcı ekleyin" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "Digital Factory’de oturum aç" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "Yeni yazıcılar bekleniyor" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 968aa3d2d7..ccf1269e02 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -925,7 +925,7 @@ msgstr "打印机组" #: plugins/3MFReader/WorkspaceDialog.qml:103 msgctxt "@action:label" msgid "Open With" -msgstr "" +msgstr "打开方式" #: plugins/3MFReader/WorkspaceDialog.qml:104 msgctxt "@info:tooltip" @@ -4594,17 +4594,17 @@ msgstr "新增功能" #: resources/qml/Cura.qml:890 msgctxt "@title:window" msgid "Save Custom Profile" -msgstr "" +msgstr "保存自定义配置文件" #: resources/qml/Cura.qml:891 msgctxt "@textfield:placeholder" msgid "New Custom Profile" -msgstr "" +msgstr "新建自定义配置文件" #: resources/qml/Cura.qml:892 msgctxt "@info" msgid "Custom profile name:" -msgstr "" +msgstr "自定义配置文件名称:" #: resources/qml/Cura.qml:909 msgctxt "@label %i will be replaced with a profile name" @@ -4619,7 +4619,7 @@ msgstr "了解有关 Cura 打印配置文件的更多信息" #: resources/qml/Cura.qml:926 msgctxt "@button" msgid "Save new profile" -msgstr "" +msgstr "保存新配置文件" #: resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." @@ -4908,12 +4908,12 @@ msgstr "保留更改" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 msgctxt "@action:button" msgid "Save as new custom profile" -msgstr "" +msgstr "另存为新自定义配置文件" #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 msgctxt "@action:button" msgid "Save changes" -msgstr "" +msgstr "保存更改" #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" @@ -6229,7 +6229,7 @@ msgstr "允许打印 Brim 或 Raft。这将在您的对象周围或下方添加 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 msgctxt "@label" msgid "Recommended print settings" -msgstr "" +msgstr "建议的打印设置" #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 msgctxt "@button" @@ -6254,7 +6254,7 @@ msgstr "以下设置定义零件的强度。" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 msgctxt "infill_sparse_density description" msgid "Infill Density" -msgstr "" +msgstr "填充密度" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 msgctxt "@label" @@ -6264,7 +6264,7 @@ msgstr "调整打印填充的密度。" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:54 msgctxt "@action:label" msgid "Infill Pattern" -msgstr "" +msgstr "填充图案" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:56 msgctxt "@label" @@ -6288,7 +6288,7 @@ msgstr "" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 msgctxt "@action:label" msgid "Shell Thickness" -msgstr "" +msgstr "外壳厚度" #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 msgctxt "@label" @@ -6308,7 +6308,7 @@ msgstr "在模型的悬垂(Overhangs)部分生成支撑结构。若不这样 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 msgctxt "@action:label" msgid "Support Type" -msgstr "" +msgstr "支撑类型" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 msgctxt "@label" @@ -6323,7 +6323,7 @@ msgstr "在可用于产生支撑的方法之间进行选择。“普通”支撑 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 msgctxt "@action:label" msgid "Print with" -msgstr "" +msgstr "打印方式" #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 msgctxt "@label" @@ -6776,12 +6776,12 @@ msgstr "添加未联网打印机" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "" +msgstr "通过 Digital Factory 添加 UltiMaker 打印机" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" msgid "In order to start using Cura you will need to configure a printer." -msgstr "" +msgstr "要开始使用 Cura,您需要配置一台打印机。" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 msgctxt "@label" @@ -6791,12 +6791,12 @@ msgstr "您要设置什么打印机?" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 msgctxt "@button" msgid "UltiMaker printer" -msgstr "" +msgstr "UltiMaker 打印机" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "" +msgstr "非 UltiMaker 打印机" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" @@ -6811,7 +6811,7 @@ msgstr "添加打印机" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "" +msgstr "新的 UltiMaker 打印机可连接到 Digital Factory,用户可对其进行远程监控。" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" @@ -6841,17 +6841,17 @@ msgstr "详细了解" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 msgctxt "@button" msgid "Add local printer" -msgstr "" +msgstr "添加本地打印机" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 msgctxt "@button" msgid "Sign in to Digital Factory" -msgstr "" +msgstr "登录 Digital Factory" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 msgctxt "@button" msgid "Waiting for new printers" -msgstr "" +msgstr "等待新打印机" #: resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" From bed7f22a1b5763679a98fdb04a4c01b802b348e2 Mon Sep 17 00:00:00 2001 From: Bryan Foley Date: Fri, 14 Apr 2023 13:32:10 +0200 Subject: [PATCH 28/57] SEM-166 UMs7 firmware location updated With this commit we use the dedicated update url for the UMs7 firmware location instead of the UMs5 location --- resources/definitions/ultimaker_s7.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker_s7.def.json b/resources/definitions/ultimaker_s7.def.json index 580b43209b..16a36eefc2 100644 --- a/resources/definitions/ultimaker_s7.def.json +++ b/resources/definitions/ultimaker_s7.def.json @@ -12,7 +12,7 @@ "bom_numbers": [5078167, 5078168], "firmware_update_info": { - "check_urls": [ "https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version" ], + "check_urls": [ "https://software.ultimaker.com/releases/firmware/5078167/stable/um-update.swu.version" ], "id": 5078167, "update_url": "https://ultimaker.com/firmware?utm_source=cura&utm_medium=software&utm_campaign=fw-update" }, From 1b15eb4a4cca6b1e43837b41bb29dad1d2c40c8b Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Fri, 14 Apr 2023 15:38:02 +0200 Subject: [PATCH 29/57] Capitalize UltiMaker CURA-10371 --- resources/i18n/nl_NL/cura.po | 2 +- resources/i18n/pt_PT/cura.po | 2 +- resources/i18n/tr_TR/cura.po | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index dbc30155ba..1a3b03f393 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -6792,7 +6792,7 @@ msgstr "Een niet-netwerkprinter toevoegen" #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 msgctxt "@button" msgid "Add UltiMaker printer via Digital Factory" -msgstr "Ultimaker printer toevoegen via Digital Factory" +msgstr "UltiMaker printer toevoegen via Digital Factory" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 msgctxt "@label" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index aa98ad0737..00c31e34ee 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -6809,7 +6809,7 @@ msgstr "Impressora da UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 msgctxt "@button" msgid "Non UltiMaker printer" -msgstr "Impressora não Ultimaker" +msgstr "Impressora não UltiMaker" #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 msgctxt "@button" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index e04046d18c..9978f781f1 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -6827,7 +6827,7 @@ msgstr "Yazıcı Ekle" #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 msgctxt "@label" msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." -msgstr "Yeni Ultimaker yazıcılar Digital Factory’ye bağlanabilir ve uzaktan izlenebilir." +msgstr "Yeni UltiMaker yazıcılar Digital Factory’ye bağlanabilir ve uzaktan izlenebilir." #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 msgctxt "@label" From 024876b314069f44a3b8e347e2218c95c07233b7 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Fri, 14 Apr 2023 15:23:38 +0000 Subject: [PATCH 30/57] Applied printer-linter format --- resources/definitions/longer_lk4x.def.json | 10 +++++----- resources/variants/longer/longer_lk4x_0.4.inst.cfg | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/definitions/longer_lk4x.def.json b/resources/definitions/longer_lk4x.def.json index b98dbeca06..9d3de42599 100644 --- a/resources/definitions/longer_lk4x.def.json +++ b/resources/definitions/longer_lk4x.def.json @@ -26,13 +26,13 @@ [35, 20] ] }, - "machine_start_gcode": { "default_value": "; -- LONGER BL-TOUCH Start G-code --\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\n\n; confirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm release\nG4 P100 ; Delay for BL-Touch\n\n; homing\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\n\n; reconfirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm realease\nG4 P100 ; Delay for BL-Touch\n\n; bed leveling\nG29; Auto leveling\nM420 Z5 ; set LEVELING_FADE_HEIGHT\nM500 ; save data of G29 and M420\nM420 S1 ; enable bed leveling\n\n; prepare hot-end\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y150.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y150.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n; -- end of LONGER BL-TOUCH Start G-code --" }, "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "LONGER LK4 X" }, + "machine_start_gcode": { "default_value": "; -- LONGER BL-TOUCH Start G-code --\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\n\n; confirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm release\nG4 P100 ; Delay for BL-Touch\n\n; homing\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\n\n; reconfirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm realease\nG4 P100 ; Delay for BL-Touch\n\n; bed leveling\nG29; Auto leveling\nM420 Z5 ; set LEVELING_FADE_HEIGHT\nM500 ; save data of G29 and M420\nM420 S1 ; enable bed leveling\n\n; prepare hot-end\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y150.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y150.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n; -- end of LONGER BL-TOUCH Start G-code --" }, "machine_width": { "default_value": 220 }, - "speed_travel": { "value": 65 }, "retraction_amount": { "value": 2.0 }, - "z_seam_type": { "value": "'shortest'" }, - "retraction_combing": { "value": "'noskin'" } + "retraction_combing": { "value": "'noskin'" }, + "speed_travel": { "value": 65 }, + "z_seam_type": { "value": "'shortest'" } } -} +} \ No newline at end of file diff --git a/resources/variants/longer/longer_lk4x_0.4.inst.cfg b/resources/variants/longer/longer_lk4x_0.4.inst.cfg index c5e7cdb230..0ecce67ff9 100644 --- a/resources/variants/longer/longer_lk4x_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk4x_0.4.inst.cfg @@ -10,3 +10,4 @@ type = variant [values] machine_nozzle_size = 0.4 + From 1924d8c1b011909e7e7b6019833d0581b934f297 Mon Sep 17 00:00:00 2001 From: Aldo Hoeben Date: Fri, 14 Apr 2023 20:34:59 +0200 Subject: [PATCH 31/57] Continue if there is no scripts folder inside a resource folder Co-authored-by: Casper Lamboo --- plugins/PostProcessingPlugin/PostProcessingPlugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/PostProcessingPlugin/PostProcessingPlugin.py b/plugins/PostProcessingPlugin/PostProcessingPlugin.py index 5e37ede4c7..fbb4214021 100644 --- a/plugins/PostProcessingPlugin/PostProcessingPlugin.py +++ b/plugins/PostProcessingPlugin/PostProcessingPlugin.py @@ -159,6 +159,8 @@ class PostProcessingPlugin(QObject, Extension): if root is None: continue path = os.path.join(root, "scripts") + if not os.path.isdir(path): + continue self.loadScripts(path) def loadScripts(self, path: str) -> None: From b5b6f8197bed78528184ee07f880db7d141d08f2 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 17 Apr 2023 12:47:54 +0200 Subject: [PATCH 32/57] Fix the writeStarted emit When printing via abstract printer, this signal was not correctly emitted causing the postprocessing script to fail CURA-10524 --- .../UM3NetworkPrinting/src/Cloud/AbstractCloudOutputDevice.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/UM3NetworkPrinting/src/Cloud/AbstractCloudOutputDevice.py b/plugins/UM3NetworkPrinting/src/Cloud/AbstractCloudOutputDevice.py index 4ee74550a4..fdbeb051cf 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/AbstractCloudOutputDevice.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/AbstractCloudOutputDevice.py @@ -96,6 +96,9 @@ class AbstractCloudOutputDevice(UltimakerNetworkedPrinterOutputDevice): @pyqtSlot(str) def printerSelected(self, unique_id: str): + # The device that it defers the actual write to isn't hooked up correctly. So we should emit the write signal + # here. + self.writeStarted.emit(self) self._request_write_callback(unique_id, self._nodes) if self._on_print_dialog: self._on_print_dialog.close() From d7d32b07aefeb3fb4f52e6e02d15b10c6921eefe Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 17 Apr 2023 14:06:52 +0200 Subject: [PATCH 33/57] Bump-up settings version to 22 for longer cube 2 --- resources/variants/longer/longer_lk4x_0.4.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/variants/longer/longer_lk4x_0.4.inst.cfg b/resources/variants/longer/longer_lk4x_0.4.inst.cfg index 0ecce67ff9..839df818c4 100644 --- a/resources/variants/longer/longer_lk4x_0.4.inst.cfg +++ b/resources/variants/longer/longer_lk4x_0.4.inst.cfg @@ -5,7 +5,7 @@ version = 4 [metadata] hardware_type = nozzle -setting_version = 21 +setting_version = 22 type = variant [values] From 3f276f08b6a6c62e46da01e403bd728bfec83e07 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 17 Apr 2023 14:15:21 +0200 Subject: [PATCH 34/57] Removed wrongly translated strings The %1 location marker wasn't translated by Smartling. Contributes to CURA-10371 --- resources/i18n/de_DE/cura.po | 2 +- resources/i18n/es_ES/cura.po | 2 +- resources/i18n/fr_FR/cura.po | 2 +- resources/i18n/it_IT/cura.po | 2 +- resources/i18n/ja_JP/cura.po | 2 +- resources/i18n/ko_KR/cura.po | 2 +- resources/i18n/nl_NL/cura.po | 2 +- resources/i18n/pt_BR/cura.po | 2 +- resources/i18n/pt_PT/cura.po | 2 +- resources/i18n/ru_RU/cura.po | 2 +- resources/i18n/tr_TR/cura.po | 2 +- resources/i18n/zh_CN/cura.po | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index 45a1c71369..caa02a760e 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -6217,7 +6217,7 @@ msgstr "Empfohlene Einstellungen (für %1) wurden geändert." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Einige Einstellungen des aktuellen Profils wurden überschrieben." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index bc6d9e002e..cdf76f8bd0 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -6216,7 +6216,7 @@ msgstr "Se ha modificado la configuración recomendada (para %1)." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Algunas configuraciones del perfil actual se han sobrescrito." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index 36ca7d652c..245042953a 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -6216,7 +6216,7 @@ msgstr "Les paramètres recommandés (pour %1) ont été modifiés." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Certains paramètres du profil actuel ont été remplacés." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 7b76c83016..f3dfe080ed 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -6219,7 +6219,7 @@ msgstr "Le impostazioni consigliate (per %1) sono state modificate." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Alcune impostazioni del profilo corrente sono state sovrascritte." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index c4dae72d79..a4918aa720 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -6202,7 +6202,7 @@ msgstr "推奨設定(%1)が変更されました。" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "現在のプロファイルの一部の設定が上書きされました。" +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index 6b894d1f18..23b79279f7 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -6202,7 +6202,7 @@ msgstr "(%1)에 대한 권장 설정이 변경되었습니다." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "현재 프로파일의 일부 설정을 덮어썼습니다." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index 1a3b03f393..bcfcced70d 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -6219,7 +6219,7 @@ msgstr "Aanbevolen instellingen (voor %1) zijn gewijzigd." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Enkele instellingen van het huidige profiel zijn overschreven." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index 5dd4963079..272e33342f 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -6216,7 +6216,7 @@ msgstr "Ajustes recomendados (para %1) foram alterados." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Alguns ajustes do perfil atual foram sobrescritos." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index 00c31e34ee..adbd94319c 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -6215,7 +6215,7 @@ msgstr "As definições recomendadas (para %1) foram alteradas." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Algumas definições do perfil actual foram substituídas." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 3cc45b82af..34539e4479 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -6229,7 +6229,7 @@ msgstr "Рекомендуемые настройки (для %1) был #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Некоторые настройки из текущего профиля были перезаписаны." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index 9978f781f1..81840da25b 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -6219,7 +6219,7 @@ msgstr "Önerilen ayarlar (%1 için) değiştirildi." #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "Mevcut profilin bazı ayarlarının üzerine yazılmış." +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index ccf1269e02..b409d26a98 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -6204,7 +6204,7 @@ msgstr "建议的设置(适用于 %1)已更改。" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 msgctxt "@info %1 is the name of a profile" msgid "Some setting-values defined in %1 were overridden." -msgstr "当前配置文件的一些设置已经重写。" +msgstr "" #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 msgctxt "@info" From 21de7a366735a282fb459dfff4b517a0a6df84e7 Mon Sep 17 00:00:00 2001 From: Bryan Foley Date: Tue, 18 Apr 2023 10:06:46 +0200 Subject: [PATCH 35/57] SEM-166 Apply suggestions from code review Co-authored-by: Jelle Spijker --- resources/definitions/ultimaker_s3.def.json | 2 +- resources/definitions/ultimaker_s5.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index 0cf31c7f66..8892e27676 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -12,7 +12,7 @@ "bom_numbers": [ 213482, 213483, - 213484 + 213484, ], "exclude_materials": [ "generic_hips", diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index 8bb086a654..26b7e864b2 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -13,7 +13,7 @@ 9051, 214475, 214476, - 214477 + 214477, ], "firmware_update_info": { From 3b538d975c70e7eda7d2a61a013cb6d2adb71f97 Mon Sep 17 00:00:00 2001 From: Bryan Foley Date: Tue, 18 Apr 2023 10:12:23 +0200 Subject: [PATCH 36/57] Revert "SEM-166 Apply suggestions from code review" This reverts commit 21de7a366735a282fb459dfff4b517a0a6df84e7. --- resources/definitions/ultimaker_s3.def.json | 2 +- resources/definitions/ultimaker_s5.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index 8892e27676..0cf31c7f66 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -12,7 +12,7 @@ "bom_numbers": [ 213482, 213483, - 213484, + 213484 ], "exclude_materials": [ "generic_hips", diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index 26b7e864b2..8bb086a654 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -13,7 +13,7 @@ 9051, 214475, 214476, - 214477, + 214477 ], "firmware_update_info": { From cf6cbafb256bca75ebc8ac563649fd82a6c21ebd Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 13 Apr 2023 22:03:25 +0200 Subject: [PATCH 37/57] Fit 'Tree Support Rest Preference' description to behaviour. CURA-10463 --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index a7769bbee2..8d71d093fb 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4779,12 +4779,12 @@ "support_tree_rest_preference": { "label": "Tree Support Rest Preference", - "description": "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere", + "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": { - "buildplate": "Buildplate", - "graceful": "On any flat surface" + "buildplate": "Force Only Buildplate", + "graceful": "On Model If Necessary" }, "default_value": "buildplate", "value": "'buildplate' if support_type == 'buildplate' else 'graceful'", From f0d635444400132bfc56600561bb2ddf6ee81058 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Tue, 18 Apr 2023 08:41:24 +0000 Subject: [PATCH 38/57] update translations --- resources/i18n/cs_CZ/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/de_DE/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/es_ES/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/fdmprinter.def.json.pot | 8 ++++---- resources/i18n/fi_FI/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/fr_FR/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/hu_HU/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/it_IT/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/ja_JP/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/ko_KR/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/nl_NL/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/pl_PL/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/pt_BR/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/pt_PT/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/ru_RU/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/tr_TR/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/zh_CN/fdmprinter.def.json.po | 16 ++++++++-------- resources/i18n/zh_TW/fdmprinter.def.json.po | 16 ++++++++-------- 18 files changed, 140 insertions(+), 140 deletions(-) diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 0a87e29ee3..898bd460b9 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -561,11 +561,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Teplota sestavení" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1376,6 +1371,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Pro struktury o šířce okolo jedno až dvojnásobku velikosti trysky musí být šířky čar upravovány, aby to se dodržovala správná tloušťka modelu. Toto nastavení ovládá minimální dovolenou šířku čáry pro zdi. Z minimální šířky čáry se také odvozuje maximální šířka, jelikož při určité tloušťce tvaru se přechází z N na N + 1 zdí, kdy je N zdí širokých, zatímco N + 1 zdi jsou úzké. Nejvyšší možná šířka čáry zdi je tedy dvojnásobek tohoto nastavení." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2879,7 +2879,7 @@ msgstr "Offset s extrudérem" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5323,7 +5323,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index e15a8932db..6fbb9cd835 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatur Druckabmessung" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Bei dünnen Strukturen, die etwa ein- bis zweimal so groß sind wie die Düse, müssen die Linienstärken an die Dicke des Modells angepasst werden. Mit dieser Einstellung wird die Mindestlinienstärke für die Wände festgelegt. Die minimalen Linienstärken bestimmen gleichzeitig auch die maximalen Linienstärken, da wir bei einer gewissen Stärke der Geometrie von N- auf N+1-Wände übergehen, wobei die N-Wände breit und die N+1-Wände schmal sind. Die maximale Wandlinienstärke beträgt das Doppelte der minimalen Wandlinienstärke." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Versatz mit Extruder" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index cca0f4ac33..8a1c8af8a0 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura de volumen de impresión" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Para estructuras delgadas, aproximadamente una o dos veces el tamaño de la boquilla, los anchos de línea deben cambiarse para que coincidan con el grosor del modelo. Esta configuración controla el ancho de línea mínimo permitido para las paredes. Los anchos de línea mínimos también determinan de forma inherente los anchos de línea máximos, ya que la transición de N a N + 1 paredes se realiza con un grosor geométrico donde N paredes son anchas y N + 1 paredes son estrechas. La línea perimetral más ancha posible es el doble del ancho mínimo de la línea perimetral." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Desplazamiento con extrusor" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot index f54a8f92c9..055f0b58df 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -3933,17 +3933,17 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" +msgid "Force Only Buildplate" msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index 23482544a8..7ed170262e 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -558,11 +558,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1373,6 +1368,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2874,7 +2874,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5321,7 +5321,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index 74caf84b80..3b44cd3ed9 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Température du volume d'impression" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Pour les structures fines dont la taille correspond à une ou deux fois celle de la buse, il faut modifier la largeur des lignes pour respecter l'épaisseur du modèle. Ce paramètre contrôle la largeur de ligne minimale autorisée pour les parois. Les largeurs de lignes minimales déterminent également les largeurs de lignes maximales, puisque nous passons de N à N+1 parois à une certaine épaisseur géométrique où les N parois sont larges et les N+1 parois sont étroites. La ligne de paroi la plus large possible est égale à deux fois la largeur minimale de la ligne de paroi." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Décalage avec extrudeuse" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/hu_HU/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 91895ef246..1a27cbe80d 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -561,11 +561,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Építési tér hőmérséklete" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1376,6 +1371,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2881,7 +2881,7 @@ msgstr "Extruder eltolás" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5333,7 +5333,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index abe8fa4ca8..d2e8d28f3b 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura volume di stampa" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Per strutture sottili, circa una o due volte la dimensione dell'ugello, le larghezze delle linee devono essere modificate per rispettare lo spessore del modello. Questa impostazione controlla la larghezza minima della linea consentita per le pareti. Le larghezze minime delle linee determinano intrinsecamente anche le larghezze massime delle linee, poiché si esegue la transizione da N a N+1 pareti ad uno spessore geometrico in cui le pareti N sono larghe e le pareti N+1 sono strette. La linea perimetrale più larga possible è due volte la larghezza minima della linea perimetrale." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Offset con estrusore" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index e76ad4d8c6..1c872ee696 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "造形温度" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "ノズルサイズの1~2倍程度の薄い構造の場合、モデルの厚さに合わせてライン幅を変更する必要があります。この設定は、ウォールに許容される最小ライン幅を制御します。ジオメトリーの厚さが、Nのウォールが幅広く、N+1のウォールが狭い場所で、NからN+1のウォールに移行するため、最小ライン幅は本質的に最大ライン幅も決定します。ウォールラインの許容最大幅は、最小ウォールライン幅の2倍です。" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "エクストルーダーのオフセット" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5324,7 +5324,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index 5165221dd1..ac8a317ff7 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "빌드 볼륨 온도" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "노즐 크기의 1~2배 정도의 얇은 구조물의 경우 모델의 두께에 맞게 선 너비를 변경해야 합니다. 이 설정은 벽에 허용되는 최소 선 너비를 제어합니다. N개의 벽이 넓고 N+1개의 벽이 좁은 일부 형상 두께에서는 N개의 벽에서 N+1개의 벽으로 전환하기 때문에, 최소 선 너비가 내재적으로 최대 선 너비를 결정합니다. 가장 넓을 가능성이 있는 벽 선은 최소 벽 선 너비의 두 배입니다." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "익스트루더로 오프셋" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index f85ec71930..f0d862762b 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatuur werkvolume" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Bij dunne structuren die ongeveer één of tweemaal zo groot als de nozzle zijn, moeten de lijnbreedtes worden aangepast aan de dikte van het model. Met deze instelling beheert u de minimum lijnbreedte die voor wanden is toegestaan. De minimum lijnbreedte bepaalt automatisch ook de maximale lijnbreedte, omdat we bij een bepaalde geometriedikte overgaan van wanden van N naar wanden van N+1, waarbij de N-wanden breed zijn en de N+1-wanden smal. De breedst mogelijke wandlijn is tweemaal de minimumbreedte van de wandlijn." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Offset met extruder" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index 29c04d6489..54ab45bef8 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+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" @@ -560,11 +560,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura obszaru roboczego" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1375,6 +1370,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2880,7 +2880,7 @@ msgstr "Przesunięcie ekstrudera" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5332,7 +5332,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index b2759b2a5e..8b3302c626 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: 2023-02-17 16:31+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -561,11 +561,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura do Volume de Impressão" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1376,6 +1371,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Para estruturas finas por volta de uma ou duas vezes o tamanho do bico, as larguras de linhas precisam ser alteradas para aderir à grossura do modelo. Este ajuste controla a largura mínima de filete permite para as paredes. As larguras mínimas de filete inerentemente também determinam as larguras máximas, já que transicionamos de N pra N+1 parede na grossura de geometria onde paredes N são largas e as paredes N+1 são estreitas. A maior largura possível de parede é duas vezes a Largura Mínima de Filete de Parede." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2881,7 +2881,7 @@ msgstr "Deslocamento com o Extrusor" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5333,7 +5333,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 6fa5dcfded..19c2cf673b 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Temperatura do volume de construção" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Para estruturas finas de cerca de uma ou duas vezes o tamanho do bocal, os diâmetros da linha têm de ser alterados para aderir à espessura do modelo. Esta definição controla o diâmetro mínimo da linha permitido para as paredes. Os diâmetros mínimos de linha determinam também os diâmetros máximos de linha, uma vez que fazemos a transição de paredes N para N+1 com uma determinada espessura da geometria em que as paredes N são largas e as paredes N+1 são estreitas. A linha de parede mais larga possível é o dobro do diâmetro mínimo de linha da parede." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Desviar com extrusor" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index 654bc3fe38..6e1d50a3d4 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Температура для объема печати" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Для тонких структур, шириной не более одного или двух размеров сопла, ширину линии необходимо изменить таким образом, чтобы она соответствовала толщине модели. Этот параметр задает минимальную допустимую ширину линии стенки. Минимальная ширина линии одновременно определяет максимальную ширину линии, поскольку выполняется переход от N к N+1 стенкам при некоторой геометрической толщине, где N стенок —— широкие, а N+1 стенок — узкие. Самая широкая возможная линия стенки в два раза превышает минимальную ширину линии стенки." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Смещение с экструдером" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index 47ee7d5a34..5445521700 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "Yapı Disk Bölümü Sıcaklığı" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "Nozül boyutunun bir veya iki katı kadar olan ince yapılarda modelin kalınlığına bağlı olarak hat genişliklerinin değiştirilmesi gerekir. Bu ayar, duvarlar için izin verilen minimum hat genişliğini kontrol eder. Minimum hat genişlikleri, N duvarlarının geniş ve N+1 duvarlarının dar olduğu bazı geometrik kalınlıklarda N duvardan N+1 duvara geçildiği için maksimum hat genişliklerini de belirler. Mümkün olan en geniş duvar hattı Minimum Duvar Hattı Genişliğinin iki katıdır." +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "Ekstruder Ofseti" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index 354481b7a3..5ddf14d096 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -556,11 +556,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "打印体积温度" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1371,6 +1366,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "对于一倍或两倍于喷嘴孔径的薄结构,需要更改走线宽度以遵循模型的厚度。此设置控制壁允许的最小走线宽度。同样,最小走线宽度内在地决定了最大走线宽度,因为我们在某些几何厚度中从 N 壁过渡到 N+1 壁时,N 壁宽而 N+1 壁窄。允许的最大壁走线宽度是最小壁走线宽度的两倍。" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2876,7 +2876,7 @@ msgstr "挤出机偏移量" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5320,7 +5320,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index 9b1748a896..cf3b0815ee 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-08 08:31+0000\n" +"POT-Creation-Date: 2023-04-18 08:40+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -561,11 +561,6 @@ msgctxt "build_volume_temperature label" msgid "Build Volume Temperature" msgstr "列印空間溫度" -#: fdmprinter.def.json -msgctxt "support_tree_rest_preference option buildplate" -msgid "Buildplate" -msgstr "" - #: fdmprinter.def.json msgctxt "center_object label" msgid "Center Object" @@ -1376,6 +1371,11 @@ msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgstr "" +#: fdmprinter.def.json +msgctxt "support_tree_rest_preference option buildplate" +msgid "Force Only Buildplate" +msgstr "" + #: fdmprinter.def.json msgctxt "z_seam_position option front" msgid "Front" @@ -2881,7 +2881,7 @@ msgstr "擠出機偏移量" #: fdmprinter.def.json msgctxt "support_tree_rest_preference option graceful" -msgid "On any flat surface" +msgid "On Model If Necessary" msgstr "" #: fdmprinter.def.json @@ -5333,7 +5333,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_rest_preference description" -msgid "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere" +msgid "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." msgstr "" #: fdmprinter.def.json From b6c35e7b19fe989101c97b922240e59b9a6c4897 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Mon, 17 Apr 2023 17:38:58 +0200 Subject: [PATCH 39/57] Use proper setting variable name CURA-10472 --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 8d71d093fb..9181d0702e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5167,11 +5167,11 @@ "unit": "mm", "type": "float", "default_value": 0.8, - "value": "support_line_width + 0.4", + "value": "support_line_width + 0.4 if support_structure == 'normal' else 0.0", "limit_to_extruder": "support_infill_extruder_nr", "minimum_value_warning": "-1 * machine_nozzle_size", "maximum_value_warning": "10 * machine_nozzle_size", - "enabled": "(support_enable and support_structure == 'normal') or support_meshes_present", + "enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'", "settable_per_mesh": false, "settable_per_extruder": true }, From 0c0304667e84078e490f69f038f08a80f56ddbff Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 18 Apr 2023 14:57:30 +0200 Subject: [PATCH 40/57] Align main-based tree-2.0 branch with changes from 'xmas-alpha'. This is the last change that was missing, originally part of a way larger commit, which is why it wasn't reaplied. the original commit was part of CURA-9879, this 'manual cherry-pick' was done because there was one branch for CURA-10415 that was based on the 'xmas build' we shated with the public. However, in order to get that out in time, we made some temporary changes, that apparently should not be merged to main. Another branch was made for CURA-10415 that's based on main, but it appeared that this particular change was still missing. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9181d0702e..df60343a1f 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5228,7 +5228,7 @@ "default_value": 0.0, "minimum_value": "0", "maximum_value_warning": "10", - "enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'", + "enabled": "support_enable or support_meshes_present", "limit_to_extruder": "support_infill_extruder_nr", "settable_per_mesh": true }, From 82b0889199445274b5973441d27cb0b796cdeefd Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 18 Apr 2023 14:58:13 +0200 Subject: [PATCH 41/57] Update changelog CURA-10520 --- resources/texts/change_log.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 644e9d69ac..93fa078a92 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,4 +1,16 @@ -[5.3] +[5.3.1] + +Restored and updated translations for 11 languages + +* Bug fixes: +- Fixed a bug where the machine definitions could not be updated +- Fixed a bug where part of the model would not have fuzzy skin +- Fixed a bug where a project files that contain an intent profile would not load correctly +- Fixed a bug where Pause At Height was not working correctly for Griffin (UltiMaker printers) +- Fixed a bug where slicing was blocked if initial printing temperature was higher than the printing temperature +- Fixed a bug where Gcode would display NOMESH instead of NONMESH + +[5.3] This release does not yet contain the new tree support implementation by ThomasRahm. You can download a special Cura version for that here. * Interlocking Structure Generation From 121acbbe155d2e9b59c9fac089e4cb6ed487408a Mon Sep 17 00:00:00 2001 From: Remco Burema <41987080+rburema@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:58:04 +0200 Subject: [PATCH 42/57] Apply printer-linter suggestions. Remove the causes of all redundancy warnings. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- resources/definitions/anycubic_i3_mega_s.def.json | 6 +++--- resources/definitions/creality_base.def.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 7837b9ab10..215b54dce8 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -110,12 +110,12 @@ "support_interface_enable": { "value": true }, "support_interface_height": { "value": "layer_height * 4" }, "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, "support_structure": { "value": "'tree'" }, - "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')" }, + "support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" }, - "support_wall_count": { "value": 1 }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json index e0af584423..041d9ae18a 100644 --- a/resources/definitions/creality_base.def.json +++ b/resources/definitions/creality_base.def.json @@ -157,10 +157,10 @@ "support_interface_enable": { "value": true }, "support_interface_height": { "value": "layer_height * 4" }, "support_interface_pattern": { "value": "'grid'" }, - "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, - "support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')" }, - "support_wall_count": { "value": 1 }, + + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, From 860aa7ad9d5bc153bdbf0a98a171d1e4771c1c88 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 18 Apr 2023 16:03:27 +0200 Subject: [PATCH 43/57] Pin dependency versions CURA-10520 --- conanfile.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conanfile.py b/conanfile.py index ffe4b81034..bbad0e0a69 100644 --- a/conanfile.py +++ b/conanfile.py @@ -279,12 +279,12 @@ class CuraConan(ConanFile): def requirements(self): self.requires("pyarcus/5.2.2") - self.requires("curaengine/(latest)@ultimaker/stable") + self.requires("curaengine/5.3.1") self.requires("pysavitar/5.2.2") self.requires("pynest2d/5.2.2") - self.requires("uranium/(latest)@ultimaker/stable") - self.requires("fdm_materials/(latest)@ultimaker/stable") - self.requires("cura_binary_data/(latest)@ultimaker/stable") + self.requires("uranium/5.3.1") + self.requires("fdm_materials/5.3.0") + self.requires("cura_binary_data/5.3.0") self.requires("cpython/3.10.4") if self.options.internal: self.requires("cura_private_data/(latest)@ultimaker/testing") From 7272bedfecdf2be14d65df4c39cc66b875fa38ae Mon Sep 17 00:00:00 2001 From: rburema Date: Tue, 18 Apr 2023 14:18:21 +0000 Subject: [PATCH 44/57] Applied printer-linter format --- resources/definitions/anycubic_i3_mega_s.def.json | 3 --- resources/definitions/creality_base.def.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 215b54dce8..6db0164241 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -110,12 +110,9 @@ "support_interface_enable": { "value": true }, "support_interface_height": { "value": "layer_height * 4" }, "support_interface_pattern": { "value": "'grid'" }, - "support_pattern": { "value": "'zigzag'" }, "support_structure": { "value": "'tree'" }, - "support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json index 041d9ae18a..e5f5baf0db 100644 --- a/resources/definitions/creality_base.def.json +++ b/resources/definitions/creality_base.def.json @@ -157,10 +157,7 @@ "support_interface_enable": { "value": true }, "support_interface_height": { "value": "layer_height * 4" }, "support_interface_pattern": { "value": "'grid'" }, - "support_pattern": { "value": "'zigzag'" }, - - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, From d561ba5defc112d58a5f01ea2cd2daf5256be809 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 18 Apr 2023 20:53:20 +0200 Subject: [PATCH 45/57] Despite the name, 'Maximum' Fan Speed should be able to go below minimum. This is because the maximum fan speed is really just the fan speed for layers at or below a certain layer time threshold. Interpolation-logic in the backend (engine) still holds up, even if the values are 'switched' in the sense that the supposed 'max' is lower than the 'min'. Change was needed since some UM materials had a Maximum Fan Speed set to 15, even though the normal speed and the Minimum Fan Speed are set to 50 in the machine. Despite the confusing naming, from context this seems intentional. Will fix #15233 --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 087cfdad01..cd4e7d930b 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4314,7 +4314,7 @@ "description": "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit.", "unit": "%", "type": "float", - "minimum_value": "max(0, cool_fan_speed_min)", + "minimum_value": "0", "maximum_value": "100", "default_value": 100, "enabled": "cool_fan_enabled", From ac43ddd91ee7e373a3ae5d62fd7061f130847f7a Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 19 Apr 2023 10:05:43 +0200 Subject: [PATCH 46/57] Update changelog CURA-10520 --- resources/texts/change_log.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 93fa078a92..72dffa0b86 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -9,6 +9,7 @@ Restored and updated translations for 11 languages - Fixed a bug where Pause At Height was not working correctly for Griffin (UltiMaker printers) - Fixed a bug where slicing was blocked if initial printing temperature was higher than the printing temperature - Fixed a bug where Gcode would display NOMESH instead of NONMESH +- Fixed a bug where users were unable to slice with certain materials [5.3] This release does not yet contain the new tree support implementation by ThomasRahm. You can download a special Cura version for that here. From fa5166d42aeb9c353140d3e3b128e13c0093cf25 Mon Sep 17 00:00:00 2001 From: syntax1269 <49670361+syntax1269@users.noreply.github.com> Date: Wed, 19 Apr 2023 06:42:45 -0400 Subject: [PATCH 47/57] Adding two printers Tina2 and Tina2S (#15095) CURA-10534 --- resources/definitions/weedo_base.def.json | 326 ++++++++++++++++++ resources/definitions/weefun_tina2.def.json | 87 +++++ resources/definitions/weefun_tina2s.def.json | 81 +++++ .../extruders/weedo_base_extruder_0.def.json | 15 + 4 files changed, 509 insertions(+) create mode 100644 resources/definitions/weedo_base.def.json create mode 100644 resources/definitions/weefun_tina2.def.json create mode 100644 resources/definitions/weefun_tina2s.def.json create mode 100644 resources/extruders/weedo_base_extruder_0.def.json diff --git a/resources/definitions/weedo_base.def.json b/resources/definitions/weedo_base.def.json new file mode 100644 index 0000000000..d6891ee750 --- /dev/null +++ b/resources/definitions/weedo_base.def.json @@ -0,0 +1,326 @@ +{ + "version":2, + "name":"WEEDO Base", + "inherits":"fdmprinter", + "metadata":{ + "author":"WEEDO", + "manufacturer":"WEEDO", + "visible":false, + "file_formats":"text/x-gcode", + "machine_extruder_trains":{ + "0":"weedo_base_extruder_0" + }, + "has_materials":true, + "has_variants":false, + "has_machine_quality":false, + "preferred_quality_type":"draft", + "preferred_material":"generic_pla_175", + "exclude_materials":[ + "3D-Fuel_PLA_PRO_Black", + "3D-Fuel_PLA_SnapSupport", + "bestfilament_abs_skyblue", + "bestfilament_petg_orange", + "bestfilament_pla_green", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "generic_pc_175", + "goofoo_abs", + "goofoo_asa", + "goofoo_bronze_pla", + "goofoo_emarble_pla", + "goofoo_esilk_pla", + "goofoo_hips", + "goofoo_pa_cf", + "goofoo_pa", + "goofoo_pc", + "goofoo_peek", + "goofoo_petg", + "goofoo_pla", + "goofoo_pva", + "goofoo_tpe_83a", + "goofoo_tpu_87a", + "goofoo_tpu_95a", + "goofoo_wood_pla", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_acetate", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_copa", + "emotiontech_hips", + "emotiontech_nylon_1030", + "emotiontech_nylon_1030cf", + "emotiontech_nylon_1070", + "emotiontech_pc", + "emotiontech_pekk", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pla_hr_870", + "emotiontech_pva-m", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eryone_petg", + "eryone_pla_glow", + "eryone_pla_matte", + "eryone_pla_wood", + "eryone_pla", + "eryone_tpu", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "Extrudr_GreenTECPro_Anthracite_175", + "Extrudr_GreenTECPro_Black_175", + "Extrudr_GreenTECPro_Blue_175", + "Extrudr_GreenTECPro_Nature_175", + "Extrudr_GreenTECPro_Red_175", + "Extrudr_GreenTECPro_Silver_175", + "Extrudr_GreenTECPro_White_175", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fdplast_abs_tomato", + "fdplast_petg_gray", + "fdplast_pla_olive", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "layer_one_black_pla", + "layer_one_dark_gray_pla", + "layer_one_white_pla", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla_bois", + "tizyx_pla", + "tizyx_pva", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "volumic_abs_ultra", + "volumic_arma_ultra", + "volumic_asa_ultra", + "volumic_br80_ultra", + "volumic_bumper_ultra", + "volumic_cu80_ultra", + "volumic_flex93_ultra", + "volumic_medical_ultra", + "volumic_nylon_ultra", + "volumic_pekk_carbone", + "volumic_petg_ultra", + "volumic_petgcarbone_ultra", + "volumic_pla_ultra", + "volumic_pp_ultra", + "volumic_strong_ultra", + "volumic_support_ultra", + "xyzprinting_abs", + "xyzprinting_antibact_pla", + "xyzprinting_carbon_fiber", + "xyzprinting_colorinkjet_pla", + "xyzprinting_flexible", + "xyzprinting_metallic_pla", + "xyzprinting_nylon", + "xyzprinting_petg", + "xyzprinting_pla", + "xyzprinting_tough_pla", + "xyzprinting_tpu", + "zyyx_pro_flex", + "zyyx_pro_pla" + ] + }, + "overrides":{ + "material_bed_temp_wait":{ + "default_value":false + }, + "material_print_temp_wait":{ + "default_value":false + }, + "material_diameter":{ + "default_value":1.75 + }, + "machine_nozzle_size":{ + "default_value":0.4 + }, + "machine_steps_per_mm_x":{ + "default_value":94 + }, + "machine_steps_per_mm_y":{ + "default_value":94 + }, + "machine_steps_per_mm_z":{ + "default_value":400 + }, + "machine_steps_per_mm_e":{ + "default_value":96 + }, + "machine_max_feedrate_x":{ + "default_value":250 + }, + "machine_max_feedrate_y":{ + "default_value":250 + }, + "machine_max_feedrate_z":{ + "default_value":10 + }, + "machine_max_feedrate_e":{ + "default_value":45 + }, + "machine_endstop_positive_direction_x":{ + "default_value":true + }, + "machine_endstop_positive_direction_y":{ + "default_value":true + }, + "machine_endstop_positive_direction_z":{ + "default_value":false + }, + "machine_feeder_wheel_diameter":{ + "default_value":10.61 + }, + "infill_sparse_density":{ + "default_value":10 + }, + "material_flow":{ + "default_value":95 + }, + "material_standby_temperature":{ + "minimum_value":"0" + }, + "material_print_temp_prepend":{ + "default_value":false + }, + "default_material_bed_temperature":{ + "default_value":35 + }, + "speed_wall":{ + "value":"max(5,round(speed_print / 2,1))" + }, + "speed_wall_0":{ + "value":"max(5,speed_wall-5)" + }, + "speed_wall_x":{ + "value":"speed_wall" + }, + "speed_topbottom":{ + "value":"round(speed_print * 0.65,1)" + }, + "speed_support":{ + "value":"round(speed_print*0.82,1)" + }, + "speed_support_interface":{ + "value":"round(speed_support*0.689,1)" + }, + "speed_prime_tower":{ + "value":"speed_support" + }, + "speed_travel":{ + "value":105.0 + }, + "speed_layer_0":{ + "value":26.0 + }, + "speed_print_layer_0":{ + "value":26.0 + }, + "speed_travel_layer_0":{ + "value":80.0 + }, + "skirt_brim_speed":{ + "value":26.0 + }, + "retraction_amount":{ + "default_value":1.5 + }, + "retraction_speed":{ + "default_value":28 + }, + "switch_extruder_retraction_amount":{ + "value":16.5 + }, + "switch_extruder_retraction_speeds":{ + "default_value":28 + }, + "retraction_combing":{ + "value":"off" + }, + "support_angle":{ + "default_value":60 + }, + "support_interface_pattern":{ + "default_value":"lines" + }, + "adhesion_type":{ + "default_value":"raft" + }, + "raft_margin":{ + "default_value":8 + }, + "raft_airgap":{ + "default_value":0.22 + }, + "raft_surface_speed":{ + "value":40 + }, + "raft_interface_speed":{ + "value":33 + }, + "raft_base_speed":{ + "value":20 + }, + "extruder_prime_pos_y":{ + "minimum_value":"0", + "maximum_value":"machine_depth" + }, + "extruder_prime_pos_x":{ + "minimum_value":"0", + "maximum_value":"machine_width" + }, + "prime_tower_size":{ + "default_value":15 + }, + "prime_tower_min_volume":{ + "default_value":10 + }, + "raft_surface_fan_speed":{ + "value":100 + } + } +} diff --git a/resources/definitions/weefun_tina2.def.json b/resources/definitions/weefun_tina2.def.json new file mode 100644 index 0000000000..ba5a42a37a --- /dev/null +++ b/resources/definitions/weefun_tina2.def.json @@ -0,0 +1,87 @@ +{ + "name":"WEEFUN TINA2", + "version":2, + "inherits":"weedo_base", + "metadata":{ + "visible":true, + "author":"WEEFUN", + "manufacturer":"WEEFUN", + "file_formats":"text/x-gcode", + "platform_offset":[ + 0, + 0, + 0 + ] + }, + "overrides":{ + "machine_extruder_count":{ + "default_value":1 + }, + "machine_heated_bed":{ + "default_value":false + }, + "machine_center_is_zero":{ + "default_value":false + }, + "machine_height":{ + "default_value":100 + }, + "machine_depth":{ + "default_value":120 + }, + "machine_width":{ + "default_value":100 + }, + "machine_name":{ + "default_value":"WEEFUN TINA2" + }, + "machine_start_gcode":{ + "default_value":";(**** start.gcode for TINA2****)\nM104 S150\nG28 Z\nG28 X Y; Home extruder\nG1 X55 Y55 F1000\nG1 Z10 F200\nG29\nG1 Z15 F100\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM109 S{material_print_temperature_layer_0}\nG92 E0 ; Reset extruder position\nG1 X90 Y6 Z0.27 F2000\nG1 X20 Y6 Z0.27 E15 F1000 \nG92 E0 ; Reset extruder position\n\nM203 Z5" + }, + "machine_end_gcode":{ + "default_value":";(**** end.gcode for TINA2****)\nM104 S0\nM107\nG92 E0 (Reset after prime)\nG0 E-1 F300\nG1 Z105 F300\nG28 X0 Y0\nG1 Y90 F1000\nM203 Z30" + }, + "retraction_amount":{ + "default_value":3 + }, + "retraction_speed":{ + "default_value":35 + }, + "support_xy_distance":{ + "default_value":1.0 + }, + "retraction_count_max":{ + "default_value":10 + }, + "speed_wall_0":{ + "value":20.0 + }, + "speed_wall_x":{ + "value":25.0 + }, + "speed_topbottom":{ + "value":30.0 + }, + "speed_infill":{ + "value":40.0 + }, + "speed_support_infill":{ + "value":45.0 + }, + "speed_print_layer_0":{ + "value":22.0 + }, + "speed_travel_layer_0":{ + "value":60 + }, + "speed_support_roof":{ + "value":30.0 + }, + "speed_support_bottom":{ + "dvalue":30.0 + }, + "speed_roofing":{ + "value":25.0 + } + } +} diff --git a/resources/definitions/weefun_tina2s.def.json b/resources/definitions/weefun_tina2s.def.json new file mode 100644 index 0000000000..cfc139bdfc --- /dev/null +++ b/resources/definitions/weefun_tina2s.def.json @@ -0,0 +1,81 @@ +{ + "name":"WEEFUN TINA2S", + "version":2, + "inherits":"weedo_base", + "metadata":{ + "visible":true, + "author":"WEEFUN", + "manufacturer":"WEEFUN", + "file_formats":"text/x-gcode", + "platform_offset":[ + 0, + 0, + 0 + ] + }, + "overrides":{ + "machine_extruder_count":{ + "default_value":1 + }, + "machine_heated_bed":{ + "default_value":true + }, + "machine_center_is_zero":{ + "default_value":false + }, + "machine_height":{ + "default_value":100 + }, + "machine_depth":{ + "default_value":120 + }, + "machine_width":{ + "default_value":100 + }, + "gantry_height":{ + "value":20 + }, + "machine_name":{ + "default_value":"WEEFUN TINA2S" + }, + "machine_start_gcode":{ + "default_value":";MachineType:TINA2S\n;FilamentType:{material_type}\n;Layer height:{layer_height}\n;Extruder0Temperature:{material_print_temperature}\n;BedTemperature:{material_bed_temperature}\n;InfillDensity:{infill_sparse_density}\n;(**** start.gcode for tina2s****)\nM203 Z5 ;Move Z axis up 5mm\nM117 Homing axes\nG28 Z; Home extruder axis Z\nG28 X Y; Home extruder axis X Y\nM117 Start Warm Up\nM140 S{material_bed_temperature} ;start heating the bed to what is set in Cura\nM104 S130 ;start heating E to 130 for preheat\nM190 S{material_bed_temperature} ;Wait for Bed Temperature\nM117 Levling the build plate\nG29\nG1 Z1.0 F3000 ;Move Z Axis up to 1mm\nG1 X0.5 Y1 ;Move hotend to starting position\nM117 Heating Hotend\nM104 S{material_initial_print_temperature} T0 ;start heating T0 to what is set in Cura\nM109 S{material_initial_print_temperature} T0 ;Wait for Hotend Temperature\nG92 E0 ;Reset Extruder\nM117 Purging and cleaning nozzle\nG1 X1.1 Y10 Z0.28 F1000.0 ;Move to start position\nG1 X1.1 Y90.0 Z0.28 F2000.0 E15 ;Draw the first line\nG1 X1.4 Y90.0 Z0.23 F5000.0 ;Move to side a little\nG1 X1.4 Y10 Z0.20 F2000.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X1 Y5 Z0.2 F5000.0 ;Move over to prevent blob squish\nM117 Printing..." + }, + "machine_end_gcode":{ + "default_value":";(**** end.gcode for tina2s****)\nM203 Z15 ;Move Z axis up 5mm\nM104 S0 ;Turn off extruder heating\nM140 S0 ;Turn off bed heating\nM107 ;Turn Fans off\nG92 E0 ;(Reset after prime)\nG0 E-1 F300 ;Retract Fillament 1mm\nG28 Z F300 ;Park Hotend up\nG28 X0 Y0 ;Park Hotend\nG1 Y90 F1000 ;Present finished model\nG0 E-2 F300 ;Retract Fillament 2mm\nM82 ;absolute extrusion mode\nM104 S0 ;Ensure hotend is off\nM117 Print Complete" + }, + "retraction_amount":{ + "default_value":3 + }, + "speed_wall_0":{ + "value":20.0 + }, + "speed_wall_x":{ + "value":25.0 + }, + "speed_topbottom":{ + "value":30.0 + }, + "speed_infill":{ + "value":40.0 + }, + "speed_support_infill":{ + "value":45.0 + }, + "speed_print_layer_0":{ + "value":22.0 + }, + "speed_travel_layer_0":{ + "value":60 + }, + "speed_support_roof":{ + "value":30.0 + }, + "speed_support_bottom":{ + "dvalue":30.0 + }, + "speed_roofing":{ + "value":25.0 + } + } +} diff --git a/resources/extruders/weedo_base_extruder_0.def.json b/resources/extruders/weedo_base_extruder_0.def.json new file mode 100644 index 0000000000..0cb088acdd --- /dev/null +++ b/resources/extruders/weedo_base_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "weedo_base", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} From d2f0ee41921a01698b94ad0678da9d7ba8006cb8 Mon Sep 17 00:00:00 2001 From: nallath Date: Wed, 19 Apr 2023 10:43:59 +0000 Subject: [PATCH 48/57] Applied printer-linter format --- resources/definitions/weedo_base.def.json | 556 ++++++++---------- resources/definitions/weefun_tina2.def.json | 128 ++-- resources/definitions/weefun_tina2s.def.json | 120 ++-- .../extruders/weedo_base_extruder_0.def.json | 9 +- 4 files changed, 317 insertions(+), 496 deletions(-) diff --git a/resources/definitions/weedo_base.def.json b/resources/definitions/weedo_base.def.json index d6891ee750..305f4f081b 100644 --- a/resources/definitions/weedo_base.def.json +++ b/resources/definitions/weedo_base.def.json @@ -1,326 +1,230 @@ -{ - "version":2, - "name":"WEEDO Base", - "inherits":"fdmprinter", - "metadata":{ - "author":"WEEDO", - "manufacturer":"WEEDO", - "visible":false, - "file_formats":"text/x-gcode", - "machine_extruder_trains":{ - "0":"weedo_base_extruder_0" - }, - "has_materials":true, - "has_variants":false, - "has_machine_quality":false, - "preferred_quality_type":"draft", - "preferred_material":"generic_pla_175", - "exclude_materials":[ - "3D-Fuel_PLA_PRO_Black", - "3D-Fuel_PLA_SnapSupport", - "bestfilament_abs_skyblue", - "bestfilament_petg_orange", - "bestfilament_pla_green", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", - "generic_pc_175", - "goofoo_abs", - "goofoo_asa", - "goofoo_bronze_pla", - "goofoo_emarble_pla", - "goofoo_esilk_pla", - "goofoo_hips", - "goofoo_pa_cf", - "goofoo_pa", - "goofoo_pc", - "goofoo_peek", - "goofoo_petg", - "goofoo_pla", - "goofoo_pva", - "goofoo_tpe_83a", - "goofoo_tpu_87a", - "goofoo_tpu_95a", - "goofoo_wood_pla", - "emotiontech_abs", - "emotiontech_absx", - "emotiontech_acetate", - "emotiontech_asax", - "emotiontech_bvoh", - "emotiontech_copa", - "emotiontech_hips", - "emotiontech_nylon_1030", - "emotiontech_nylon_1030cf", - "emotiontech_nylon_1070", - "emotiontech_pc", - "emotiontech_pekk", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pla_hr_870", - "emotiontech_pva-m", - "emotiontech_pva-s", - "emotiontech_tpu98a", - "eryone_petg", - "eryone_pla_glow", - "eryone_pla_matte", - "eryone_pla_wood", - "eryone_pla", - "eryone_tpu", - "eSUN_PETG_Black", - "eSUN_PETG_Grey", - "eSUN_PETG_Purple", - "eSUN_PLA_PRO_Black", - "eSUN_PLA_PRO_Grey", - "eSUN_PLA_PRO_Purple", - "eSUN_PLA_PRO_White", - "Extrudr_GreenTECPro_Anthracite_175", - "Extrudr_GreenTECPro_Black_175", - "Extrudr_GreenTECPro_Blue_175", - "Extrudr_GreenTECPro_Nature_175", - "Extrudr_GreenTECPro_Red_175", - "Extrudr_GreenTECPro_Silver_175", - "Extrudr_GreenTECPro_White_175", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_TPU", - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fdplast_abs_tomato", - "fdplast_petg_gray", - "fdplast_pla_olive", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "imade3d_petg_green", - "imade3d_petg_pink", - "imade3d_pla_green", - "imade3d_pla_pink", - "imade3d_petg_175", - "imade3d_pla_175", - "innofill_innoflex60_175", - "layer_one_black_pla", - "layer_one_dark_gray_pla", - "layer_one_white_pla", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "redd_abs", - "redd_asa", - "redd_hips", - "redd_nylon", - "redd_petg", - "redd_pla", - "redd_tpe", - "tizyx_abs", - "tizyx_flex", - "tizyx_petg", - "tizyx_pla_bois", - "tizyx_pla", - "tizyx_pva", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA_Glitter", - "Vertex_Delta_PLA_Mat", - "Vertex_Delta_PLA_Satin", - "Vertex_Delta_PLA_Wood", - "Vertex_Delta_PLA", - "Vertex_Delta_TPU", - "volumic_abs_ultra", - "volumic_arma_ultra", - "volumic_asa_ultra", - "volumic_br80_ultra", - "volumic_bumper_ultra", - "volumic_cu80_ultra", - "volumic_flex93_ultra", - "volumic_medical_ultra", - "volumic_nylon_ultra", - "volumic_pekk_carbone", - "volumic_petg_ultra", - "volumic_petgcarbone_ultra", - "volumic_pla_ultra", - "volumic_pp_ultra", - "volumic_strong_ultra", - "volumic_support_ultra", - "xyzprinting_abs", - "xyzprinting_antibact_pla", - "xyzprinting_carbon_fiber", - "xyzprinting_colorinkjet_pla", - "xyzprinting_flexible", - "xyzprinting_metallic_pla", - "xyzprinting_nylon", - "xyzprinting_petg", - "xyzprinting_pla", - "xyzprinting_tough_pla", - "xyzprinting_tpu", - "zyyx_pro_flex", - "zyyx_pro_pla" - ] - }, - "overrides":{ - "material_bed_temp_wait":{ - "default_value":false - }, - "material_print_temp_wait":{ - "default_value":false - }, - "material_diameter":{ - "default_value":1.75 - }, - "machine_nozzle_size":{ - "default_value":0.4 - }, - "machine_steps_per_mm_x":{ - "default_value":94 - }, - "machine_steps_per_mm_y":{ - "default_value":94 - }, - "machine_steps_per_mm_z":{ - "default_value":400 - }, - "machine_steps_per_mm_e":{ - "default_value":96 - }, - "machine_max_feedrate_x":{ - "default_value":250 - }, - "machine_max_feedrate_y":{ - "default_value":250 - }, - "machine_max_feedrate_z":{ - "default_value":10 - }, - "machine_max_feedrate_e":{ - "default_value":45 - }, - "machine_endstop_positive_direction_x":{ - "default_value":true - }, - "machine_endstop_positive_direction_y":{ - "default_value":true - }, - "machine_endstop_positive_direction_z":{ - "default_value":false - }, - "machine_feeder_wheel_diameter":{ - "default_value":10.61 - }, - "infill_sparse_density":{ - "default_value":10 - }, - "material_flow":{ - "default_value":95 - }, - "material_standby_temperature":{ - "minimum_value":"0" - }, - "material_print_temp_prepend":{ - "default_value":false - }, - "default_material_bed_temperature":{ - "default_value":35 - }, - "speed_wall":{ - "value":"max(5,round(speed_print / 2,1))" - }, - "speed_wall_0":{ - "value":"max(5,speed_wall-5)" - }, - "speed_wall_x":{ - "value":"speed_wall" - }, - "speed_topbottom":{ - "value":"round(speed_print * 0.65,1)" - }, - "speed_support":{ - "value":"round(speed_print*0.82,1)" - }, - "speed_support_interface":{ - "value":"round(speed_support*0.689,1)" - }, - "speed_prime_tower":{ - "value":"speed_support" - }, - "speed_travel":{ - "value":105.0 - }, - "speed_layer_0":{ - "value":26.0 - }, - "speed_print_layer_0":{ - "value":26.0 - }, - "speed_travel_layer_0":{ - "value":80.0 - }, - "skirt_brim_speed":{ - "value":26.0 - }, - "retraction_amount":{ - "default_value":1.5 - }, - "retraction_speed":{ - "default_value":28 - }, - "switch_extruder_retraction_amount":{ - "value":16.5 - }, - "switch_extruder_retraction_speeds":{ - "default_value":28 - }, - "retraction_combing":{ - "value":"off" - }, - "support_angle":{ - "default_value":60 - }, - "support_interface_pattern":{ - "default_value":"lines" - }, - "adhesion_type":{ - "default_value":"raft" - }, - "raft_margin":{ - "default_value":8 - }, - "raft_airgap":{ - "default_value":0.22 - }, - "raft_surface_speed":{ - "value":40 - }, - "raft_interface_speed":{ - "value":33 - }, - "raft_base_speed":{ - "value":20 - }, - "extruder_prime_pos_y":{ - "minimum_value":"0", - "maximum_value":"machine_depth" - }, - "extruder_prime_pos_x":{ - "minimum_value":"0", - "maximum_value":"machine_width" - }, - "prime_tower_size":{ - "default_value":15 - }, - "prime_tower_min_volume":{ - "default_value":10 - }, - "raft_surface_fan_speed":{ - "value":100 - } - } -} +{ + "version": 2, + "name": "WEEDO Base", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "WEEDO", + "manufacturer": "WEEDO", + "file_formats": "text/x-gcode", + "exclude_materials": [ + "3D-Fuel_PLA_PRO_Black", + "3D-Fuel_PLA_SnapSupport", + "bestfilament_abs_skyblue", + "bestfilament_petg_orange", + "bestfilament_pla_green", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "generic_pc_175", + "goofoo_abs", + "goofoo_asa", + "goofoo_bronze_pla", + "goofoo_emarble_pla", + "goofoo_esilk_pla", + "goofoo_hips", + "goofoo_pa_cf", + "goofoo_pa", + "goofoo_pc", + "goofoo_peek", + "goofoo_petg", + "goofoo_pla", + "goofoo_pva", + "goofoo_tpe_83a", + "goofoo_tpu_87a", + "goofoo_tpu_95a", + "goofoo_wood_pla", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_acetate", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_copa", + "emotiontech_hips", + "emotiontech_nylon_1030", + "emotiontech_nylon_1030cf", + "emotiontech_nylon_1070", + "emotiontech_pc", + "emotiontech_pekk", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pla_hr_870", + "emotiontech_pva-m", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eryone_petg", + "eryone_pla_glow", + "eryone_pla_matte", + "eryone_pla_wood", + "eryone_pla", + "eryone_tpu", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "Extrudr_GreenTECPro_Anthracite_175", + "Extrudr_GreenTECPro_Black_175", + "Extrudr_GreenTECPro_Blue_175", + "Extrudr_GreenTECPro_Nature_175", + "Extrudr_GreenTECPro_Red_175", + "Extrudr_GreenTECPro_Silver_175", + "Extrudr_GreenTECPro_White_175", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fdplast_abs_tomato", + "fdplast_petg_gray", + "fdplast_pla_olive", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "layer_one_black_pla", + "layer_one_dark_gray_pla", + "layer_one_white_pla", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla_bois", + "tizyx_pla", + "tizyx_pva", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "volumic_abs_ultra", + "volumic_arma_ultra", + "volumic_asa_ultra", + "volumic_br80_ultra", + "volumic_bumper_ultra", + "volumic_cu80_ultra", + "volumic_flex93_ultra", + "volumic_medical_ultra", + "volumic_nylon_ultra", + "volumic_pekk_carbone", + "volumic_petg_ultra", + "volumic_petgcarbone_ultra", + "volumic_pla_ultra", + "volumic_pp_ultra", + "volumic_strong_ultra", + "volumic_support_ultra", + "xyzprinting_abs", + "xyzprinting_antibact_pla", + "xyzprinting_carbon_fiber", + "xyzprinting_colorinkjet_pla", + "xyzprinting_flexible", + "xyzprinting_metallic_pla", + "xyzprinting_nylon", + "xyzprinting_petg", + "xyzprinting_pla", + "xyzprinting_tough_pla", + "xyzprinting_tpu", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "has_machine_quality": false, + "has_materials": true, + "has_variants": false, + "machine_extruder_trains": { "0": "weedo_base_extruder_0" }, + "preferred_material": "generic_pla_175", + "preferred_quality_type": "draft" + }, + "overrides": + { + "adhesion_type": { "default_value": "raft" }, + "default_material_bed_temperature": { "default_value": 35 }, + "extruder_prime_pos_x": + { + "maximum_value": "machine_width", + "minimum_value": "0" + }, + "extruder_prime_pos_y": + { + "maximum_value": "machine_depth", + "minimum_value": "0" + }, + "infill_sparse_density": { "default_value": 10 }, + "machine_endstop_positive_direction_x": { "default_value": true }, + "machine_endstop_positive_direction_y": { "default_value": true }, + "machine_endstop_positive_direction_z": { "default_value": false }, + "machine_feeder_wheel_diameter": { "default_value": 10.61 }, + "machine_max_feedrate_e": { "default_value": 45 }, + "machine_max_feedrate_x": { "default_value": 250 }, + "machine_max_feedrate_y": { "default_value": 250 }, + "machine_max_feedrate_z": { "default_value": 10 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "machine_steps_per_mm_e": { "default_value": 96 }, + "machine_steps_per_mm_x": { "default_value": 94 }, + "machine_steps_per_mm_y": { "default_value": 94 }, + "machine_steps_per_mm_z": { "default_value": 400 }, + "material_bed_temp_wait": { "default_value": false }, + "material_diameter": { "default_value": 1.75 }, + "material_flow": { "default_value": 95 }, + "material_print_temp_prepend": { "default_value": false }, + "material_print_temp_wait": { "default_value": false }, + "material_standby_temperature": { "minimum_value": "0" }, + "prime_tower_min_volume": { "default_value": 10 }, + "prime_tower_size": { "default_value": 15 }, + "raft_airgap": { "default_value": 0.22 }, + "raft_base_speed": { "value": 20 }, + "raft_interface_speed": { "value": 33 }, + "raft_margin": { "default_value": 8 }, + "raft_surface_fan_speed": { "value": 100 }, + "raft_surface_speed": { "value": 40 }, + "retraction_amount": { "default_value": 1.5 }, + "retraction_combing": { "value": "off" }, + "retraction_speed": { "default_value": 28 }, + "skirt_brim_speed": { "value": 26.0 }, + "speed_layer_0": { "value": 26.0 }, + "speed_prime_tower": { "value": "speed_support" }, + "speed_print_layer_0": { "value": 26.0 }, + "speed_support": { "value": "round(speed_print*0.82,1)" }, + "speed_support_interface": { "value": "round(speed_support*0.689,1)" }, + "speed_topbottom": { "value": "round(speed_print * 0.65,1)" }, + "speed_travel": { "value": 105.0 }, + "speed_travel_layer_0": { "value": 80.0 }, + "speed_wall": { "value": "max(5,round(speed_print / 2,1))" }, + "speed_wall_0": { "value": "max(5,speed_wall-5)" }, + "speed_wall_x": { "value": "speed_wall" }, + "support_angle": { "default_value": 60 }, + "support_interface_pattern": { "default_value": "lines" }, + "switch_extruder_retraction_amount": { "value": 16.5 }, + "switch_extruder_retraction_speeds": { "default_value": 28 } + } +} \ No newline at end of file diff --git a/resources/definitions/weefun_tina2.def.json b/resources/definitions/weefun_tina2.def.json index ba5a42a37a..ebe026b163 100644 --- a/resources/definitions/weefun_tina2.def.json +++ b/resources/definitions/weefun_tina2.def.json @@ -1,87 +1,43 @@ { - "name":"WEEFUN TINA2", - "version":2, - "inherits":"weedo_base", - "metadata":{ - "visible":true, - "author":"WEEFUN", - "manufacturer":"WEEFUN", - "file_formats":"text/x-gcode", - "platform_offset":[ - 0, - 0, - 0 - ] - }, - "overrides":{ - "machine_extruder_count":{ - "default_value":1 - }, - "machine_heated_bed":{ - "default_value":false - }, - "machine_center_is_zero":{ - "default_value":false - }, - "machine_height":{ - "default_value":100 - }, - "machine_depth":{ - "default_value":120 - }, - "machine_width":{ - "default_value":100 - }, - "machine_name":{ - "default_value":"WEEFUN TINA2" - }, - "machine_start_gcode":{ - "default_value":";(**** start.gcode for TINA2****)\nM104 S150\nG28 Z\nG28 X Y; Home extruder\nG1 X55 Y55 F1000\nG1 Z10 F200\nG29\nG1 Z15 F100\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM109 S{material_print_temperature_layer_0}\nG92 E0 ; Reset extruder position\nG1 X90 Y6 Z0.27 F2000\nG1 X20 Y6 Z0.27 E15 F1000 \nG92 E0 ; Reset extruder position\n\nM203 Z5" - }, - "machine_end_gcode":{ - "default_value":";(**** end.gcode for TINA2****)\nM104 S0\nM107\nG92 E0 (Reset after prime)\nG0 E-1 F300\nG1 Z105 F300\nG28 X0 Y0\nG1 Y90 F1000\nM203 Z30" - }, - "retraction_amount":{ - "default_value":3 - }, - "retraction_speed":{ - "default_value":35 - }, - "support_xy_distance":{ - "default_value":1.0 - }, - "retraction_count_max":{ - "default_value":10 - }, - "speed_wall_0":{ - "value":20.0 - }, - "speed_wall_x":{ - "value":25.0 - }, - "speed_topbottom":{ - "value":30.0 - }, - "speed_infill":{ - "value":40.0 - }, - "speed_support_infill":{ - "value":45.0 - }, - "speed_print_layer_0":{ - "value":22.0 - }, - "speed_travel_layer_0":{ - "value":60 - }, - "speed_support_roof":{ - "value":30.0 - }, - "speed_support_bottom":{ - "dvalue":30.0 - }, - "speed_roofing":{ - "value":25.0 - } - } -} + "version": 2, + "name": "WEEFUN TINA2", + "inherits": "weedo_base", + "metadata": + { + "visible": true, + "author": "WEEFUN", + "manufacturer": "WEEFUN", + "file_formats": "text/x-gcode", + "platform_offset": [ + 0, + 0, + 0 + ] + }, + "overrides": + { + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 120 }, + "machine_end_gcode": { "default_value": ";(**** end.gcode for TINA2****)\nM104 S0\nM107\nG92 E0 (Reset after prime)\nG0 E-1 F300\nG1 Z105 F300\nG28 X0 Y0\nG1 Y90 F1000\nM203 Z30" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": false }, + "machine_height": { "default_value": 100 }, + "machine_name": { "default_value": "WEEFUN TINA2" }, + "machine_start_gcode": { "default_value": ";(**** start.gcode for TINA2****)\nM104 S150\nG28 Z\nG28 X Y; Home extruder\nG1 X55 Y55 F1000\nG1 Z10 F200\nG29\nG1 Z15 F100\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM109 S{material_print_temperature_layer_0}\nG92 E0 ; Reset extruder position\nG1 X90 Y6 Z0.27 F2000\nG1 X20 Y6 Z0.27 E15 F1000 \nG92 E0 ; Reset extruder position\n\nM203 Z5" }, + "machine_width": { "default_value": 100 }, + "retraction_amount": { "default_value": 3 }, + "retraction_count_max": { "default_value": 10 }, + "retraction_speed": { "default_value": 35 }, + "speed_infill": { "value": 40.0 }, + "speed_print_layer_0": { "value": 22.0 }, + "speed_roofing": { "value": 25.0 }, + "speed_support_bottom": { "dvalue": 30.0 }, + "speed_support_infill": { "value": 45.0 }, + "speed_support_roof": { "value": 30.0 }, + "speed_topbottom": { "value": 30.0 }, + "speed_travel_layer_0": { "value": 60 }, + "speed_wall_0": { "value": 20.0 }, + "speed_wall_x": { "value": 25.0 }, + "support_xy_distance": { "default_value": 1.0 } + } +} \ No newline at end of file diff --git a/resources/definitions/weefun_tina2s.def.json b/resources/definitions/weefun_tina2s.def.json index cfc139bdfc..d23e0c356c 100644 --- a/resources/definitions/weefun_tina2s.def.json +++ b/resources/definitions/weefun_tina2s.def.json @@ -1,81 +1,41 @@ { - "name":"WEEFUN TINA2S", - "version":2, - "inherits":"weedo_base", - "metadata":{ - "visible":true, - "author":"WEEFUN", - "manufacturer":"WEEFUN", - "file_formats":"text/x-gcode", - "platform_offset":[ - 0, - 0, - 0 - ] - }, - "overrides":{ - "machine_extruder_count":{ - "default_value":1 - }, - "machine_heated_bed":{ - "default_value":true - }, - "machine_center_is_zero":{ - "default_value":false - }, - "machine_height":{ - "default_value":100 - }, - "machine_depth":{ - "default_value":120 - }, - "machine_width":{ - "default_value":100 - }, - "gantry_height":{ - "value":20 - }, - "machine_name":{ - "default_value":"WEEFUN TINA2S" - }, - "machine_start_gcode":{ - "default_value":";MachineType:TINA2S\n;FilamentType:{material_type}\n;Layer height:{layer_height}\n;Extruder0Temperature:{material_print_temperature}\n;BedTemperature:{material_bed_temperature}\n;InfillDensity:{infill_sparse_density}\n;(**** start.gcode for tina2s****)\nM203 Z5 ;Move Z axis up 5mm\nM117 Homing axes\nG28 Z; Home extruder axis Z\nG28 X Y; Home extruder axis X Y\nM117 Start Warm Up\nM140 S{material_bed_temperature} ;start heating the bed to what is set in Cura\nM104 S130 ;start heating E to 130 for preheat\nM190 S{material_bed_temperature} ;Wait for Bed Temperature\nM117 Levling the build plate\nG29\nG1 Z1.0 F3000 ;Move Z Axis up to 1mm\nG1 X0.5 Y1 ;Move hotend to starting position\nM117 Heating Hotend\nM104 S{material_initial_print_temperature} T0 ;start heating T0 to what is set in Cura\nM109 S{material_initial_print_temperature} T0 ;Wait for Hotend Temperature\nG92 E0 ;Reset Extruder\nM117 Purging and cleaning nozzle\nG1 X1.1 Y10 Z0.28 F1000.0 ;Move to start position\nG1 X1.1 Y90.0 Z0.28 F2000.0 E15 ;Draw the first line\nG1 X1.4 Y90.0 Z0.23 F5000.0 ;Move to side a little\nG1 X1.4 Y10 Z0.20 F2000.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X1 Y5 Z0.2 F5000.0 ;Move over to prevent blob squish\nM117 Printing..." - }, - "machine_end_gcode":{ - "default_value":";(**** end.gcode for tina2s****)\nM203 Z15 ;Move Z axis up 5mm\nM104 S0 ;Turn off extruder heating\nM140 S0 ;Turn off bed heating\nM107 ;Turn Fans off\nG92 E0 ;(Reset after prime)\nG0 E-1 F300 ;Retract Fillament 1mm\nG28 Z F300 ;Park Hotend up\nG28 X0 Y0 ;Park Hotend\nG1 Y90 F1000 ;Present finished model\nG0 E-2 F300 ;Retract Fillament 2mm\nM82 ;absolute extrusion mode\nM104 S0 ;Ensure hotend is off\nM117 Print Complete" - }, - "retraction_amount":{ - "default_value":3 - }, - "speed_wall_0":{ - "value":20.0 - }, - "speed_wall_x":{ - "value":25.0 - }, - "speed_topbottom":{ - "value":30.0 - }, - "speed_infill":{ - "value":40.0 - }, - "speed_support_infill":{ - "value":45.0 - }, - "speed_print_layer_0":{ - "value":22.0 - }, - "speed_travel_layer_0":{ - "value":60 - }, - "speed_support_roof":{ - "value":30.0 - }, - "speed_support_bottom":{ - "dvalue":30.0 - }, - "speed_roofing":{ - "value":25.0 - } - } -} + "version": 2, + "name": "WEEFUN TINA2S", + "inherits": "weedo_base", + "metadata": + { + "visible": true, + "author": "WEEFUN", + "manufacturer": "WEEFUN", + "file_formats": "text/x-gcode", + "platform_offset": [ + 0, + 0, + 0 + ] + }, + "overrides": + { + "gantry_height": { "value": 20 }, + "machine_center_is_zero": { "default_value": false }, + "machine_depth": { "default_value": 120 }, + "machine_end_gcode": { "default_value": ";(**** end.gcode for tina2s****)\nM203 Z15 ;Move Z axis up 5mm\nM104 S0 ;Turn off extruder heating\nM140 S0 ;Turn off bed heating\nM107 ;Turn Fans off\nG92 E0 ;(Reset after prime)\nG0 E-1 F300 ;Retract Fillament 1mm\nG28 Z F300 ;Park Hotend up\nG28 X0 Y0 ;Park Hotend\nG1 Y90 F1000 ;Present finished model\nG0 E-2 F300 ;Retract Fillament 2mm\nM82 ;absolute extrusion mode\nM104 S0 ;Ensure hotend is off\nM117 Print Complete" }, + "machine_extruder_count": { "default_value": 1 }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 100 }, + "machine_name": { "default_value": "WEEFUN TINA2S" }, + "machine_start_gcode": { "default_value": ";MachineType:TINA2S\n;FilamentType:{material_type}\n;Layer height:{layer_height}\n;Extruder0Temperature:{material_print_temperature}\n;BedTemperature:{material_bed_temperature}\n;InfillDensity:{infill_sparse_density}\n;(**** start.gcode for tina2s****)\nM203 Z5 ;Move Z axis up 5mm\nM117 Homing axes\nG28 Z; Home extruder axis Z\nG28 X Y; Home extruder axis X Y\nM117 Start Warm Up\nM140 S{material_bed_temperature} ;start heating the bed to what is set in Cura\nM104 S130 ;start heating E to 130 for preheat\nM190 S{material_bed_temperature} ;Wait for Bed Temperature\nM117 Levling the build plate\nG29\nG1 Z1.0 F3000 ;Move Z Axis up to 1mm\nG1 X0.5 Y1 ;Move hotend to starting position\nM117 Heating Hotend\nM104 S{material_initial_print_temperature} T0 ;start heating T0 to what is set in Cura\nM109 S{material_initial_print_temperature} T0 ;Wait for Hotend Temperature\nG92 E0 ;Reset Extruder\nM117 Purging and cleaning nozzle\nG1 X1.1 Y10 Z0.28 F1000.0 ;Move to start position\nG1 X1.1 Y90.0 Z0.28 F2000.0 E15 ;Draw the first line\nG1 X1.4 Y90.0 Z0.23 F5000.0 ;Move to side a little\nG1 X1.4 Y10 Z0.20 F2000.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X1 Y5 Z0.2 F5000.0 ;Move over to prevent blob squish\nM117 Printing..." }, + "machine_width": { "default_value": 100 }, + "retraction_amount": { "default_value": 3 }, + "speed_infill": { "value": 40.0 }, + "speed_print_layer_0": { "value": 22.0 }, + "speed_roofing": { "value": 25.0 }, + "speed_support_bottom": { "dvalue": 30.0 }, + "speed_support_infill": { "value": 45.0 }, + "speed_support_roof": { "value": 30.0 }, + "speed_topbottom": { "value": 30.0 }, + "speed_travel_layer_0": { "value": 60 }, + "speed_wall_0": { "value": 20.0 }, + "speed_wall_x": { "value": 25.0 } + } +} \ No newline at end of file diff --git a/resources/extruders/weedo_base_extruder_0.def.json b/resources/extruders/weedo_base_extruder_0.def.json index 0cb088acdd..82cf9d9541 100644 --- a/resources/extruders/weedo_base_extruder_0.def.json +++ b/resources/extruders/weedo_base_extruder_0.def.json @@ -2,14 +2,15 @@ "version": 2, "name": "Extruder 1", "inherits": "fdmextruder", - "metadata": { + "metadata": + { "machine": "weedo_base", "position": "0" }, - - "overrides": { + "overrides": + { "extruder_nr": { "default_value": 0 }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file From ac2adfd6ba7e9e85fcb8385c539e3c54a387faaf Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Thu, 20 Apr 2023 12:32:32 +0200 Subject: [PATCH 49/57] Add proper credentials in changelog --- resources/texts/change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 72dffa0b86..548add9b7e 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -8,7 +8,7 @@ Restored and updated translations for 11 languages - Fixed a bug where a project files that contain an intent profile would not load correctly - Fixed a bug where Pause At Height was not working correctly for Griffin (UltiMaker printers) - Fixed a bug where slicing was blocked if initial printing temperature was higher than the printing temperature -- Fixed a bug where Gcode would display NOMESH instead of NONMESH +- Fixed a bug where Gcode would display NOMESH instead of NONMESH, contributed by ckvsoft - Fixed a bug where users were unable to slice with certain materials [5.3] From 68087b15519ba0743f30102d5e67ca4cebe909a4 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 20 Apr 2023 23:11:42 +0200 Subject: [PATCH 50/57] Resolve failed printer definition linting. CURA-10332 | PP-249 --- resources/definitions/elegoo_base.def.json | 1 - resources/definitions/mixware_hyper_s.def.json | 1 - 2 files changed, 2 deletions(-) diff --git a/resources/definitions/elegoo_base.def.json b/resources/definitions/elegoo_base.def.json index ed0c6d1c9d..c18ecc5874 100644 --- a/resources/definitions/elegoo_base.def.json +++ b/resources/definitions/elegoo_base.def.json @@ -116,7 +116,6 @@ "support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" }, "support_brim_width": { - "default_value": 3, "value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 " }, "support_infill_angles": { "default_value": "[65]" }, diff --git a/resources/definitions/mixware_hyper_s.def.json b/resources/definitions/mixware_hyper_s.def.json index 2fbf273a78..95ee6f48e0 100644 --- a/resources/definitions/mixware_hyper_s.def.json +++ b/resources/definitions/mixware_hyper_s.def.json @@ -125,7 +125,6 @@ "speed_z_hop": { "default_value": 5 }, "support_angle": { "default_value": 60 }, "support_brim_enable": { "value": false }, - "support_brim_width": { "default_value": 4 }, "support_enable": { "default_value": true }, "support_infill_rate": { "value": 15 }, "support_interface_density": { "default_value": 33.333 }, From 29380a5ed79118ce9ab780c9cafd22266e05c33a Mon Sep 17 00:00:00 2001 From: rburema Date: Thu, 20 Apr 2023 21:33:03 +0000 Subject: [PATCH 51/57] Applied printer-linter format --- resources/definitions/elegoo_base.def.json | 5 +---- resources/definitions/mixware_hyper_s.def.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/resources/definitions/elegoo_base.def.json b/resources/definitions/elegoo_base.def.json index e6c9e5b5cd..2de07271fe 100644 --- a/resources/definitions/elegoo_base.def.json +++ b/resources/definitions/elegoo_base.def.json @@ -114,10 +114,7 @@ "support_angle": { "value": "45 if speed_print > 99.9 else 50" }, "support_bottom_offset": { "value": "-0.4" }, "support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" }, - "support_brim_width": - { - "value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 " - }, + "support_brim_width": { "value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 " }, "support_infill_angles": { "default_value": "[65]" }, "support_interface_density": { "default_value": 33.333 }, "support_interface_pattern": { "default_value": "lines" }, diff --git a/resources/definitions/mixware_hyper_s.def.json b/resources/definitions/mixware_hyper_s.def.json index 79917304c7..e59ee4f5a7 100644 --- a/resources/definitions/mixware_hyper_s.def.json +++ b/resources/definitions/mixware_hyper_s.def.json @@ -117,8 +117,8 @@ "speed_wall_x": { "value": "speed_wall" }, "speed_z_hop": { "default_value": 5 }, "support_angle": { "default_value": 60 }, - "support_brim_enable": { "value": false }, "support_bottom_stair_step_height": { "value": 0.2 }, + "support_brim_enable": { "value": false }, "support_brim_width": { "default_value": 4 }, "support_enable": { "default_value": true }, "support_interface_density": { "default_value": 80 }, From 6a704f48020deb5168e194b127dde83b0fd70579 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 21 Apr 2023 00:15:20 +0200 Subject: [PATCH 52/57] Fix printer definition linter problem (default brim width). --- resources/definitions/mixware_hyper_s.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/mixware_hyper_s.def.json b/resources/definitions/mixware_hyper_s.def.json index e59ee4f5a7..9268b99808 100644 --- a/resources/definitions/mixware_hyper_s.def.json +++ b/resources/definitions/mixware_hyper_s.def.json @@ -119,7 +119,6 @@ "support_angle": { "default_value": 60 }, "support_bottom_stair_step_height": { "value": 0.2 }, "support_brim_enable": { "value": false }, - "support_brim_width": { "default_value": 4 }, "support_enable": { "default_value": true }, "support_interface_density": { "default_value": 80 }, "support_interface_enable": { "default_value": true }, From 3d0f24822fd4ca244c830dd69b5a7bb648b7b5e9 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Mon, 24 Apr 2023 09:08:47 +0000 Subject: [PATCH 53/57] update translations --- resources/i18n/cs_CZ/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/de_DE/cura.po | 3 +- resources/i18n/de_DE/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/es_ES/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/fdmprinter.def.json.pot | 28 ++------- resources/i18n/fi_FI/fdmprinter.def.json.po | 44 ++++--------- resources/i18n/fr_FR/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/hu_HU/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/it_IT/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/ja_JP/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/ko_KR/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/nl_NL/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/pl_PL/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/pt_BR/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/pt_PT/cura.po | 10 +-- resources/i18n/pt_PT/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/ru_RU/cura.po | 9 ++- resources/i18n/ru_RU/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/tr_TR/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/zh_CN/fdmprinter.def.json.po | 68 +++++++++++---------- resources/i18n/zh_TW/fdmprinter.def.json.po | 68 +++++++++++---------- 21 files changed, 605 insertions(+), 577 deletions(-) diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 898bd460b9..15b42e1c21 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -1622,11 +1622,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Horizontální faktor zvětšení pro kompenzaci smrštění" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Jak daleko od sebe musí být větve, když se dotýkají modelu. Zmenšení této vzdálenosti způsobí, že se stromová podpora dotkne modelu ve více bodech, což způsobí lepší přesah, ale těžší odstranění podpory." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3462,11 +3457,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Rozlišení pro výpočet kolizí, aby nedošlo k nárazu do modelu. Nastavením této nižší se vytvoří přesnější stromy, které selhávají méně často, ale dramaticky se zvyšuje doba slicování." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4467,11 +4457,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Úhel větví. Použijte nižší úhel, aby byly více vertikální a stabilnější. K dosažení většího dosahu použijte vyšší úhel." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4941,6 +4926,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Maximální úhel přesahů po jejich tisku. Při hodnotě 0 ° jsou všechny převisy nahrazeny kusem modelu připojeným k podložce, 90 ° model nijak nijak nezmění." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5931,11 +5921,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Strom" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Úhel větve stromové podpory" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5951,16 +5936,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Vzdálenost větví stromu" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Stromová podpora - rozlišení kolize" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5968,7 +5943,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5976,6 +5951,11 @@ 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" @@ -6854,6 +6834,10 @@ msgstr "cestování" #~ msgid "Generate a tree-like support with branches that support your print. This may reduce material usage and print time, but greatly increases slicing time." #~ msgstr "Vygenerujte stromovou podporu s větvemi, které podporují váš tisk. To může snížit spotřebu materiálu a dobu tisku, ale výrazně prodlužuje dobu slicování." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Jak daleko od sebe musí být větve, když se dotýkají modelu. Zmenšení této vzdálenosti způsobí, že se stromová podpora dotkne modelu ve více bodech, což způsobí lepší přesah, ale těžší odstranění podpory." + #~ msgctxt "machine_steps_per_mm_e description" #~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ msgstr "Kolik kroků krokových motorů vyústí v jeden milimetr vytlačování." @@ -6958,6 +6942,10 @@ msgstr "cestování" #~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." #~ msgstr "Když je povoleno, tiskne stěny v pořadí od vnějšku dovnitř. To může pomoci zlepšit rozměrovou přesnost v X a Y při použití plastu s vysokou viskozitou, jako je ABS; může však snížit kvalitu tisku vnějšího povrchu, zejména na převisy." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Rozlišení pro výpočet kolizí, aby nedošlo k nárazu do modelu. Nastavením této nižší se vytvoří přesnější stromy, které selhávají méně často, ale dramaticky se zvyšuje doba slicování." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Retrakce" @@ -7034,6 +7022,10 @@ msgstr "cestování" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Strategie pro zajištění toho, aby se v každém místě připojení připojily dvě po sobě následující vrstvy. Zpětné zasunutí umožní, aby linie vzhůru ztvrdly ve správné poloze, ale mohou způsobit broušení vlákna. Uzel může být vytvořen na konci vzestupné linie, aby se zvýšila šance na připojení k ní a aby se linka ochladila; to však může vyžadovat nízké rychlosti tisku. Další strategií je kompenzovat prohnutý vrchol horní linie; čáry však nebudou vždy klesat, jak bylo předpovězeno." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Úhel větví. Použijte nižší úhel, aby byly více vertikální a stabilnější. K dosažení většího dosahu použijte vyšší úhel." + #~ msgctxt "lightning_infill_prune_angle description" #~ msgid "The difference a lightning infill layer can have with the one immediately above w.r.t the pruning of the outer extremities of trees. Measured in the angle given the thickness." #~ msgstr "Určuje, pod jakým úhlem mezi jednotlivými vrstvami se větve bleskové výplně zkracují." @@ -7118,6 +7110,18 @@ msgstr "cestování" #~ msgid "Tree Support" #~ msgstr "Stromová podpora" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Úhel větve stromové podpory" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Vzdálenost větví stromu" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Stromová podpora - rozlišení kolize" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Zpoždení pohybu dole při tisku DT" diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index d7ba1027e4..12fb0452e2 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -3303,8 +3303,7 @@ msgstr "Drucker verwalten" #: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:280 msgctxt "@info" msgid "Webcam feeds for cloud printers cannot be viewed from UltiMaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu" -" besuchen und diese Webcam zu sehen." +msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu besuchen und diese Webcam zu sehen." #: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:340 msgctxt "@label:status" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index 6fbb9cd835..2c610506b9 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Schrumpfungskompensation für horizontalen Skalierungsfaktor" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Dies beschreibt, wie weit die Äste weg sein müssen, wenn sie das Modell berühren. Eine geringe Entfernung lässt die Baumstützstruktur das Modell an mehreren Punkten berühren, und führt zu einem besseren Überhang, allerdings lässt sich die Stützstruktur auch schwieriger entfernen." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Dies ist die Auflösung für die Berechnung von Kollisionen, um ein Anschlagen des Modells zu verhindern. Eine niedrigere Einstellung sorgt für akkuratere Bäume, die weniger häufig fehlschlagen, erhöht jedoch die Slicing-Zeit erheblich." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "Dies beschreibt den Winkel der Astdurchmesser, da sie stufenweise zum Boden hin dicker werden. Ein Winkel von 0 lässt die Äste über die gesamte Länge hinweg eine gleiche Dicke haben. Ein geringer Winkel kann die Stabilität der Baumstützstruktur erhöhen." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Dies bezeichnet den Winkel der Äste. Verwenden Sie einen geringeren Winkel, um sie vertikaler und stabiler zu gestalten. Verwenden Sie einen stärkeren Winkel, um mehr Reichweite zu erhalten." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Der maximale Winkel von Überhängen, nachdem sie druckbar gemacht wurden. Bei einem Wert von 0° werden alle Überhänge durch ein Teil des Modells ersetzt, das mit der Druckplatte verbunden ist, 90° führt zu keiner Änderung des Modells." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Tree" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Astwinkel der Baumstützstruktur" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Astabstand der Baumstützstruktur" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Kollisionsauflösung 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" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "Bewegungen" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Flusskompensation: Die extrudierte Materialmenge wird mit diesem Wert multipliziert. Dies gilt nur für das Drucken mit Drahtstruktur." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Dies beschreibt, wie weit die Äste weg sein müssen, wenn sie das Modell berühren. Eine geringe Entfernung lässt die Baumstützstruktur das Modell an mehreren Punkten berühren, und führt zu einem besseren Überhang, allerdings lässt sich die Stützstruktur auch schwieriger entfernen." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Knoten" @@ -6747,6 +6731,10 @@ msgstr "Bewegungen" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Es wird „schwebend“ nur die äußere Oberfläche mit einer dünnen Netzstruktur gedruckt. Dazu werden die Konturen des Modells horizontal gemäß den gegebenen Z-Intervallen gedruckt, welche durch aufwärts und diagonal abwärts verlaufende Linien verbunden werden." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Dies ist die Auflösung für die Berechnung von Kollisionen, um ein Anschlagen des Modells zu verhindern. Eine niedrigere Einstellung sorgt für akkuratere Bäume, die weniger häufig fehlschlagen, erhöht jedoch die Slicing-Zeit erheblich." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Einziehen" @@ -6775,6 +6763,10 @@ msgstr "Bewegungen" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Eine Strategie, um sicherzustellen, dass an jedem Verbindungspunkt zwei Schichten miteinander verbunden werden. Durch den Einzug härten die Aufwärtslinien in der richtigen Position, allerdings kann es dabei zum Schleifen des Filaments kommen. Am Ende jeder Aufwärtslinie kann ein Knoten gemacht werden, um die Chance einer erfolgreichen Verbindung zu erhöhen und die Linie abkühlen zu lassen; allerdings ist dafür möglicherweise eine niedrige Druckgeschwindigkeit erforderlich. Eine andere Strategie ist die es an der Oberseite einer Aufwärtslinie das Herabsinken zu kompensieren; allerdings sinken nicht alle Linien immer genauso ab, wie dies erwartet wird." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Dies bezeichnet den Winkel der Äste. Verwenden Sie einen geringeren Winkel, um sie vertikaler und stabiler zu gestalten. Verwenden Sie einen stärkeren Winkel, um mehr Reichweite zu erhalten." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "Der abgedeckte Abstand beim Herstellen einer Verbindung vom Dachumriss nach innen. Dies gilt nur für das Drucken mit Drahtstruktur." @@ -6795,6 +6787,18 @@ msgstr "Bewegungen" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "Die Zeit, die für die äußeren Umfänge eines Lochs aufgewendet wird, das später zu einem Dach werden soll. Durch längere Zeiten kann die Verbindung besser werden. Dies gilt nur für das Drucken mit Drahtstruktur." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Astwinkel der Baumstützstruktur" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Astabstand der Baumstützstruktur" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Kollisionsauflösung 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/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index 8a1c8af8a0..aa07d319ac 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Factor de escala horizontal para la compensación de la contracción" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Qué separación deben tener las ramas cuando tocan el modelo. Reducir esta distancia ocasionará que el soporte en árbol toque el modelo en más puntos, produciendo mejor cobertura pero dificultando la tarea de retirar el soporte." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Resolución para computar colisiones para evitar golpear el modelo. Establecer un ajuste bajo producirá árboles más precisos que producen fallos con menor frecuencia, pero aumenta significativamente el tiempo de fragmentación." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "El ángulo del diámetro de las ramas es gradualmente más alto según se acercan a la base. Un ángulo de 0 ocasionará que las ramas tengan un grosor uniforme en toda su longitud. Un poco de ángulo puede aumentar la estabilidad del soporte en árbol." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "El ángulo de las ramas. Utilice un ángulo inferior para que sean más verticales y estables. Utilice un ángulo superior para poder tener más alcance." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Ángulo máximo de los voladizos una vez que se han hecho imprimibles. Un valor de 0º hace que todos los voladizos sean reemplazados por una pieza del modelo conectada a la placa de impresión y un valor de 90º no cambiará el modelo." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Árbol" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Ángulo de las ramas del soporte en árbol" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Distancia de las ramas del soporte en árbol" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Resolución de colisión 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" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "desplazamiento" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Compensación de flujo: la cantidad de material extruido se multiplica por este valor. Solo se aplica a la impresión de alambre." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Qué separación deben tener las ramas cuando tocan el modelo. Reducir esta distancia ocasionará que el soporte en árbol toque el modelo en más puntos, produciendo mejor cobertura pero dificultando la tarea de retirar el soporte." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Nudo" @@ -6747,6 +6731,10 @@ msgstr "desplazamiento" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Imprime solo la superficie exterior con una estructura reticulada poco densa, imprimiendo 'en el aire'. Esto se realiza mediante la impresión horizontal de los contornos del modelo a intervalos Z dados que están conectados a través de líneas ascendentes y descendentes en diagonal." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Resolución para computar colisiones para evitar golpear el modelo. Establecer un ajuste bajo producirá árboles más precisos que producen fallos con menor frecuencia, pero aumenta significativamente el tiempo de fragmentación." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Retraer" @@ -6775,6 +6763,10 @@ msgstr "desplazamiento" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Estrategia para asegurarse de que dos capas consecutivas conecten en cada punto de conexión. La retracción permite que las líneas ascendentes se endurezcan en la posición correcta, pero pueden hacer que filamento se desmenuce. Se puede realizar un nudo al final de una línea ascendente para aumentar la posibilidad de conexión a la misma y dejar que la línea se enfríe; sin embargo, esto puede requerir velocidades de impresión lentas. Otra estrategia consiste en compensar el combado de la parte superior de una línea ascendente; sin embargo, las líneas no siempre caen como se espera." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "El ángulo de las ramas. Utilice un ángulo inferior para que sean más verticales y estables. Utilice un ángulo superior para poder tener más alcance." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "Distancia cubierta al hacer una conexión desde un contorno del techo hacia el interior. Solo se aplica a la impresión de alambre." @@ -6795,6 +6787,18 @@ msgstr "desplazamiento" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "El tiempo empleado en los perímetros exteriores del agujero que se convertirá en un techo. Cuanto mayor sea el tiempo, mejor será la conexión. Solo se aplica a la impresión de alambre." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Ángulo 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" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Resolución de colisión 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 055f0b58df..1612b4b0cd 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -3768,22 +3768,12 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" +msgid "Tree Support Maximum Branch Angle" msgstr "" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +msgid "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." msgstr "" #: fdmprinter.def.json @@ -3816,16 +3806,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "" - #: fdmprinter.def.json msgctxt "support_type label" msgid "Support Placement" @@ -3878,7 +3858,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index 7ed170262e..18ae81aefe 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -1617,11 +1617,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "" - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3457,11 +3452,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "" - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4466,11 +4456,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "" - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4939,6 +4924,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Ulokkeiden maksimikulma, kun niistä on tehty tulostettavia. 0 asteessa kaikki ulokkeet korvataan mallikappaleella, joka on yhdistetty alustaan. 90 asteessa mallia ei muuteta millään tavalla." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5930,11 +5920,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5950,16 +5935,6 @@ msgctxt "support_tree_branch_diameter_angle label" msgid "Tree Support Branch Diameter Angle" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5967,7 +5942,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5975,6 +5950,11 @@ 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" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index 3b44cd3ed9..f184c53af8 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Compensation du rétrécissement du facteur d'échelle horizontale" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Distance à laquelle doivent se trouver les branches lorsqu'elles touchent le modèle. Si vous réduisez cette distance, le support arborescent touchera le modèle à plus d'endroits, ce qui causera un meilleur porte-à-faux mais rendra le support plus difficile à enlever." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Résolution servant à calculer les collisions afin d'éviter de heurter le modèle. Plus ce paramètre est faible, plus les arborescences seront précises et stables, mais cela augmente considérablement le temps de découpage." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "Angle du diamètre des branches au fur et à mesure qu'elles s'épaississent lorsqu'elles sont proches du fond. Avec un angle de 0°, les branches auront une épaisseur uniforme sur toute leur longueur. Donner un peu d'angle permet d'augmenter la stabilité du support arborescent." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Angle des branches. Utilisez un angle plus faible pour les rendre plus verticales et plus stables ; utilisez un angle plus élevé pour avoir plus de portée." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "L'angle maximal des porte-à-faux après qu'ils aient été rendus imprimables. À une valeur de 0°, tous les porte-à-faux sont remplacés par une pièce de modèle rattachée au plateau, tandis que 90° ne changera en rien le modèle." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Arborescence" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Angle des branches de support arborescent" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Distance des branches de support arborescent" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Résolution de collision du 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" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "déplacement" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Compensation du débit : la quantité de matériau extrudée est multipliée par cette valeur. Uniquement applicable à l'impression filaire." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Distance à laquelle doivent se trouver les branches lorsqu'elles touchent le modèle. Si vous réduisez cette distance, le support arborescent touchera le modèle à plus d'endroits, ce qui causera un meilleur porte-à-faux mais rendra le support plus difficile à enlever." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Nœud" @@ -6747,6 +6731,10 @@ msgstr "déplacement" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Imprime uniquement la surface extérieure avec une structure grillagée et clairsemée. Cette impression est « dans les airs » et est réalisée en imprimant horizontalement les contours du modèle aux intervalles donnés de l’axe Z et en les connectant au moyen de lignes ascendantes et diagonalement descendantes." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Résolution servant à calculer les collisions afin d'éviter de heurter le modèle. Plus ce paramètre est faible, plus les arborescences seront précises et stables, mais cela augmente considérablement le temps de découpage." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Rétraction" @@ -6775,6 +6763,10 @@ msgstr "déplacement" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Stratégie garantissant que deux couches consécutives se touchent à chaque point de connexion. La rétraction permet aux lignes ascendantes de durcir dans la bonne position, mais cela peut provoquer l’écrasement des filaments. Un nœud peut être fait à la fin d’une ligne ascendante pour augmenter les chances de raccorder cette ligne et la laisser refroidir. Toutefois, cela peut nécessiter de ralentir la vitesse d’impression. Une autre stratégie consiste à compenser l’affaissement du dessus d’une ligne ascendante, mais les lignes ne tombent pas toujours comme prévu." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Angle des branches. Utilisez un angle plus faible pour les rendre plus verticales et plus stables ; utilisez un angle plus élevé pour avoir plus de portée." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "La distance couverte lors de l'impression d'une connexion d'un contour de toit vers l’intérieur. Uniquement applicable à l'impression filaire." @@ -6795,6 +6787,18 @@ msgstr "déplacement" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "Temps passé sur le périmètre extérieur de l’orifice qui deviendra le dessus. Un temps plus long peut garantir une meilleure connexion. Uniquement applicable pour l'impression filaire." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Angle des branches de support arborescent" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Distance des branches de support arborescent" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Résolution de collision 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/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 1a27cbe80d..5eac2562ef 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -1624,11 +1624,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Azt adja meg, hogy milyen messze kell lenniük az ágaknak, mikor a modellt érintik. Ha a távolság kicsi, a ta támasza több ponton is megérinti a modellt, ami jobb alátámasztást ad, de nehezebb eltávolítani majd a támaszt utólag." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3464,11 +3459,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Felbontás az ütközések kiszámítására, annak érdekében, hogy elkerüljük a modellel való ütközést. Ha alacsonyabb a beállítás, az pontosabb fákat eredményez, amik kevésbé dőlnek el, de a szeletelési időt drámai módon megnöveli." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4473,11 +4463,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "Az ágak átmérőjének változási szöge. Az ágak felülről lefelé vastagodnak. Ha a szög 0, akkor az ágak átmérője egyenletes, teljes hosszukban.Egy kis szög érték növelheti a fa tartásának stabilitását." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Az ágak szöge. Használjon alacsonyabb szöget, hogy függőlegesebb és stabilabbak legyenek. A jobb kinyúláshoz használjon nagyobb szöget." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4948,6 +4933,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "A túlnyúlások maximális szöge a nyomtathatóvá tétel után. 0 ° értéknél az összes túlnyúlást egy, az építőlemezhez kapcsolt modelldarab váltja fel, a 90 ° -ot a modell semmilyen módon nem változtatja meg." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5942,11 +5932,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Támaszágak szöge" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5962,16 +5947,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Támaszágak távolsága" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Ütközés felbontás" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5979,7 +5954,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5987,6 +5962,11 @@ 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" @@ -6867,6 +6847,10 @@ msgstr "fej átpozícionálás" #~ msgid "Generate a tree-like support with branches that support your print. This may reduce material usage and print time, but greatly increases slicing time." #~ msgstr "Generáljon fához hasonló támasz ágakkal, amelyek megtámasztják a nyomtatványt.Ez csökkentheti az anyagfelhasználást és a nyomtatási időt, de jelentősen megnöveli a szeletelési időt." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Azt adja meg, hogy milyen messze kell lenniük az ágaknak, mikor a modellt érintik. Ha a távolság kicsi, a ta támasza több ponton is megérinti a modellt, ami jobb alátámasztást ad, de nehezebb eltávolítani majd a támaszt utólag." + #~ msgctxt "machine_steps_per_mm_e description" #~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ msgstr "Hány lépést kell a motornak megtenni ahhoz, hogy 1 mm mozgás történjen a nyomtatószál adagolásakor." @@ -6967,6 +6951,10 @@ msgstr "fej átpozícionálás" #~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." #~ msgstr "A falakat külső, majd belső sorrendben nyomtatja, ha ez engedélyezve van.Ez hozzájárulhat a X és Y méret pontosságának javításához, különösen nagy viszkozitású műanyag, például ABS használatakor. Ez azonban csökkentheti a külső felület nyomtatási minőségét, különösen az átlapolásoknál." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Felbontás az ütközések kiszámítására, annak érdekében, hogy elkerüljük a modellel való ütközést. Ha alacsonyabb a beállítás, az pontosabb fákat eredményez, amik kevésbé dőlnek el, de a szeletelési időt drámai módon megnöveli." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Visszahúzás" @@ -7051,6 +7039,10 @@ msgstr "fej átpozícionálás" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Stratégia annak biztosítására, hogy két egymást követő réteg kapcsolódjon minden egyes csatlakozási ponthoz. A visszahúzás lehetővé teszi, hogy a felfelé mutató vonalak a megfelelő helyzetben megkeményedjenek, de ez az adagolókerék megcsúszását, és a szál eldarálását okozhatja. Egy felfelé mutató vonal végén csomót lehet készíteni, hogy növeljük az ahhoz való csatlakozás eredményességét, és hagyjuk, hogy a vonal vége lehűljön; ez azonban lassú nyomtatási sebességet igényelhet. Egy másik stratégia, a felfelé mutató vonal tetejének elmaradásának kompenzálása; azonban a vonalak nem mindig esnek le a várt módon." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Az ágak szöge. Használjon alacsonyabb szöget, hogy függőlegesebb és stabilabbak legyenek. A jobb kinyúláshoz használjon nagyobb szöget." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "A beépített távolság, amikor a tetőtől körvonalakat bekapcsolnak. Csak a huzalnyomásra vonatkozik." @@ -7131,6 +7123,18 @@ msgstr "fej átpozícionálás" #~ msgid "Tree Support" #~ msgstr "Fa támasz" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Támaszágak szöge" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Támaszágak távolsága" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Ütközés felbontás" + #~ msgctxt "support_tree_wall_count label" #~ msgid "Tree Support Wall Line Count" #~ msgstr "Fal vonal szám" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index d2e8d28f3b..6dc67acccf 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Fattore di scala orizzontale per la compensazione della contrazione" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "La distanza tra i rami necessaria quando toccano il modello. Una distanza ridotta causa il contatto del supporto ad albero con il modello in più punti, generando migliore sovrapposizione ma rendendo più difficoltosa la rimozione del supporto." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Risoluzione per calcolare le collisioni per evitare di colpire il modello. L’impostazione a un valore basso genera alberi più accurati che si rompono meno sovente, ma aumenta notevolmente il tempo di sezionamento." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "L’angolo del diametro dei rami con il graduale ispessimento verso il fondo. Un angolo pari a 0 genera rami con spessore uniforme sull’intera lunghezza. Un angolo minimo può aumentare la stabilità del supporto ad albero." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "L’angolo dei rami. Utilizzare un angolo minore per renderli più verticali e più stabili. Utilizzare un angolo maggiore per avere una portata maggiore." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "L’angolo massimo degli sbalzi dopo essere stati resi stampabili. A un valore di 0° tutti gli sbalzi sono sostituiti da un pezzo del modello collegato al piano di stampa, 90° non cambia il modello in alcun modo." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Albero" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Angolo ramo supporto ad albero" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Distanza ramo supporto ad albero" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Risoluzione collisione 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" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "spostamenti" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Determina la compensazione del flusso: la quantità di materiale estruso viene moltiplicata per questo valore. Applicabile solo alla funzione Wire Printing." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "La distanza tra i rami necessaria quando toccano il modello. Una distanza ridotta causa il contatto del supporto ad albero con il modello in più punti, generando migliore sovrapposizione ma rendendo più difficoltosa la rimozione del supporto." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Nodo" @@ -6747,6 +6731,10 @@ msgstr "spostamenti" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Consente di stampare solo la superficie esterna come una struttura di linee, realizzando una stampa \"sospesa nell'aria\". Questa funzione si realizza mediante la stampa orizzontale dei contorni del modello con determinati intervalli Z che sono collegati tramite linee che si estendono verticalmente verso l'alto e diagonalmente verso il basso." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Risoluzione per calcolare le collisioni per evitare di colpire il modello. L’impostazione a un valore basso genera alberi più accurati che si rompono meno sovente, ma aumenta notevolmente il tempo di sezionamento." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Retrazione" @@ -6775,6 +6763,10 @@ msgstr "spostamenti" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Strategia per garantire il collegamento di due strati consecutivi ad ogni punto di connessione. La retrazione consente l'indurimento delle linee verticali verso l'alto nella giusta posizione, ma può causare la deformazione del filamento. È possibile realizzare un nodo all'estremità di una linea verticale verso l'alto per accrescere la possibilità di collegamento e lasciarla raffreddare; tuttavia ciò può richiedere velocità di stampa ridotte. Un'altra strategia consiste nel compensare il cedimento della parte superiore di una linea verticale verso l'alto; tuttavia le linee non sempre ricadono come previsto." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "L’angolo dei rami. Utilizzare un angolo minore per renderli più verticali e più stabili. Utilizzare un angolo maggiore per avere una portata maggiore." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "Indica la distanza percorsa durante la realizzazione di una connessione da un profilo della superficie superiore (tetto) verso l'interno. Applicabile solo alla funzione Wire Printing." @@ -6795,6 +6787,18 @@ msgstr "spostamenti" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "Indica il tempo trascorso sul perimetro esterno del foro di una superficie superiore (tetto). Tempi più lunghi possono garantire un migliore collegamento. Applicabile solo alla funzione Wire Printing." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Angolo ramo supporto ad albero" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Distanza ramo supporto ad albero" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Risoluzione collisione supporto ad 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/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index 1c872ee696..fb337e5ab9 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "水平スケールファクタ収縮補正" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "枝がモデルに接触するところで確保する枝の間隔。この間隔を小さくするとツリーサポートがモデルに接触する点が増え、支える効果が高まりますが、サポートの取り外しが難しくなります。" - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3461,11 +3456,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "モデルに干渉しないようにする衝突計算の精細度。小さい値を設定すると、失敗の少ない正確なツリーが生成されますが、スライス時間は大きく増加します。" - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4468,11 +4458,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "基部に向かって徐々に太くなる枝の直径の角度。角度が0の場合、枝の太さは全長にわたって同じになります。少し角度を付けると、ツリーサポートの安定性が高まります。" -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "枝の角度。枝を垂直で安定したものにするためには小さい角度を使用します。高さを得るためには大きい角度を使用します。" - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4942,6 +4927,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "印刷可能になったオーバーハングの最大角度。 0°の値では、すべてのオーバーハングがビルドプレートに接続されたモデルの一部に置き換えられます。90°では、モデルは決して変更されません。" +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5932,11 +5922,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "ツリー" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "ツリーサポート枝角度" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5952,16 +5937,6 @@ msgctxt "support_tree_branch_diameter_angle label" msgid "Tree Support Branch Diameter Angle" msgstr "ツリーサポート枝直径角度" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "ツリーサポート枝間隔" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "ツリーサポート衝突精細度" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5969,7 +5944,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5977,6 +5952,11 @@ 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" @@ -6737,6 +6717,10 @@ msgstr "移動" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "流れ補正:押出されたマテリアルの量はこの値の乗算になります。ワイヤ印刷のみに適用されます。" +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "枝がモデルに接触するところで確保する枝の間隔。この間隔を小さくするとツリーサポートがモデルに接触する点が増え、支える効果が高まりますが、サポートの取り外しが難しくなります。" + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "ノット" @@ -6749,6 +6733,10 @@ msgstr "移動" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "薄い空気中に印刷し、疎なウエブ構造で外面のみを印刷します。これは、上向きおよび斜め下向きの線を介して接続された所定のZ間隔でモデルの輪郭を水平に印刷することによって実現される。" +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "モデルに干渉しないようにする衝突計算の精細度。小さい値を設定すると、失敗の少ない正確なツリーが生成されますが、スライス時間は大きく増加します。" + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "引き戻し" @@ -6777,6 +6765,10 @@ msgstr "移動" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "各接続ポイントで2つの連続したレイヤーが密着していることを確認するためのストラテジー。収縮すると上向きの線が正しい位置で硬化しますが、フィラメントの研削が行われる可能性があります。上向きの線の終わりに結び目をつけて接続する機会を増やし、線を冷やすことができます。ただし、印刷速度が遅くなることがあります。別の方法は、上向きの線の上端のたるみを補償することである。しかし、予測どおりにラインが必ずしも落ちるとは限りません。" +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "枝の角度。枝を垂直で安定したものにするためには小さい角度を使用します。高さを得るためには大きい角度を使用します。" + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "ルーフから内側に輪郭を描くときの距離。ワイヤ印刷のみに適用されます。" @@ -6797,6 +6789,18 @@ msgstr "移動" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "トップレイヤーにある穴の外側に掛ける時間。長い時間の方はより良い密着を得られます。ワイヤ印刷にのみ適用されます。" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "ツリーサポート枝角度" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "ツリーサポート枝間隔" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "ツリーサポート衝突精細度" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP底面遅延" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index ac8a317ff7..83af69f7ff 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "수평 확장 배율 수축 보정" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "모델에 붙는 브랜치를 떨어뜨리는 거리. 이 거리를 짧게 하면 트리 서포트이 더 많은 접점에서 모델에 접촉하여, 오버행이 더 좋아지지만 서포트를 제거하기가 더 어렵게 됩니다." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "모델에 부딪히는 것을 피하기 위해 충돌을 계산하는 정밀도. 이 값을 낮게 설정하면 실패도가 낮은 더 정확한 트리를 생성하지만, 슬라이싱 시간이 현격하게 늘어납니다." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "바닥면을 향할수록 점점 더 두꺼워짐에 따른 브랜치의 직경 각도. 이 각도가 0이면 브랜치는 길이 전체에 균일한 두께를 갖게 됩니다. 약간의 각도가 있으면 트리 서포트의 안정성을 높여 줍니다." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "브랜치의 각도. 적은 각도를 사용하면 더 수직이 되어 더 안정됩니다. 높은 각도를 사용하면 더 많이 도달할 수 있습니다." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "프린팅 가능하게 된 후 오버행의 최대 각도. 0도의 값에서 모든 오버행은 빌드 플레이트에 연결된 모델로 대체됩니다. 90도는 모델을 변경하지 않습니다." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "트리" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "트리 서포트 브랜치 각도" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ msgctxt "support_tree_branch_diameter_angle label" msgid "Tree Support Branch Diameter Angle" msgstr "트리 서포트 브랜치 직경 각도" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "트리 서포트 브랜치 거리" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "트리 서포트 충돌 정밀도" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6733,6 +6713,10 @@ msgstr "이동" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "압출량 보상 : 압출 된 재료의 양에 이 값을 곱합니다. 와이어 프린팅에만 적용됩니다." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "모델에 붙는 브랜치를 떨어뜨리는 거리. 이 거리를 짧게 하면 트리 서포트이 더 많은 접점에서 모델에 접촉하여, 오버행이 더 좋아지지만 서포트를 제거하기가 더 어렵게 됩니다." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "매듭" @@ -6745,6 +6729,10 @@ msgstr "이동" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "외벽의 표면만 거미줄 같은 형태로 공중에서 프린팅합니다. 이것은 상향 및 대각선 하향 라인을 통해 연결된 Z 간격으로 모형의 윤곽을 수평으로 인쇄함으로써 구현됩니다." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "모델에 부딪히는 것을 피하기 위해 충돌을 계산하는 정밀도. 이 값을 낮게 설정하면 실패도가 낮은 더 정확한 트리를 생성하지만, 슬라이싱 시간이 현격하게 늘어납니다." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "리트렉트" @@ -6773,6 +6761,10 @@ msgstr "이동" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "각 연결 지점에서 두 개의 연속 된 레이어가 연결되도록 하는 전략입니다. 리트렉션을 하면 상향 선이 올바른 위치에서 경화되지만 필라멘트가 갈릴 수 있습니다. 상향 선의 끝에 매듭을 만들어 연결 기회를 높이고 선을 차게 할 수 있습니다. 그러나 느린 프린팅 속도가 필요할 수 있습니다. 또 다른 전략은 상향 라인의 윗부분의 처짐을 보충하는 것입니다. 그러나 선은 항상 예측대로 떨어지지는 않습니다." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "브랜치의 각도. 적은 각도를 사용하면 더 수직이 되어 더 안정됩니다. 높은 각도를 사용하면 더 많이 도달할 수 있습니다." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "지붕에서 연결을 할 때 안쪽까지 윤곽선을 그립니다. 와이어 프린팅에만 적용됩니다." @@ -6793,6 +6785,18 @@ msgstr "이동" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "지붕이 될 구멍의 바깥 둘레에서의 시간. 시간이 길면 연결이 더 잘됩니다. 와이어 프린팅에만 적용됩니다." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "트리 서포트 브랜치 각도" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "트리 서포트 브랜치 거리" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "트리 서포트 충돌 정밀도" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP 최저 지연" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index f0d862762b..f3161f08e9 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Horizontale schaalfactor krimpcompensatie" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Hiermee stelt u in hoe ver de takken moeten uitsteken als ze het model raken. Met een kleinere afstand raakt de boomsupportstructuur het model op meer plaatsen. Hierdoor creëert u een betere overhang maar is de supportstructuur moeilijker te verwijderen." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Resolutie voor het berekenen van botsingen om te voorkomen dat het model wordt geraakt. Als u deze optie op een lagere waarde instelt, creëert u nauwkeurigere bomen die minder vaak fouten vertonen, maar wordt de slicetijd aanzienlijk verlengd." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "De hoek van de diameter van de takken terwijl ze naar beneden toe geleidelijk dikker worden. Met de hoekinstelling 0 zijn de takken over de gehele lengte even dik. Een kleine hoek verbetert de stabiliteit van de boomsupportstructuur." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Hiermee stelt u de hoek van de takken in. Met een kleinere hoek worden de takken verticaler en stabieler. Met een grotere hoek hebben ze een groter bereik." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "De maximale hoek van een overhang nadat deze printbaar is gemaakt. Bij een hoek van 0° worden alle overhangende gedeelten vervangen door een deel van het model dat is verbonden met het platform; bij een hoek van 90° wordt het model niet gewijzigd." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Boom" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Hoek van takken van boomsupportstructuur" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Takafstand van boomsupportstructuur" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Resolutie bij botsingen van de boomsupportstructuur" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "beweging" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Doorvoercompensatie: de hoeveelheid materiaal die wordt doorgevoerd, wordt vermenigvuldigd met deze waarde. Alleen van toepassing op Draadprinten." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Hiermee stelt u in hoe ver de takken moeten uitsteken als ze het model raken. Met een kleinere afstand raakt de boomsupportstructuur het model op meer plaatsen. Hierdoor creëert u een betere overhang maar is de supportstructuur moeilijker te verwijderen." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Verdikken" @@ -6747,6 +6731,10 @@ msgstr "beweging" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Print alleen de buitenkant van het object in een dunne webstructuur, 'in het luchtledige'. Hiervoor worden de contouren van het model horizontaal geprint op bepaalde Z-intervallen die door middel van opgaande en diagonaal neergaande lijnen zijn verbonden." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Resolutie voor het berekenen van botsingen om te voorkomen dat het model wordt geraakt. Als u deze optie op een lagere waarde instelt, creëert u nauwkeurigere bomen die minder vaak fouten vertonen, maar wordt de slicetijd aanzienlijk verlengd." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Intrekken" @@ -6775,6 +6763,10 @@ msgstr "beweging" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Strategie om ervoor te zorgen dat twee opeenvolgende lagen bij elk verbindingspunt op elkaar aansluiten. Met intrekken kunnen de opwaartse lijnen in de juiste positie uitharden, maar kan het filament gaan haperen. Aan het eind van een opwaartse lijn kan een verdikking worden gemaakt om een volgende lijn hierop eenvoudiger te kunnen laten aansluiten en om de lijn te laten afkoelen. Hiervoor is mogelijk een lage printsnelheid vereist. U kunt echter ook het doorzakken van de bovenkant van een opwaartse lijn compenseren. De lijnen vallen echter niet altijd zoals verwacht." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Hiermee stelt u de hoek van de takken in. Met een kleinere hoek worden de takken verticaler en stabieler. Met een grotere hoek hebben ze een groter bereik." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "De afstand die wordt overbrugt wanneer vanaf een dakcontour een verbinding naar binnen wordt gemaakt. Alleen van toepassing op Draadprinten." @@ -6795,6 +6787,18 @@ msgstr "beweging" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "De wachttijd aan de buitenkant van een gat dat een dak moet gaan vormen. Een langere wachttijd kan zorgen voor een betere aansluiting. Alleen van toepassing op Draadprinten." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Hoek van takken van boomsupportstructuur" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Takafstand van boomsupportstructuur" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Resolutie bij botsingen van de boomsupportstructuur" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Neerwaartse Vertraging Draadprinten" diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index 54ab45bef8..5ad675f0f7 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+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" @@ -1623,11 +1623,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "W jakich odległościach powinny znajdować się gałęzie kiedy dotykają modelu. Mały dystans spowoduje więcej punktów podparcia, co da lepsze nawisy, ale utrudni usuwanie podpór." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3463,11 +3458,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Rozdzielczość przeliczania kolizji, aby unikać zderzeń z modelem. Ustawienie niższej wartości spowoduje bardziej dokładne drzewa, które rzadziej zawodzą, ale zwiększa to drastycznie czas cięcia." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4472,11 +4462,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "Kąt średnicy gałęzi, które stają się grubsze bliżej podłoża. Kąt 0 spowoduje równą grubość na całej długości gałęzi. Delikatny kąt może spowodować lepszą stabilność podpór." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Kąt gałęzi. Użyj mniejszego kąta, aby były bardziej pionowe i stabilne. Użyj większego kąta, aby mieć większy zasięg." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4947,6 +4932,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Maksymalny kąt zwisów po którym będą one drukowalne. Przy wartości 0 ° wszystkie zwisy są zastępowane przez fragment modelu połączony ze stołem, a 90 ° w żaden sposób nie zmienia modelu." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5941,11 +5931,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Kąt Gałęzi Drzewnej Podpory" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5961,16 +5946,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Odległość Gałęzi Drzewiastej Podpory" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Rozdzielczość Kolizji 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" @@ -5978,7 +5953,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5986,6 +5961,11 @@ 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" @@ -7044,6 +7024,10 @@ msgstr "ruch jałowy" #~ msgid "Hollow Out Objects" #~ msgstr "Wydrąż Model" +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "W jakich odległościach powinny znajdować się gałęzie kiedy dotykają modelu. Mały dystans spowoduje więcej punktów podparcia, co da lepsze nawisy, ale utrudni usuwanie podpór." + #~ msgctxt "machine_steps_per_mm_e description" #~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ msgstr "Ile kroków silnika krokowego będzie skutkowało ekstruzją 1mm." @@ -7288,6 +7272,10 @@ msgstr "ruch jałowy" #~ msgid "RepRap (Volumetric)" #~ msgstr "RepRap (Objętościowy)" +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Rozdzielczość przeliczania kolizji, aby unikać zderzeń z modelem. Ustawienie niższej wartości spowoduje bardziej dokładne drzewa, które rzadziej zawodzą, ale zwiększa to drastycznie czas cięcia." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Wycofanie" @@ -7428,6 +7416,10 @@ msgstr "ruch jałowy" #~ msgid "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone." #~ msgstr "Długość retrakcji: Ustaw na 0, aby wyłączyć retrkację. To powinno ogólnie być takie samo jak długość strefy grzewczej." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Kąt gałęzi. Użyj mniejszego kąta, aby były bardziej pionowe i stabilne. Użyj większego kąta, aby mieć większy zasięg." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "Odległość jaka zostaje pokryta podczas tworzenia połączenia z wewnętrznego konturu dachu. Odnosi się tylko do Drukowania Drutu." @@ -7588,6 +7580,18 @@ msgstr "ruch jałowy" #~ msgid "Tree Support" #~ msgstr "Drzewne Podpory" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Kąt Gałęzi Drzewnej Podpory" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Odległość Gałęzi Drzewiastej Podpory" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Rozdzielczość Kolizji Drzewiastej Podpory" + #~ msgctxt "support_tree_wall_count label" #~ msgid "Tree Support Wall Line Count" #~ msgstr "Liczba Linii Ściany Drzewiastej Podpory" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index 8b3302c626..89b21c29bf 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: 2023-02-17 16:31+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -1624,11 +1624,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Compensação de Fator de Encolhimento Horizontal" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Quão distantes os galhos precisam estar quando tocam o modelo. Tornar esta distância pequena fará com que o suporte em árvore toque o modelo em mais pontos, permitindo maior sustentação mas tornando o suporte mais difícil de remover." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3464,11 +3459,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Resolução para computar colisões com a qual evitar tocar o modelo. Ajustar valor mais baixos produzirá árvore mais precisas que falharão menos, mas aumentará o tempo de fatiamento dramaticamente." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4473,11 +4463,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "O ângulo do diâmetro dos galhos enquanto se tornam gradualmente mais grossos na direção da base. Um ângulo de 0 fará com que os galhos tenham grossura uniforme no seu comrpimento. Um ângulo levemente maior que zero pode aumentar a estabilidade do suporte em árvore." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Ô angulo dos galhos. Use um ângulo menor para torná-los mais verticais e mais estáveis. Use um ângulo maior para aumentar o alcance." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4948,6 +4933,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "O ângulo máximo de seçọes pendentes depois de se tornarem imprimíveis. Com o valor de 0° todas as seções pendentes serão trocadas por uma parte do modelo conectada à mesa e 90° não mudará o modelo." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5942,11 +5932,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Árvore" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Ângulo do Galho do Suporte em Árvore" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5962,16 +5947,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Distância dos Galhos do Suporte em Árvore" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Resolução de Colisão 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" @@ -5979,7 +5954,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5987,6 +5962,11 @@ 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" @@ -7125,6 +7105,10 @@ msgstr "percurso" #~ msgid "Hollow Out Objects" #~ msgstr "Tornar Objetos Ocos" +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Quão distantes os galhos precisam estar quando tocam o modelo. Tornar esta distância pequena fará com que o suporte em árvore toque o modelo em mais pontos, permitindo maior sustentação mas tornando o suporte mais difícil de remover." + #~ msgctxt "machine_steps_per_mm_e description" #~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ msgstr "Quantos passos do motor de passo resultarão em um milímetro de extrusão." @@ -7393,6 +7377,10 @@ msgstr "percurso" #~ msgid "RepRap (Volumetric)" #~ msgstr "RepRap (Volumétrico)" +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Resolução para computar colisões com a qual evitar tocar o modelo. Ajustar valor mais baixos produzirá árvore mais precisas que falharão menos, mas aumentará o tempo de fatiamento dramaticamente." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Retrair" @@ -7553,6 +7541,10 @@ msgstr "percurso" #~ msgid "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone." #~ msgstr "A quantidade de retração: coloque em '0' para nenhuma retração. Isto deve geralmente ser o mesmo que o comprimento da zona de aquecimento dentro do hotend." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Ô angulo dos galhos. Use um ângulo menor para torná-los mais verticais e mais estáveis. Use um ângulo maior para aumentar o alcance." + #~ msgctxt "lightning_infill_prune_angle description" #~ msgid "The difference a lightning infill layer can have with the one immediately above w.r.t the pruning of the outer extremities of trees. Measured in the angle given the thickness." #~ msgstr "A diferença que uma camada de preenchimento relâmpago pode ter em relação à camada imediatamente superior de acordo com a poda das extremidades externas das árvores. Medido em ângulo de acordo com a espessura." @@ -7761,6 +7753,18 @@ msgstr "percurso" #~ msgid "Tree Support" #~ msgstr "Suporte de Árvore" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Ângulo 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" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Resolução de Colisão 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 2682cc753b..1518467eec 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -93,10 +93,12 @@ msgid "" "

Backups can be found in the configuration folder.

\n" "

Please send us this Crash Report to fix the problem.

\n" " " -msgstr "

Ups, o UltiMaker Cura encontrou um possível problema.

\n

Foi encontrado um erro irrecuperável durante o arranque da" -" aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

\n" -"

Os backups estão localizados na pasta de configuração.

\n

Por favor envie-nos este Relatório de Falhas" -" para podermos resolver o problema.

\n " +msgstr "" +"

Ups, o UltiMaker Cura encontrou um possível problema.

\n" +"

Foi encontrado um erro irrecuperável durante o arranque da aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

\n" +"

Os backups estão localizados na pasta de configuração.

\n" +"

Por favor envie-nos este Relatório de Falhas para podermos resolver o problema.

\n" +" " #: cura/CrashHandler.py:122 msgctxt "@action:button" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 19c2cf673b..633807c680 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Compensação de contração do fator de dimensionamento horizontal" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "A distância entre os ramos, quando estes tocam o modelo. Se esta distância for pequena faz com que os suportes tenham mais pontos de contacto com o modelo, permitindo um melhor apoio em saliências mas faz com que os suportes sejam mais difíceis de retirar." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "A resolução do cálculo de prevenção de colisões com o modelo. Usando um valor baixo irá criar suportes tipo árvore com maior sucesso, mas aumenta drasticamente o tempo de seccionamento." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "O ângulo do diâmetro dos ramos conforme estes ficam progressivamente mais grossos quanto mais perto estiverem da base. Um ângulo de 0º faz com que os ramos tenham um espessura constante em todo o seu comprimento. Um pequeno ângulo pode aumentar a estabilidade dos suporte tipo árvore." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "O ângulo dos ramos. Usar um ângulo pequeno para criar ramos mais verticais e estáveis. Usar um ângulo maior para conseguir que os ramos tenham um maior alcance." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "O ângulo máximo das saliências após se terem tornado imprimíveis. Com um valor de 0°, todas as saliências são substituídas por um modelo ligado à base de construção e, com um valor de 90°, o modelo não será alterado de forma alguma." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Árvore" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Ângulo Ramos Suportes Árvore" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Distância Ramos Suportes Árvore" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Resolução Colisão 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" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6743,6 +6723,10 @@ msgstr "deslocação" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Compensação de fluxo: a quantidade de material extrudido é multiplicada por este valor. Aplica-se apenas à impressão de fios." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "A distância entre os ramos, quando estes tocam o modelo. Se esta distância for pequena faz com que os suportes tenham mais pontos de contacto com o modelo, permitindo um melhor apoio em saliências mas faz com que os suportes sejam mais difíceis de retirar." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Nó" @@ -6763,6 +6747,10 @@ msgstr "deslocação" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Imprime apenas a superfície exterior com uma estrutura entrelaçada dispersa a partir \"do ar\". Isto é realizado ao imprimir horizontalmente os contornos do modelo em determinados intervalos Z que são ligados através de linhas ascendentes e diagonais descendentes." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "A resolução do cálculo de prevenção de colisões com o modelo. Usando um valor baixo irá criar suportes tipo árvore com maior sucesso, mas aumenta drasticamente o tempo de seccionamento." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Retrair" @@ -6791,6 +6779,10 @@ msgstr "deslocação" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Estratégia para assegurar que duas camadas consecutivas se ligam a cada ponto de ligação. A retração permite que as linhas ascendentes endureçam na posição correta, mas pode causar a trituração do filamento. É possível fazer um nó no final de uma linha ascendente para aumentar a probabilidade de ligação e para permitir o arrefecimento da linha. No entanto, podem ser necessárias velocidades de impressão reduzidas. Outra estratégia é compensar a flacidez do topo de uma linha ascendente. Porém, as linhas nem sempre cairão conforme previsto." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "O ângulo dos ramos. Usar um ângulo pequeno para criar ramos mais verticais e estáveis. Usar um ângulo maior para conseguir que os ramos tenham um maior alcance." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "A distância percorrida ao efetuar uma ligação a partir de um contorno de telhado interno. Aplica-se apenas à impressão de fios." @@ -6811,6 +6803,18 @@ msgstr "deslocação" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "Tempo gasto nos perímetros externos do buraco que se irá transformar em tecto. Períodos de tempo mais longos permitem garantir uma melhor ligação. Aplica-se apenas à impressão de fios." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Ângulo Ramos Suportes Árvore" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Distância Ramos Suportes Árvore" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Resolução Colisão Suportes Á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 a8512a1a6d..b6a981d44e 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -93,9 +93,12 @@ msgid "" "

Backups can be found in the configuration folder.

\n" "

Please send us this Crash Report to fix the problem.

\n" " " -msgstr "

В ПО UltiMaker Cura обнаружена ошибка.

\n

Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми" -" файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

\n

Резервные" -" копии хранятся в папке конфигурации.

\n

Отправьте нам этот отчет о сбое для устранения проблемы.

\n " +msgstr "" +"

В ПО UltiMaker Cura обнаружена ошибка.

\n" +"

Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

\n" +"

Резервные копии хранятся в папке конфигурации.

\n" +"

Отправьте нам этот отчет о сбое для устранения проблемы.

\n" +" " #: cura/CrashHandler.py:122 msgctxt "@action:button" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index 6e1d50a3d4..a352463114 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Горизонтальный коэффициент масштабирования для компенсации усадки" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Указывает, насколько далеко должны друг от друга располагаться ответвления при касании модели. Если задать небольшое расстояние, увеличится количество точек, в которых древовидная поддержка касается модели; это улучшает нависание, но при этом усложняет удаление поддержки." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Разрешение, применяемое при расчете столкновений во избежание столкновений с моделью. Если указать меньшее значение, древовидные структуры будут получаться более точными и устойчивыми, однако при этом значительно увеличится время разделения на слои." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "Угол диаметра ответвлений по мере их постепенного утолщения к основанию. Если значение угла равно 0, ответвления будут иметь одинаковую толщину по всей своей длине. Небольшой угол может повысить устойчивость древовидной поддержки." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Угол ответвлений. При указании меньшего угла поддержка будет более вертикальной и устойчивой. Для получения большего охвата указывайте более высокий угол." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Максимальный угол нависания, после которого они становятся печатаемыми. При значении в 0° все нависания заменяются частью модели, соединённой со столом, при 90° в модель не вносится никаких изменений." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Дерево" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Угол ответвления древовидной поддержки" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ msgctxt "support_tree_branch_diameter_angle label" msgid "Tree Support Branch Diameter Angle" msgstr "Угол диаметра ответвления древовидной поддержки" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Расстояние ответвления древовидной поддержки" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Разрешение для расчета столкновений древовидной поддержки" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "перемещение" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Компенсация потока: объём выдавленного материала умножается на это значение. Применяется только при каркасной печати." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Указывает, насколько далеко должны друг от друга располагаться ответвления при касании модели. Если задать небольшое расстояние, увеличится количество точек, в которых древовидная поддержка касается модели; это улучшает нависание, но при этом усложняет удаление поддержки." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Узел" @@ -6747,6 +6731,10 @@ msgstr "перемещение" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "Печатать только внешнюю поверхность с редкой перепончатой структурой, печатаемой \"прямо в воздухе\". Это реализуется горизонтальной печатью контуров модели с заданными Z интервалами, которые соединяются диагональными линиями." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Разрешение, применяемое при расчете столкновений во избежание столкновений с моделью. Если указать меньшее значение, древовидные структуры будут получаться более точными и устойчивыми, однако при этом значительно увеличится время разделения на слои." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Откат" @@ -6775,6 +6763,10 @@ msgstr "перемещение" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Стратегия проверки соединения двух соседних слоёв в соответствующих точках. Откат укрепляет восходящие линии в нужных местах, но может привести к истиранию нити материала. Узел может быть сделан в конце восходящей линии для повышения шанса соединения с ним и позволить линии охладиться; однако, это может потребовать пониженных скоростей печати. Другая стратегия состоит в том, чтобы компенсировать провисание вершины восходящей линии; однако, строки будут не всегда падать, как предсказано." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Угол ответвлений. При указании меньшего угла поддержка будет более вертикальной и устойчивой. Для получения большего охвата указывайте более высокий угол." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "Покрываемое расстояние при создании соединения от внешней части крыши внутрь. Применяется только при каркасной печати." @@ -6795,6 +6787,18 @@ msgstr "перемещение" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "Время, потраченное на внешних периметрах отверстия, которое станет крышей. Увеличенное время может придать прочности. Применяется только при каркасной печати." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Угол ответвления древовидной поддержки" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Расстояние ответвления древовидной поддержки" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Разрешение для расчета столкновений древовидной поддержки" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "Нижняя задержка (КП)" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index 5445521700..09ec86f5f8 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "Yatay Ölçekleme Faktörü Büzülme Telafisi" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Dalların modele temas ettiklerinde birbirlerine ne kadar uzaklıkta olacakları. Bu mesafenin kısa yapılması ağaç desteğin modele daha fazla noktada temas etmesini sağlayarak daha iyi bir sarkma sunacaktır ancak desteğin sökülmesini de daha güç hale getirecektir." - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Modele çarpmamak adına çarpışmaları hesaplamak için çözünürlük. Buna düşük bir değerin verilmesi daha az hata çıkaran daha isabetli ağaçların üretilmesini sağlar ancak dilimleme süresini önemli ölçüde artırır." - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "Alta doğru gidildikçe kademeli olarak kalınlaşan dalların açısı. 0 derecelik bir açı dalların uzunluklarını gözetmeksizin tekdüze bir kalınlığa sahip olmalarını sağlayacaktır. Birazcık açı ağaç desteğin sabitliğini artırabilir." -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Dalların açısı. Daha dikey ve daha stabil olmaları için daha düşük bir açı kullanın. Daha fazla erişim için daha yüksek bir açı kullanın." - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "Yazdırılabilir yapıldıktan sonra çıkıntıların en büyük açısı. 0° değerindeyken tüm modeller yapı levhasına bağlı bir model parçasıyla değiştirilirken 90° modeli hiçbir şekilde değiştirmez." +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "Ağaç" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "Ağaç Destek Dal Açısı" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ 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_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "Ağaç Destek Dal Mesafesi" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "Ağaç Destek Çarpışma Çözünürlüğü" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "hareket" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "Akış dengeleme: sıkıştırılan malzeme miktarı bu değerle çoğaltılır. Sadece kablo yazdırmaya uygulanır." +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "Dalların modele temas ettiklerinde birbirlerine ne kadar uzaklıkta olacakları. Bu mesafenin kısa yapılması ağaç desteğin modele daha fazla noktada temas etmesini sağlayarak daha iyi bir sarkma sunacaktır ancak desteğin sökülmesini de daha güç hale getirecektir." + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "Düğüm" @@ -6747,6 +6731,10 @@ msgstr "hareket" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "“Belli belirsiz” yazdıran seyrek gövdeli bir yapı ile sadece dış yüzeyi yazdırın. Bu işlem, yukarı ve çapraz olarak aşağı yöndeki hatlar ile bağlı olan verilen Z aralıklarındaki modelin çevresini yatay olarak yazdırarak gerçekleştirilir." +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "Modele çarpmamak adına çarpışmaları hesaplamak için çözünürlük. Buna düşük bir değerin verilmesi daha az hata çıkaran daha isabetli ağaçların üretilmesini sağlar ancak dilimleme süresini önemli ölçüde artırır." + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "Geri Çek" @@ -6775,6 +6763,10 @@ msgstr "hareket" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "Art arda gelen iki katmanın her bir bağlantı noktasına bağlı olduğundan emin olma stratejisi. Geri çekme yukarı yöndeki hatların doğru konumda sertleşmesini sağlar ancak filaman aşınmasına neden olabilir. Düğüme bağlanma şansını artırmak ve hattın soğumasını sağlamak için yukarı yöndeki hattın ucunda bir düğüm oluşturulabilir, fakat bu işlem daha yavaş yazdırma hızı gerektirir. Başka bir strateji de yukarı yöndeki hat ucunun düşmesini dengelemektir, ancak hatlar her zaman beklenildiği gibi düşmez." +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "Dalların açısı. Daha dikey ve daha stabil olmaları için daha düşük bir açı kullanın. Daha fazla erişim için daha yüksek bir açı kullanın." + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "İçerideki ana tavan hattından bağlantı yaparken kapatılan mesafe. Sadece kablo yazdırmaya uygulanır." @@ -6795,6 +6787,18 @@ msgstr "hareket" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "Tavanı oluşturacak dış çevresel uzunluklara harcanan zaman. Sürenin daha uzun olması daha iyi bir bağlantı sağlayabilir. Sadece kablo yazdırmaya uygulanır." +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "Ağaç Destek Dal Açısı" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "Ağaç Destek Dal Mesafesi" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "Ağaç Destek Çarpışma Çözünürlüğü" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP Alt Gecikme" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index 5ddf14d096..0f473bdd3b 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -1619,11 +1619,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "水平缩放因子收缩补偿" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "在支撑模型时,分支之间需要多大的间距。缩小这一间距会使树形支撑与模型之间有更多接触点,带来更好的悬垂,但会使支撑更难以拆除。" - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3459,11 +3454,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "用于计算碰撞的分辨率,目的在于避免碰撞模型。将此设置得较低将产生更准确且通常较少失败的树,但是会大幅增加切片时间。" - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4464,11 +4454,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "随着分支朝底部逐渐变粗,分支直径的角度。角度为 0 表明分支全长具有均匀的粗细度。稍微有些角度可以增加树形支撑的稳定性。" -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "分支的角度。使用较小的角度可增加垂直度和稳定性。使用较大的角度可支撑更大范围。" - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4938,6 +4923,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "在悬垂变得可打印后悬垂的最大角度。 当该值为 0° 时,所有悬垂将被与打印平台连接的模型的一个部分替代,如果为 90° 时,不会以任何方式更改模型。" +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5928,11 +5918,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "树形" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "树形支撑分支角度" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5948,16 +5933,6 @@ msgctxt "support_tree_branch_diameter_angle label" msgid "Tree Support Branch Diameter Angle" msgstr "树形支撑分支直径角度" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "树形支撑分支间距" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "树形支撑碰撞分辨率" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5965,7 +5940,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5973,6 +5948,11 @@ 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" @@ -6735,6 +6715,10 @@ msgstr "空驶" #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgstr "流量补偿:挤出的材料量乘以此值。 仅应用于单线打印。" +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "在支撑模型时,分支之间需要多大的间距。缩小这一间距会使树形支撑与模型之间有更多接触点,带来更好的悬垂,但会使支撑更难以拆除。" + #~ msgctxt "wireframe_strategy option knot" #~ msgid "Knot" #~ msgstr "纽结" @@ -6747,6 +6731,10 @@ msgstr "空驶" #~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." #~ msgstr "只打印一个具有稀疏网状结构的外表面,在“稀薄的空气中”打印。 这是通过在给定的 Z 间隔水平打印模型的轮廓来实现的,这些间隔通过上行线和下行斜线连接。" +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "用于计算碰撞的分辨率,目的在于避免碰撞模型。将此设置得较低将产生更准确且通常较少失败的树,但是会大幅增加切片时间。" + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "回抽" @@ -6775,6 +6763,10 @@ msgstr "空驶" #~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." #~ msgstr "用于确定两个连续层在每个连接点连接的策略。 回抽可让上行走线在正确的位置硬化,但可能导致耗材磨损。 可以在上行走线的尾端进行打结以便提高与其连接的几率,并让走线冷却;但这会需要较慢的打印速度。 另一种策略是补偿上行走线顶部的下垂;然而,线条不会总是如预期的那样下降。" +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "分支的角度。使用较小的角度可增加垂直度和稳定性。使用较大的角度可支撑更大范围。" + #~ msgctxt "wireframe_roof_inset description" #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgstr "在从顶板轮廓向内进行连接时所覆盖的距离。 仅应用于单线打印。" @@ -6795,6 +6787,18 @@ msgstr "空驶" #~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." #~ msgstr "在成为顶板的孔的外围花费的时间。 较长的时间可确保更好的连接。 仅应用于单线打印。" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "树形支撑分支角度" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "树形支撑分支间距" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "树形支撑碰撞分辨率" + #~ msgctxt "wireframe_bottom_delay label" #~ msgid "WP Bottom Delay" #~ msgstr "WP 底部延迟" diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index cf3b0815ee..5a62bfc29b 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-18 08:40+0000\n" +"POT-Creation-Date: 2023-04-24 09:08+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -1624,11 +1624,6 @@ msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" msgstr "" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "樹支與模型接觸的點與點之間的間隔距離。較小的距離會讓支撐和模型有較多的接觸點,會有較佳的突出部分但支撐也較難移除。" - #: fdmprinter.def.json msgctxt "material_break_preparation_retracted_position description" msgid "How far the filament can be stretched before it breaks, while heated." @@ -3464,11 +3459,6 @@ 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_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "計算避免碰撞模型的計算精度。設定較低的值可產生較精確的樹狀支撐,這樣的支撐問題較少但會嚴重的增加切片所需的時間。" - #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" msgid "Retract Before Outer Wall" @@ -4473,11 +4463,6 @@ msgctxt "support_tree_branch_diameter_angle description" msgid "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." msgstr "樹枝向底部逐漸變粗時,外徑變化的角度。設為 0 可讓整條樹枝的粗細一致, 而有點角度可增加樹狀支撐的穩定性。" -#: fdmprinter.def.json -msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "樹枝的角度。使用較小的角度讓樹枝較垂直且較平穩。使用較大的角度則可以支撐較大的範圍。" - #: fdmprinter.def.json msgctxt "support_conical_angle description" msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." @@ -4948,6 +4933,11 @@ msgctxt "conical_overhang_angle description" msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgstr "在突出部分變得可列印後突出的最大角度。當該值為 0° 時,所有突出部分將被與列印平台連接的模型的一個部分替代,如果為 90° 時,不會以任何方式更改模型。" +#: fdmprinter.def.json +msgctxt "support_tree_angle description" +msgid "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." +msgstr "" + #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." @@ -5942,11 +5932,6 @@ msgctxt "support_structure option tree" msgid "Tree" msgstr "樹狀" -#: fdmprinter.def.json -msgctxt "support_tree_angle label" -msgid "Tree Support Branch Angle" -msgstr "樹狀支撐樹枝角度" - #: fdmprinter.def.json msgctxt "support_tree_top_rate label" msgid "Tree Support Branch Density" @@ -5962,16 +5947,6 @@ msgctxt "support_tree_branch_diameter_angle label" msgid "Tree Support Branch Diameter Angle" msgstr "樹狀支撐樹枝外徑角度" -#: fdmprinter.def.json -msgctxt "support_tree_branch_distance label" -msgid "Tree Support Branch Distance" -msgstr "樹狀支撐樹枝距離" - -#: fdmprinter.def.json -msgctxt "support_tree_collision_resolution label" -msgid "Tree Support Collision Resolution" -msgstr "樹狀支撐碰撞計算精度" - #: fdmprinter.def.json msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label" msgid "Tree Support Diameter Increase To Model" @@ -5979,7 +5954,7 @@ msgstr "" #: fdmprinter.def.json msgctxt "support_tree_bp_diameter label" -msgid "Tree Support Inital Layer Diameter" +msgid "Tree Support Initial Layer Diameter" msgstr "" #: fdmprinter.def.json @@ -5987,6 +5962,11 @@ 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" @@ -7049,6 +7029,10 @@ msgstr "空跑" #~ msgid "Hollow Out Objects" #~ msgstr "挖空模型" +#~ msgctxt "support_tree_branch_distance description" +#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +#~ msgstr "樹支與模型接觸的點與點之間的間隔距離。較小的距離會讓支撐和模型有較多的接觸點,會有較佳的突出部分但支撐也較難移除。" + #~ msgctxt "machine_steps_per_mm_e description" #~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ msgstr "擠出機移動一毫米時,步進馬達所需移動的步數。" @@ -7277,6 +7261,10 @@ msgstr "空跑" #~ msgid "Remove all infill and make the inside of the object eligible for support." #~ msgstr "移除所有填充並讓模型內部可以進行支撐。" +#~ msgctxt "support_tree_collision_resolution description" +#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +#~ msgstr "計算避免碰撞模型的計算精度。設定較低的值可產生較精確的樹狀支撐,這樣的支撐問題較少但會嚴重的增加切片所需的時間。" + #~ msgctxt "wireframe_strategy option retract" #~ msgid "Retract" #~ msgstr "回抽" @@ -7401,6 +7389,10 @@ msgstr "空跑" #~ msgid "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone." #~ msgstr "回抽量:設為 0,不進行任何回抽。該值通常應與加熱區的長度相同。" +#~ msgctxt "support_tree_angle description" +#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +#~ msgstr "樹枝的角度。使用較小的角度讓樹枝較垂直且較平穩。使用較大的角度則可以支撐較大的範圍。" + #~ msgctxt "lightning_infill_prune_angle description" #~ msgid "The difference a lightning infill layer can have with the one immediately above w.r.t the pruning of the outer extremities of trees. Measured in the angle given the thickness." #~ msgstr "閃電形填充層與其附著物間的生成角度." @@ -7545,6 +7537,18 @@ msgstr "空跑" #~ msgid "Tree Support" #~ msgstr "樹狀支撐" +#~ msgctxt "support_tree_angle label" +#~ msgid "Tree Support Branch Angle" +#~ msgstr "樹狀支撐樹枝角度" + +#~ msgctxt "support_tree_branch_distance label" +#~ msgid "Tree Support Branch Distance" +#~ msgstr "樹狀支撐樹枝距離" + +#~ msgctxt "support_tree_collision_resolution label" +#~ msgid "Tree Support Collision Resolution" +#~ msgstr "樹狀支撐碰撞計算精度" + #~ msgctxt "support_tree_wall_count label" #~ msgid "Tree Support Wall Line Count" #~ msgstr "樹狀支撐牆壁線條數量" From ed968f85b826653b7996ad7f608fe5d0142c5c50 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 24 Apr 2023 13:18:51 +0200 Subject: [PATCH 54/57] Add more logging to AuthorizationRequestHandler I don't know why this wasn't there yet. We only had user messages, which makes it hard to debug this --- cura/OAuth2/AuthorizationRequestHandler.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cura/OAuth2/AuthorizationRequestHandler.py b/cura/OAuth2/AuthorizationRequestHandler.py index f303980e3c..9affee9911 100644 --- a/cura/OAuth2/AuthorizationRequestHandler.py +++ b/cura/OAuth2/AuthorizationRequestHandler.py @@ -6,6 +6,7 @@ from threading import Lock # To turn an asynchronous call synchronous. from typing import Optional, Callable, Tuple, Dict, Any, List, TYPE_CHECKING from urllib.parse import parse_qs, urlparse +from UM.Logger import Logger from cura.OAuth2.Models import AuthenticationResponse, ResponseData, HTTP_STATUS from UM.i18n import i18nCatalog @@ -70,11 +71,13 @@ class AuthorizationRequestHandler(BaseHTTPRequestHandler): code = self._queryGet(query, "code") state = self._queryGet(query, "state") if state != self.state: + Logger.log("w", f"The provided state was not correct. Got {state} and expected {self.state}") token_response = AuthenticationResponse( success = False, err_message = catalog.i18nc("@message", "The provided state is not correct.") ) elif code and self.authorization_helpers is not None and self.verification_code is not None: + Logger.log("d", "Timeout when authenticating with the account server.") token_response = AuthenticationResponse( success = False, err_message = catalog.i18nc("@message", "Timeout when authenticating with the account server.") @@ -92,6 +95,7 @@ class AuthorizationRequestHandler(BaseHTTPRequestHandler): elif self._queryGet(query, "error_code") == "user_denied": # Otherwise we show an error message (probably the user clicked "Deny" in the auth dialog). + Logger.log("d", "User did not give the required permission when authorizing this application") token_response = AuthenticationResponse( success = False, err_message = catalog.i18nc("@message", "Please give the required permissions when authorizing this application.") @@ -99,6 +103,7 @@ class AuthorizationRequestHandler(BaseHTTPRequestHandler): else: # We don't know what went wrong here, so instruct the user to check the logs. + Logger.log("w", f"Unexpected error when logging in. Error_code: {self._queryGet(query, 'error_code')}, State: {state}") token_response = AuthenticationResponse( success = False, error_message = catalog.i18nc("@message", "Something unexpected happened when trying to log in, please try again.") From 6ce83b3b4ffe52e068b138f3b7c388c4ea1c4a8f Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Mon, 24 Apr 2023 12:20:59 +0000 Subject: [PATCH 55/57] Applied printer-linter format --- resources/definitions/kingroon_kp3s_pro.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/kingroon_kp3s_pro.def.json b/resources/definitions/kingroon_kp3s_pro.def.json index 6d3d32a676..3d768e3bd0 100644 --- a/resources/definitions/kingroon_kp3s_pro.def.json +++ b/resources/definitions/kingroon_kp3s_pro.def.json @@ -11,6 +11,7 @@ "overrides": { "machine_acceleration": { "value": 1000 }, + "machine_height": { "default_value": 200 }, "machine_max_acceleration_e": { "value": 1000 }, "machine_max_acceleration_x": { "value": 1000 }, "machine_max_acceleration_y": { "value": 1000 }, @@ -26,11 +27,10 @@ "machine_steps_per_mm_x": { "value": 160 }, "machine_steps_per_mm_y": { "value": 160 }, "machine_steps_per_mm_z": { "value": 800 }, + "machine_width": { "default_value": 200 }, "retraction_amount": { "value": 1 }, "retraction_extrusion_window": { "value": 1 }, "retraction_speed": { "value": 40 }, - "speed_z_hop": { "value": 4 }, - "machine_width": { "default_value": 200 }, - "machine_height": { "default_value": 200} + "speed_z_hop": { "value": 4 } } } \ No newline at end of file From 7f6bb7aa420d602188cf1e36deeb1ae16ddb1bd0 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 27 Apr 2023 14:18:38 +0200 Subject: [PATCH 56/57] use curaengine latest --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 340e10c524299fae5848016b1f27481b4d121a08 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Thu, 27 Apr 2023 12:23:09 +0000 Subject: [PATCH 57/57] update translations --- resources/i18n/cs_CZ/cura.po | 18 +- resources/i18n/cura.pot | 910 +++++++++++++++++------------------ resources/i18n/de_DE/cura.po | 18 +- resources/i18n/es_ES/cura.po | 18 +- resources/i18n/fi_FI/cura.po | 18 +- resources/i18n/fr_FR/cura.po | 18 +- resources/i18n/hu_HU/cura.po | 18 +- resources/i18n/it_IT/cura.po | 18 +- resources/i18n/ja_JP/cura.po | 18 +- resources/i18n/ko_KR/cura.po | 18 +- resources/i18n/nl_NL/cura.po | 18 +- resources/i18n/pl_PL/cura.po | 18 +- resources/i18n/pt_BR/cura.po | 18 +- resources/i18n/pt_PT/cura.po | 18 +- resources/i18n/ru_RU/cura.po | 18 +- resources/i18n/tr_TR/cura.po | 18 +- resources/i18n/zh_CN/cura.po | 18 +- resources/i18n/zh_TW/cura.po | 18 +- 18 files changed, 608 insertions(+), 608 deletions(-) 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/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/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/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/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/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/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/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/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/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/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/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_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/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/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/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_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 "請為你的印表機取一個名稱"