Skip to content

Commit

Permalink
Add force update to method base def
Browse files Browse the repository at this point in the history
  • Loading branch information
HellAholic committed Jul 30, 2024
1 parent 162f9e5 commit 3a76f7e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion resources/definitions/ultimaker_method_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,22 @@
"z_seam_position": { "value": "'backright'" },
"z_seam_relative": { "value": true },
"z_seam_type": { "value": "'sharpest_corner'" },
"zig_zaggify_infill": { "value": true }
"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" ]
}
}
}

0 comments on commit 3a76f7e

Please sign in to comment.