Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::LayerResult Struct Reference

#include <src/libslic3r/GCode.hpp>

+ Collaboration diagram for Slic3r::LayerResult:

Static Public Member Functions

static LayerResult make_nop_layer_result ()
 

Public Attributes

std::string gcode
 
size_t layer_id
 
bool spiral_vase_enable { false }
 
bool cooling_buffer_flush { false }
 
bool nop_layer_result { false }
 

Detailed Description

Member Function Documentation

◆ make_nop_layer_result()

static LayerResult Slic3r::LayerResult::make_nop_layer_result ( )
inlinestatic
129{ return {"", std::numeric_limits<coord_t>::max(), false, false, true}; }

Referenced by Slic3r::PressureEqualizer::process_layer().

+ Here is the caller graph for this function:

Member Data Documentation

◆ cooling_buffer_flush

bool Slic3r::LayerResult::cooling_buffer_flush { false }

◆ gcode

std::string Slic3r::LayerResult::gcode

◆ layer_id

size_t Slic3r::LayerResult::layer_id

◆ nop_layer_result

bool Slic3r::LayerResult::nop_layer_result { false }

◆ spiral_vase_enable

bool Slic3r::LayerResult::spiral_vase_enable { false }

The documentation for this struct was generated from the following file: