Add 2D honeycomb infill pattern (#9483)

* Add 2D honeycomb infill pattern

* Reverted change of 2D lattice infill void area estimation

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
Henk 2025-06-18 02:48:48 +02:00 committed by GitHub
parent dd6b0fb793
commit 0010dc6bb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 131 additions and 26 deletions

View file

@ -73,6 +73,9 @@ struct FillParams
coordf_t lattice_angle_1 { 0.f };
coordf_t lattice_angle_2 { 0.f };
// For 2D Honeycomb
float infill_overhang_angle { 60 };
// BBS
Flow flow;
ExtrusionRole extrusion_role{ ExtrusionRole(0) };