Set crystalline to false by default

Because PLA is not crystalline.

Contributes to issue CURA-6329.
This commit is contained in:
Ghostkeeper 2019-06-07 16:26:19 +02:00
parent 27ea9c813e
commit abda45ee59
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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