mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Changed default value for support.
This commit is contained in:
parent
8f53ff4a0f
commit
7475bd1af4
3 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"support_enable": {
|
"support_enable": {
|
||||||
"default": false
|
"default": true
|
||||||
},
|
},
|
||||||
"support_z_distance": {
|
"support_z_distance": {
|
||||||
"default": 0.2,
|
"default": 0.2,
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"support_enable": {
|
"support_enable": {
|
||||||
"default": false
|
"default": true
|
||||||
},
|
},
|
||||||
"support_z_distance": {
|
"support_z_distance": {
|
||||||
"default": 0.2,
|
"default": 0.2,
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"support_enable": {
|
"support_enable": {
|
||||||
"default": false
|
"default": true
|
||||||
},
|
},
|
||||||
"support_z_distance": {
|
"support_z_distance": {
|
||||||
"default": 0.2,
|
"default": 0.2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue