rename infill pattern Ribbed Vault to Lightning

This commit is contained in:
BagelOrb 2021-01-24 11:05:15 +01:00
parent 4eae3a2602
commit ad5c85b781

View File

@ -1737,7 +1737,7 @@
"cross": "Cross",
"cross_3d": "Cross 3D",
"gyroid": "Gyroid",
"ribbed_vault": "Ribbed Vaults"
"lightning": "Lightning"
},
"default_value": "grid",
"enabled": "infill_sparse_density > 0",
@ -1748,7 +1748,7 @@
"zig_zaggify_infill":
{
"label": "Connect Infill Lines",
"description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.",
"description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the wallevs better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.",
"type": "bool",
"default_value": false,
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",