mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Remove limited beading as an option
As it will be applied by default in the Engine to ensure that libArachne will generate only the required walls (based on the Wall Line Count setting). CURA-7555
This commit is contained in:
parent
3e3d9bcd0a
commit
a029e0ce50
1 changed files with 0 additions and 21 deletions
|
@ -1133,27 +1133,6 @@
|
|||
"enabled": "widening_beading_enabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"limited_beading_enabled":
|
||||
{
|
||||
"label": "Enable Limited Beading",
|
||||
"description": "Applies the Limited Beading meta-strategy on top of the selected beading strategy.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"children":
|
||||
{
|
||||
"max_bead_count":
|
||||
{
|
||||
"label": "Maximum Bead Count",
|
||||
"description": "Maximum Bead Count used in the limited beading meta-strategy. Even numbers only.",
|
||||
"value": "wall_line_count * 2",
|
||||
"minimum_value": "2",
|
||||
"type": "int",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"enabled": "limited_beading_enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue