mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-20 03:12:20 -07:00
Applied printer-linter format
This commit is contained in:
parent
3a76f7e0ac
commit
e2d1381ceb
1 changed files with 17 additions and 18 deletions
|
|
@ -345,11 +345,26 @@
|
|||
"raft_base_wall_count": { "value": "raft_wall_count" },
|
||||
"raft_interface_extruder_nr": { "value": "raft_surface_extruder_nr" },
|
||||
"raft_interface_fan_speed": { "value": 0 },
|
||||
"raft_interface_infill_overlap":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_interface_layers": { "value": 2 },
|
||||
"raft_interface_line_width": { "value": 0.7 },
|
||||
"raft_interface_line_spacing":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_interface_line_width":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_interface_speed": { "value": 90 },
|
||||
"raft_interface_thickness": { "value": 0.3 },
|
||||
"raft_interface_wall_count": { "value": "raft_wall_count" },
|
||||
"raft_interface_z_offset":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_margin": { "value": 1.2 },
|
||||
"raft_smoothing": { "value": 9.5 },
|
||||
"raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material')) if support_enable and extruderValue(support_extruder_nr,'material_is_support_material') else raft_base_extruder_nr" },
|
||||
|
|
@ -435,22 +450,6 @@
|
|||
"z_seam_position": { "value": "'backright'" },
|
||||
"z_seam_relative": { "value": true },
|
||||
"z_seam_type": { "value": "'sharpest_corner'" },
|
||||
"zig_zaggify_infill": { "value": true },
|
||||
"raft_interface_infill_overlap":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_interface_line_spacing":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_interface_line_width":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
},
|
||||
"raft_interface_z_offset":
|
||||
{
|
||||
"force_depends_on_settings": [ "raft_base_thickness" ]
|
||||
}
|
||||
"zig_zaggify_infill": { "value": true }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue