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

#include <SLAPrint.hpp>

Classes

class  Layer
 
class  SupportPillar
 

Public Member Functions

 SLAPrint (Model *_model)
 
void slice ()
 
void write_svg (const std::string &outputfile) const
 

Public Attributes

SLAPrintConfig config
 
std::vector< Layerlayers
 
std::vector< SupportPillarsm_pillars
 

Constructor & Destructor Documentation

◆ SLAPrint()

Slic3r::SLAPrint::SLAPrint ( Model _model)
inline

Member Function Documentation

◆ slice()

void Slic3r::SLAPrint::slice ( )

◆ write_svg()

void Slic3r::SLAPrint::write_svg ( const std::string &  outputfile) const

Member Data Documentation

◆ config

SLAPrintConfig Slic3r::SLAPrint::config

◆ layers

std::vector<Layer> Slic3r::SLAPrint::layers

◆ sm_pillars

std::vector<SupportPillar> Slic3r::SLAPrint::sm_pillars

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