mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Set crystalline to false by default
Because PLA is not crystalline. Contributes to issue CURA-6329.
This commit is contained in:
parent
27ea9c813e
commit
abda45ee59
1 changed files with 1 additions and 1 deletions
|
@ -2239,7 +2239,7 @@
|
|||
"label": "Crystalline Material",
|
||||
"description": "Is this material the type that breaks off cleanly when heated, or is it the type that produces long intertwined polymer chains?",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
"default_value": false,
|
||||
"enabled": false,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue