Home
last modified time | relevance | path

Searched refs:erTopSolidInfill (Results 1 – 5 of 5) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DExtrusionEntity.hpp25 erTopSolidInfill, enumerator
59 || role == erTopSolidInfill in is_infill()
67 || role == erTopSolidInfill in is_solid_infill()
H A DExtrusionEntity.cpp315 case erTopSolidInfill : return L("Top solid infill"); in role_to_string()
343 return erTopSolidInfill; in string_to_role()
H A DGCode.cpp2589 } else if (path.role() == erTopSolidInfill) { in _extrude()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/xs/xsp/
H A DExtrusionPath.xsp129 EXTR_ROLE_TOPSOLIDFILL = erTopSolidInfill
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFill.cpp141 (surface.is_top() ? erTopSolidInfill : erSolidInfill) : in group_fills()