mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-13 05:28:04 +08:00
JSOn feat: adhesion_type none (CURA-759)
This commit is contained in:
parent
5ddc1d9d71
commit
337cd127dc
@ -2985,7 +2985,8 @@
|
|||||||
{
|
{
|
||||||
"skirt": "Skirt",
|
"skirt": "Skirt",
|
||||||
"brim": "Brim",
|
"brim": "Brim",
|
||||||
"raft": "Raft"
|
"raft": "Raft",
|
||||||
|
"none": "None"
|
||||||
},
|
},
|
||||||
"default_value": "brim",
|
"default_value": "brim",
|
||||||
"resolve": "'raft' if 'raft' in extruderValues('adhesion_type') else ('brim' if 'brim' in extruderValues('adhesion_type') else 'skirt')",
|
"resolve": "'raft' if 'raft' in extruderValues('adhesion_type') else ('brim' if 'brim' in extruderValues('adhesion_type') else 'skirt')",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user