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

#include <src/libslic3r/GCode/WipeTower.hpp>

+ Collaboration diagram for Slic3r::WipeTower::Extrusion:

Public Member Functions

 Extrusion (const Vec2f &pos, float width, unsigned int tool)
 

Public Attributes

Vec2f pos
 
float width
 
unsigned int tool
 

Detailed Description

Constructor & Destructor Documentation

◆ Extrusion()

Slic3r::WipeTower::Extrusion::Extrusion ( const Vec2f pos,
float  width,
unsigned int  tool 
)
inline
30: pos(pos), width(width), tool(tool) {}
unsigned int tool
Definition WipeTower.hpp:37
Vec2f pos
Definition WipeTower.hpp:32
float width
Definition WipeTower.hpp:35

Member Data Documentation

◆ pos

◆ tool

unsigned int Slic3r::WipeTower::Extrusion::tool

◆ width


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