mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Merge pull request #8370 from Ultimaker/CURA-7676_reenable_outer_inner_wall_widths
CURA-7676 re-enable outer- and inner-wall widths
This commit is contained in:
commit
9c0636dace
1 changed files with 1 additions and 2 deletions
|
@ -1060,12 +1060,11 @@
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"options":
|
"options":
|
||||||
{
|
{
|
||||||
"naive": "Naive",
|
|
||||||
"center_deviation": "Center Deviation",
|
"center_deviation": "Center Deviation",
|
||||||
"distributed": "Distributed",
|
"distributed": "Distributed",
|
||||||
"inward_distributed": "Inward Distributed"
|
"inward_distributed": "Inward Distributed"
|
||||||
},
|
},
|
||||||
"default_value": "distributed",
|
"default_value": "inward_distributed",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr"
|
"limit_to_extruder": "wall_0_extruder_nr"
|
||||||
},
|
},
|
||||||
"widening_beading_enabled":
|
"widening_beading_enabled":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue