mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
JSOn feat: adhesion_type none (CURA-759)
This commit is contained in:
parent
5ddc1d9d71
commit
337cd127dc
1 changed files with 2 additions and 1 deletions
|
@ -2985,7 +2985,8 @@
|
|||
{
|
||||
"skirt": "Skirt",
|
||||
"brim": "Brim",
|
||||
"raft": "Raft"
|
||||
"raft": "Raft",
|
||||
"none": "None"
|
||||
},
|
||||
"default_value": "brim",
|
||||
"resolve": "'raft' if 'raft' in extruderValues('adhesion_type') else ('brim' if 'brim' in extruderValues('adhesion_type') else 'skirt')",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue