Add raft_base_thickness dependency

For raft_interface_z_offset, raft_interface_line_spacing, and raft_interface_z_offset
This commit is contained in:
HellAholic 2024-07-31 11:32:59 +02:00 committed by GitHub
parent 4be2d22fa9
commit 1ac563119e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,11 +383,17 @@
"raft_interface_layers": { "value": 2 },
"raft_interface_line_spacing":
{
"force_depends_on_settings": [ "raft_interface_extruder_nr" ]
"force_depends_on_settings": [
"raft_base_thickness",
"raft_interface_extruder_nr"
]
},
"raft_interface_line_width":
{
"force_depends_on_settings": [ "raft_interface_extruder_nr" ],
"force_depends_on_settings": [
"raft_base_thickness",
"raft_interface_extruder_nr"
],
"value": 0.7
},
"raft_interface_speed": { "value": 90 },
@ -395,7 +401,10 @@
"raft_interface_wall_count": { "value": "raft_wall_count" },
"raft_interface_z_offset":
{
"force_depends_on_settings": [ "raft_interface_extruder_nr" ]
"force_depends_on_settings": [
"raft_base_thickness",
"raft_interface_extruder_nr"
]
},
"raft_margin": { "value": 1.2 },
"raft_smoothing": { "value": 9.5 },
@ -500,4 +509,4 @@
"z_seam_type": { "value": "'sharpest_corner'" },
"zig_zaggify_infill": { "value": true }
}
}
}