Skip to content

Commit

Permalink
Add force depends on properties to metod
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath committed Jul 30, 2024
1 parent 931aac2 commit 4e16dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/definitions/ultimaker_method.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
]
]
},
"raft_interface_line_width": {"force_depends_on_settings": [ "raft_base_thickness" ] },
"raft_interface_line_spacing": {"force_depends_on_settings": [ "raft_base_thickness" ] },
"raft_interface_z_offset": {"force_depends_on_settings": [ "raft_base_thickness" ] },
"raft_interface_infill_overlap": {"force_depends_on_settings": [ "raft_base_thickness" ] },
"machine_height": { "default_value": 196 },
"machine_name": { "default_value": "UltiMaker Method" },
"machine_width": { "default_value": 283.3 },
Expand Down

0 comments on commit 4e16dc0

Please sign in to comment.