mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -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
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue