mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-11 07:47:53 -06:00
Revert "JSOn/profiles: changed infill overlap to mm (CURA-786)"
This reverts commit 24f1726585
.
This commit is contained in:
parent
59f5bcb1cd
commit
3c919e9652
4 changed files with 4 additions and 4 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue