Home
last modified time | relevance | path

Searched refs:bottom_print_z (Results 1 – 2 of 2) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSupportMaterial.hpp112 coordf_t bottom_print_z() const { return print_z - height; } in bottom_print_z() function in Slic3r::PrintObjectSupportMaterial::MyLayer
H A DSupportMaterial.cpp1732 …rst, [&layer_top](const MyLayer *layer_bottom){ return layer_bottom->bottom_print_z() - EPSILON <=… in trim_top_contacts_by_bottom_contacts()
1736 assert(layer_bottom.bottom_print_z() - EPSILON <= layer_top.bottom_z); in trim_top_contacts_by_bottom_contacts()
2010 …[&layer_intermediate](const MyLayer *layer){ return layer->bottom_print_z() <= layer_intermediate.… in generate_base_layers()
2014 … if (layer_bottom_overlapping.print_z < layer_intermediate.bottom_print_z() + EPSILON) in generate_base_layers()
2018 …_z + EPSILON && layer_intermediate.bottom_z >= layer_bottom_overlapping.bottom_print_z() - EPSILON) in generate_base_layers()
2166 …if (interfaces != nullptr && interfaces->bottom_print_z() > m_slicing_params.raft_interface_top_z … in generate_raft_base()
2169 …if (columns_base != nullptr && columns_base->bottom_print_z() > m_slicing_params.raft_interface_to… in generate_raft_base()
3290 … coordf_t bottom_z = layer_cache_item.layer_extruded->layer->bottom_print_z() + EPSILON; in generate_toolpaths()