mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix import of platform_adhesion
This setting should never be set to None. Contributes to issue CURA-37.
This commit is contained in:
parent
d2513f9bbb
commit
84613d99c4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
"support_z_distance": "support_z_distance",
|
||||
"support_pattern": "support_type.lower()",
|
||||
"support_infill_rate": "support_fill_rate",
|
||||
"platform_adhesion": "platform_adhesion.lower()",
|
||||
"adhesion_type": "\"skirt\" if (platform_adhesion == \"None\") else platform_adhesion.lower()",
|
||||
"skirt_line_count": "skirt_line_count",
|
||||
"skirt_gap": "skirt_gap",
|
||||
"skirt_minimal_length": "skirt_minimal_length",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue