JSON: bugfix: turn off infill overlap when infill is dense

This commit is contained in:
Tim Kuipers 2015-08-17 17:00:02 +02:00
parent 6b98cea003
commit 5b5b02f599

View file

@ -585,6 +585,7 @@
"unit": "%",
"type": "float",
"default": 10,
"inherit_function": "10 if fill_sparse_density < 95 else 0",
"visible": false
},
"infill_wipe_dist": {