mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 05:39:07 +08:00
JSON fix: raft_margin had no settable_per information (CURA-2282)
This commit is contained in:
parent
0aad5ef5ed
commit
9e128aae69
@ -2838,7 +2838,9 @@
|
|||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "10",
|
"maximum_value_warning": "10",
|
||||||
"enabled": "adhesion_type == \"raft\"",
|
"enabled": "adhesion_type == \"raft\"",
|
||||||
"limit_to_extruder": "adhesion_extruder_nr"
|
"limit_to_extruder": "adhesion_extruder_nr",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
"raft_airgap":
|
"raft_airgap":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user