mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:09:02 +08: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
@ -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…
x
Reference in New Issue
Block a user