mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
fix: forgotten floor in descriptions (CURA-3491)
This commit is contained in:
parent
fb29948f88
commit
fdf20fcb15
1 changed files with 2 additions and 2 deletions
|
@ -3033,7 +3033,7 @@
|
|||
"support_interface_extruder_nr":
|
||||
{
|
||||
"label": "Support Interface Extruder",
|
||||
"description": "The extruder train to use for printing the roofs and bottoms of the support. This is used in multi-extrusion.",
|
||||
"description": "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion.",
|
||||
"type": "extruder",
|
||||
"default_value": "0",
|
||||
"value": "support_extruder_nr",
|
||||
|
@ -3383,7 +3383,7 @@
|
|||
"support_interface_density":
|
||||
{
|
||||
"label": "Support Interface Density",
|
||||
"description": "Adjusts the density of the roofs and bottoms of the support structure. A higher value results in better overhangs, but the supports are harder to remove.",
|
||||
"description": "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.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue