libslic3r
Library for generating gcode from 3d models
|
#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 |
|
inline |
ExtrusionEntityCollection Slic3r::SLAPrint::Layer::infill |
ExPolygonCollection Slic3r::SLAPrint::Layer::perimeters |
float Slic3r::SLAPrint::Layer::print_z |
float Slic3r::SLAPrint::Layer::slice_z |
ExPolygonCollection Slic3r::SLAPrint::Layer::slices |
bool Slic3r::SLAPrint::Layer::solid |
ExPolygonCollection Slic3r::SLAPrint::Layer::solid_infill |