Restore direct infill filament selection#426
Closed
ratdoux wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Restores the sparse infill material selector to Multimaterial > Filament for Features and removes the newer explicit infill override controls:
enable_infill_filament_overrideinfill_filament_use_base_first_layersinfill_filament_use_base_last_layersSparse infill now uses
sparse_infill_filamentdirectly again, including slicer/tool-ordering paths, plate extruder collection, modifier config handling, and mixed-filament tests.描述
恢复“多材料 > 功能所用耗材”中的稀疏填充材料选择项,并移除较新的显式填充耗材覆盖控制项:
enable_infill_filament_overrideinfill_filament_use_base_first_layersinfill_filament_use_base_last_layers稀疏填充现在会再次直接使用
sparse_infill_filament,包括切片/工具排序路径、打印板耗材收集、修改器配置处理,以及混合耗材相关测试。