mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSOn: refactor: renamed fill_... to infill_...
This commit is contained in:
parent
9d9e6c5cf0
commit
77778742b9
7 changed files with 19 additions and 19 deletions
|
@ -52,7 +52,7 @@
|
|||
"speed_layer_0": { "default": 20.0 },
|
||||
"skirt_speed": { "default": 15.0 },
|
||||
"speed_slowdown_layers": { "default": 4 },
|
||||
"fill_sparse_density": { "default": 20.0 },
|
||||
"infill_sparse_density": { "default": 20.0 },
|
||||
"cool_fan_speed_min": { "default": 50.0 },
|
||||
"cool_fan_speed_max": { "default": 100.0 },
|
||||
"cool_fan_full_layer": { "default": 4, "visible": true },
|
||||
|
@ -65,7 +65,7 @@
|
|||
"support_top_distance": { "default": 0.2 },
|
||||
"support_bottom_distance": { "default": 0.24 },
|
||||
"support_pattern": { "default": "ZigZag" },
|
||||
"support_fill_rate": { "default": 15, "visible": true },
|
||||
"support_infill_rate": { "default": 15, "visible": true },
|
||||
"adhesion_type": { "default": "Raft" },
|
||||
"skirt_minimal_length": { "default": 100.0 },
|
||||
"raft_base_line_spacing": { "default": 2.0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue