mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-29 09:33:57 -06:00
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:
parent
dd6b0fb793
commit
0010dc6bb4
14 changed files with 131 additions and 26 deletions
|
@ -40,6 +40,7 @@ Fill* Fill::new_from_type(const InfillPattern type)
|
|||
switch (type) {
|
||||
case ipConcentric: return new FillConcentric();
|
||||
case ipHoneycomb: return new FillHoneycomb();
|
||||
case ip2DHoneycomb: return new Fill2DHoneycomb();
|
||||
case ip3DHoneycomb: return new Fill3DHoneycomb();
|
||||
case ipGyroid: return new FillGyroid();
|
||||
case ipTpmsD: return new FillTpmsD();//from creality print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue