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

@ -45,7 +45,7 @@
"wall_thickness": { "default": 1.2, "visible": false },
"top_bottom_thickness": { "default": 1.2, "visible": false },
"infill_sparse_density": { "default": 20.0 },
"infill_overlap": { "default": 0.06, "inherit_function": "0.15 * line_width if infill_sparse_density < 95 else 0", "visible": false },
"infill_overlap": { "default": 15.0, "visible": false },
"speed_print": { "default": 60.0 },
"speed_travel": { "default": 160.0 },
"speed_layer_0": { "default": 30.0, "visible": true },