mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
Add force depends on properties to metod
CURA-12050
This commit is contained in:
parent
931aac2cb0
commit
4e16dc0814
1 changed files with 4 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue