Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-06-30 14:25:13 +0300
committerGhostkeeper <rubend@tutanota.com>2022-06-30 14:25:13 +0300
commitf4b3256e3d534d141d50ba85f69cb00afe37e4fd (patch)
treeb2dae0f789208f4f67aa8967a3996c72233ebde5 /resources/definitions
parentb14774292fb6b147e0a5a3b49dd0135fcb54ef22 (diff)
Add resolve value for Raft Base Wall Count
It's also a global setting and there is no particular reason for this to not be settable by a material profile or anything. Done as a 5 minute fix.
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/fdmprinter.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 52b20da473..c33723ddfd 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -8062,6 +8062,7 @@
"type": "int",
"default_value": 1,
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
+ "resolve": "max(extruderValues('raft_base_wall_count'))",
"settable_per_mesh": false,
"settable_per_extruder": false
}