libslic3r
Library for generating gcode from 3d models
Public Member Functions | Public Attributes | List of all members
Slic3r::SLAPrint::Layer Class Reference

#include <SLAPrint.hpp>

Public Member Functions

 Layer (float _slice_z, float _print_z)
 

Public Attributes

ExPolygonCollection slices
 
ExPolygonCollection perimeters
 
ExtrusionEntityCollection infill
 
ExPolygonCollection solid_infill
 
float slice_z
 
float print_z
 
bool solid
 

Constructor & Destructor Documentation

◆ Layer()

Slic3r::SLAPrint::Layer::Layer ( float  _slice_z,
float  _print_z 
)
inline

Member Data Documentation

◆ infill

ExtrusionEntityCollection Slic3r::SLAPrint::Layer::infill

◆ perimeters

ExPolygonCollection Slic3r::SLAPrint::Layer::perimeters

◆ print_z

float Slic3r::SLAPrint::Layer::print_z

◆ slice_z

float Slic3r::SLAPrint::Layer::slice_z

◆ slices

ExPolygonCollection Slic3r::SLAPrint::Layer::slices

◆ solid

bool Slic3r::SLAPrint::Layer::solid

◆ solid_infill

ExPolygonCollection Slic3r::SLAPrint::Layer::solid_infill

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