mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Add setting to customize support first layer
CURA-11947
This commit is contained in:
parent
6d1233b48b
commit
db3e0bd894
1 changed files with 12 additions and 0 deletions
|
@ -5118,6 +5118,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"support_infill_density_multiplier_layer_0":
|
||||
{
|
||||
"label": "Support Infill Density Multiplier First Layer",
|
||||
"description": "Multiplier for the infill on the first layers of the support. Increasing this may help for bed adhesion.",
|
||||
"type": "int",
|
||||
"minimum_value": "1",
|
||||
"default_value": 1,
|
||||
"enabled": "support_enable or support_meshes_present",
|
||||
"limit_to_extruder": "support_extruder_nr_layer_0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"support_infill_angles":
|
||||
{
|
||||
"label": "Support Infill Line Directions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue