mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-17 16:26:41 +08:00
JSON: introduced brim_width (CURA-550)
This commit is contained in:
parent
b86a219315
commit
e69bdd4fe5
@ -1369,12 +1369,23 @@
|
|||||||
"default": 250,
|
"default": 250,
|
||||||
"enabled": "adhesion_type == \"skirt\""
|
"enabled": "adhesion_type == \"skirt\""
|
||||||
},
|
},
|
||||||
|
"brim_line_count": {
|
||||||
|
"label": "Brim Width",
|
||||||
|
"description": "The distance from the model to the end of the brim. A larger brim sticks better to the build platform, but also makes your effective print area smaller.",
|
||||||
|
"type": "float",
|
||||||
|
"unit": "mm",
|
||||||
|
"default": 0.8,
|
||||||
|
"enabled": "adhesion_type == \"brim\"",
|
||||||
|
"children": {
|
||||||
"brim_line_count": {
|
"brim_line_count": {
|
||||||
"label": "Brim Line Count",
|
"label": "Brim Line Count",
|
||||||
"description": "The number of lines used for a brim: More lines means a larger brim which sticks better, but this also makes your effective print area smaller.",
|
"description": "The number of lines used for a brim. More lines means a larger brim which sticks better to the build plate, but this also makes your effective print area smaller.",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 10,
|
"default": 10,
|
||||||
|
"inherit_function": "parent_value / skirt_line_width"
|
||||||
"enabled": "adhesion_type == \"brim\""
|
"enabled": "adhesion_type == \"brim\""
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"raft_margin": {
|
"raft_margin": {
|
||||||
"label": "Raft Extra Margin",
|
"label": "Raft Extra Margin",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user