mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Reworked support settings in processes (#11683)
* explicitly set the machine_max_junction_deviation * reworked the support settings for all profiles * forgot the bottom interface spacing. set more accurate values * set the wrong value, meant support_bottom_z_distance
This commit is contained in:
committed by
GitHub
parent
e32dbd3802
commit
74c547f94f
@@ -55,10 +55,13 @@
|
||||
"raft_contact_distance": "0.15",
|
||||
"raft_expansion": "1.5",
|
||||
"raft_first_layer_density": "90%",
|
||||
"raft_first_layer_expansion": "3.5",
|
||||
"support_threshold_angle": "40",
|
||||
"support_interface_bottom_layers": "0",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_top_z_distance": "0.17"
|
||||
"raft_first_layer_expansion": "3",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_bottom_interface_spacing": "0.2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_top_z_distance": "0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user