Add CrossHatch Infill

This commit is contained in:
Dark98
2026-01-30 06:50:58 +00:00
parent d692d3e061
commit aab6387f26
7 changed files with 242 additions and 1 deletions
@@ -136,6 +136,7 @@ static const t_config_enum_values s_keys_map_InfillPattern {
{ "honeycomb", ipHoneycomb },
{ "3dhoneycomb", ip3DHoneycomb },
{ "gyroid", ipGyroid },
{ "crosshatch", ipCrossHatch },
{ "hilbertcurve", ipHilbertCurve },
{ "archimedeanchords", ipArchimedeanChords },
{ "octagramspiral", ipOctagramSpiral },
@@ -1486,6 +1487,7 @@ void PrintConfigDef::init_fff_params()
{ "honeycomb", L("Honeycomb")},
{ "3dhoneycomb", L("3D Honeycomb")},
{ "gyroid", L("Gyroid")},
{ "crosshatch", L("Cross Hatch")},
{ "hilbertcurve", L("Hilbert Curve")},
{ "archimedeanchords", L("Archimedean Chords")},
{ "octagramspiral", L("Octagram Spiral")},