Fixes for translations and some missing bits

This commit is contained in:
Ghostkeeper 2020-03-24 09:44:20 +01:00
parent cdcf3a9df8
commit 0fd6044c70
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -75,7 +75,7 @@
"material_guid": "material_guid":
{ {
"label": "Material GUID", "label": "Material GUID",
"description": "GUID of the material. This is set automatically. ", "description": "GUID of the material. This is set automatically.",
"default_value": "", "default_value": "",
"type": "str", "type": "str",
"enabled": false "enabled": false
@ -3642,7 +3642,7 @@
"retraction_enable": "retraction_enable":
{ {
"label": "Enable Retraction", "label": "Enable Retraction",
"description": "Retract the filament when the nozzle is moving over a non-printed area. ", "description": "Retract the filament when the nozzle is moving over a non-printed area.",
"type": "bool", "type": "bool",
"default_value": true, "default_value": true,
"settable_per_mesh": false, "settable_per_mesh": false,
@ -4438,7 +4438,7 @@
"support_xy_distance_overhang": "support_xy_distance_overhang":
{ {
"label": "Minimum Support X/Y Distance", "label": "Minimum Support X/Y Distance",
"description": "Distance of the support structure from the overhang in the X/Y directions. ", "description": "Distance of the support structure from the overhang in the X/Y directions.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"minimum_value": "0", "minimum_value": "0",
@ -5882,7 +5882,7 @@
"label": "Mesh Fixes", "label": "Mesh Fixes",
"type": "category", "type": "category",
"icon": "category_fixes", "icon": "category_fixes",
"description": "category_fixes", "description": "Make the meshes more suited for 3D printing.",
"children": "children":
{ {
"meshfix_union_all": "meshfix_union_all":
@ -6008,7 +6008,7 @@
"label": "Special Modes", "label": "Special Modes",
"type": "category", "type": "category",
"icon": "category_blackmagic", "icon": "category_blackmagic",
"description": "category_blackmagic", "description": "Non-traditional ways to print your models.",
"children": "children":
{ {
"print_sequence": "print_sequence":
@ -6181,7 +6181,7 @@
"label": "Experimental", "label": "Experimental",
"type": "category", "type": "category",
"icon": "category_experimental", "icon": "category_experimental",
"description": "experimental!", "description": "Features that haven't completely been fleshed out yet.",
"children": "children":
{ {
"support_tree_enable": "support_tree_enable":