mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
fix: limit to extruder of top/bottom polygon connector
This commit is contained in:
parent
f7bef851db
commit
ad80ea6dd4
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@
|
|||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern == 'concentric'",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"skin_angles":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue