mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 14:15:11 +08:00
Hide children of anchor_skins_in_infill when it isn't enabled.
This commit is contained in:
parent
eabfb797d6
commit
b83537f27d
@ -1257,6 +1257,7 @@
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "anchor_skins_in_infill",
|
||||
"enabled": "anchor_skins_in_infill",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"anchor_lower_skin_in_infill":
|
||||
@ -1266,6 +1267,7 @@
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "anchor_skins_in_infill",
|
||||
"enabled": "anchor_skins_in_infill",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"anchor_skin_distance":
|
||||
@ -1277,6 +1279,7 @@
|
||||
"default_value": 1.0,
|
||||
"value": "infill_line_distance * 1.4",
|
||||
"minimum_value": "0",
|
||||
"enabled": "anchor_skins_in_infill",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user