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

#include <GCode.hpp>

Public Member Functions

 Wipe ()
 
bool has_path ()
 
void reset_path ()
 
std::string wipe (GCode &gcodegen, bool toolchange=false)
 

Public Attributes

bool enable
 
Polyline path
 

Constructor & Destructor Documentation

◆ Wipe()

Slic3r::Wipe::Wipe ( )

Member Function Documentation

◆ has_path()

bool Slic3r::Wipe::has_path ( )

◆ reset_path()

void Slic3r::Wipe::reset_path ( )

◆ wipe()

std::string Slic3r::Wipe::wipe ( GCode gcodegen,
bool  toolchange = false 
)

Member Data Documentation

◆ enable

bool Slic3r::Wipe::enable

◆ path

Polyline Slic3r::Wipe::path

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