mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646
This commit is contained in:
parent
d508be5ae8
commit
53f2d6bb4b
6 changed files with 222 additions and 1 deletions
|
@ -271,6 +271,7 @@ PrintConfigDef::build_def() {
|
|||
Options["fill_pattern"].enum_values.push_back("line");
|
||||
Options["fill_pattern"].enum_values.push_back("concentric");
|
||||
Options["fill_pattern"].enum_values.push_back("honeycomb");
|
||||
Options["fill_pattern"].enum_values.push_back("3dhoneycomb");
|
||||
Options["fill_pattern"].enum_values.push_back("hilbertcurve");
|
||||
Options["fill_pattern"].enum_values.push_back("archimedeanchords");
|
||||
Options["fill_pattern"].enum_values.push_back("octagramspiral");
|
||||
|
@ -278,6 +279,7 @@ PrintConfigDef::build_def() {
|
|||
Options["fill_pattern"].enum_labels.push_back("line");
|
||||
Options["fill_pattern"].enum_labels.push_back("concentric");
|
||||
Options["fill_pattern"].enum_labels.push_back("honeycomb");
|
||||
Options["fill_pattern"].enum_labels.push_back("3D honeycomb");
|
||||
Options["fill_pattern"].enum_labels.push_back("hilbertcurve (slow)");
|
||||
Options["fill_pattern"].enum_labels.push_back("archimedeanchords (slow)");
|
||||
Options["fill_pattern"].enum_labels.push_back("octagramspiral (slow)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue