JSON: raft interface => raft middle; raft surface => raft top

This commit is contained in:
Tim Kuipers 2015-10-16 10:35:09 +02:00
parent 22c9b464ed
commit a07e99a9f3

View File

@ -1383,31 +1383,31 @@
"enabled": "adhesion_type == \"raft\"" "enabled": "adhesion_type == \"raft\""
}, },
"raft_surface_layers": { "raft_surface_layers": {
"label": "Raft Surface Layers", "label": "Raft Top Layers",
"description": "The number of surface layers on top of the 2nd raft layer. These are fully filled layers that the object sits on. 2 layers usually works fine.", "description": "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the object sits on. 2 layers result in a smoother top surface than 1.",
"type": "int", "type": "int",
"default": 2, "default": 2,
"enabled": "adhesion_type == \"raft\"" "enabled": "adhesion_type == \"raft\""
}, },
"raft_surface_thickness": { "raft_surface_thickness": {
"label": "Raft Surface Thickness", "label": "Raft Top Layer Thickness",
"description": "Layer thickness of the surface raft layers.", "description": "Layer thickness of the top raft layers.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 0.1, "default": 0.1,
"enabled": "adhesion_type == \"raft\"" "enabled": "adhesion_type == \"raft\""
}, },
"raft_surface_line_width": { "raft_surface_line_width": {
"label": "Raft Surface Line Width", "label": "Raft Top Line Width",
"description": "Width of the lines in the surface raft layers. These can be thin lines so that the top of the raft becomes smooth.", "description": "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 0.3, "default": 0.3,
"enabled": "adhesion_type == \"raft\"" "enabled": "adhesion_type == \"raft\""
}, },
"raft_surface_line_spacing": { "raft_surface_line_spacing": {
"label": "Raft Surface Spacing", "label": "Raft Top Spacing",
"description": "The distance between the raft lines for the surface raft layers. The spacing of the interface should be equal to the line width, so that the surface is solid.", "description": "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 0.3, "default": 0.3,
@ -1415,24 +1415,24 @@
"inherit_function": "raft_surface_line_width" "inherit_function": "raft_surface_line_width"
}, },
"raft_interface_thickness": { "raft_interface_thickness": {
"label": "Raft Interface Thickness", "label": "Raft Middle Thickness",
"description": "Layer thickness of the interface raft layer.", "description": "Layer thickness of the middle raft layer.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 0.27, "default": 0.27,
"enabled": "adhesion_type == \"raft\"" "enabled": "adhesion_type == \"raft\""
}, },
"raft_interface_line_width": { "raft_interface_line_width": {
"label": "Raft Interface Line Width", "label": "Raft Middle Line Width",
"description": "Width of the lines in the interface raft layer. Making the second layer extrude more causes the lines to stick to the bed.", "description": "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the bed.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 1, "default": 1,
"enabled": "adhesion_type == \"raft\"" "enabled": "adhesion_type == \"raft\""
}, },
"raft_interface_line_spacing": { "raft_interface_line_spacing": {
"label": "Raft Interface Spacing", "label": "Raft Middle Spacing",
"description": "The distance between the raft lines for the interface raft layer. The spacing of the interface should be quite wide, while being dense enough to support the surface raft layers.", "description": "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 1.0, "default": 1.0,