mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
ENH: Added option for enabling interlocking between segmented regions
by the multimaterial painting. This commit is cherry pick from Prusa, the commit number is 9bce0fcf9bb479c289c396e7e23ce95841a61628 Thanks to Prusa. Jira: XXXX Change-Id: I29ad1fa9ab3ccc393a1e2affde1ae869d0a33afa
This commit is contained in:
parent
1603a52786
commit
11b55ccd73
6 changed files with 45 additions and 12 deletions
|
@ -656,6 +656,8 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
// Force the generation of solid shells between adjacent materials/volumes.
|
||||
((ConfigOptionBool, interface_shells))
|
||||
((ConfigOptionFloat, layer_height))
|
||||
((ConfigOptionFloat, mmu_segmented_region_max_width))
|
||||
((ConfigOptionFloat, mmu_segmented_region_interlocking_depth))
|
||||
((ConfigOptionFloat, raft_contact_distance))
|
||||
((ConfigOptionFloat, raft_expansion))
|
||||
((ConfigOptionPercent, raft_first_layer_density))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue