Home
last modified time | relevance | path

Searched defs:has_raft (Results 1 – 5 of 5) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSupportMaterial.hpp152 bool has_raft() const { return m_slicing_params.has_raft(); } in has_raft() function in Slic3r::PrintObjectSupportMaterial
H A DSlicing.hpp38 bool has_raft() const { return raft_layers() > 0; } in has_raft() function
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DPrimeTower.cpp60 …const bool has_raft = (mesh_group_settings.get<EPlatformAdhesion>("adhesion_type") == EPlatformAdh… in generateGroundpoly() local
H A DFffPolygonGenerator.cpp235 …const bool has_raft = mesh_group_settings.get<EPlatformAdhesion>("adhesion_type") == EPlatformAdhe… in sliceModel() local
H A DFffGcodeWriter.cpp100 …const bool has_raft = scene.current_mesh_group->settings.get<EPlatformAdhesion>("adhesion_type") =… in writeGCode() local