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

This commit is contained in:
Tim Kuipers 2016-03-03 17:28:45 +01:00
parent 98693e7a80
commit 24f1726585
24 changed files with 25 additions and 25 deletions

View file

@ -46,7 +46,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": 15.0, "visible": false },
"infill_overlap": { "default": 0.06, "inherit_function": "0.15 * line_width if infill_sparse_density < 95 else 0", "visible": false },
"speed_print": { "default": 60.0 },
"speed_travel": { "default": 160.0 },
"speed_layer_0": { "default": 30.0, "visible": true },