mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 10:05:42 +08:00
Add setting to customize support first layer
CURA-11947
This commit is contained in:
parent
6d1233b48b
commit
db3e0bd894
@ -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":
|
"support_infill_angles":
|
||||||
{
|
{
|
||||||
"label": "Support Infill Line Directions",
|
"label": "Support Infill Line Directions",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user