Revert "JSOn/profiles: changed infill overlap to mm (CURA-786)"

This reverts commit 24f1726585.
This commit is contained in:
Tim Kuipers 2016-04-11 19:04:36 +02:00
parent 59f5bcb1cd
commit 3c919e9652
4 changed files with 4 additions and 4 deletions

View file

@ -43,6 +43,6 @@
"speed_topbottom": { "default": 30.0, "visible": true },
"speed_travel": { "default": 150.0, "visible": true },
"speed_layer_0": { "min_value": 0.1, "default": 30.0, "visible": true },
"infill_overlap": { "default": 0.04, "inherit_function": "0.1 * line_width if infill_sparse_density < 95 else 0" }
"infill_overlap": { "default": 10.0 }
}
}