Home
last modified time | relevance | path

Searched refs:lt_next (Results 1 – 3 of 3) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/GCode/
H A DToolOrdering.cpp363 const LayerTools &lt_next = m_layer_tools[i + 1]; in fill_wipe_tower_partitions() local
364 … if (lt.print_z < object_bottom_z + EPSILON && lt_next.print_z >= object_bottom_z + EPSILON) { in fill_wipe_tower_partitions()
382 LayerTools &lt_next = m_layer_tools[j + 1]; in fill_wipe_tower_partitions() local
383 … assert(! m_layer_tools[j - 1].extruders.empty() && ! lt_next.extruders.empty()); in fill_wipe_tower_partitions()
389 lt_extra.extruders.push_back(lt_next.extruders.front()); in fill_wipe_tower_partitions()
390 lt_extra.wipe_tower_partitions = lt_next.wipe_tower_partitions; in fill_wipe_tower_partitions()
405 LayerTools& lt_next = m_layer_tools[i+1]; in fill_wipe_tower_partitions() local
406 if (lt.extruders.empty() || lt_next.extruders.empty()) in fill_wipe_tower_partitions()
408 …if (!lt_next.has_wipe_tower && (lt_next.extruders.front() != lt.extruders.back() || lt_next.extrud… in fill_wipe_tower_partitions()
409 lt_next.has_wipe_tower = true; in fill_wipe_tower_partitions()
[all …]
/dports/archivers/arj/arj-3.10.22/
H A Dcrc32.c46 jz lt_next in build_crc32_table()
53 lt_next: in build_crc32_table()
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dmod_grs_regx.c351 struct lexContext *lt_next = lt->next; in lexSpecDestroy() local
353 lt = lt_next; in lexSpecDestroy()