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

#include <src/libslic3r/Fill/FillBase.hpp>

Public Member Functions

bool full_infill () const
 
bool dont_connect () const
 

Public Attributes

float density { 0.f }
 
float anchor_length { 1000.f }
 
float anchor_length_max { 1000.f }
 
double resolution { 0.0125 }
 
bool dont_adjust { true }
 
bool monotonic { false }
 
bool complete { false }
 
bool use_arachne { false }
 
coordf_t layer_height { 0.f }
 

Detailed Description

Member Function Documentation

◆ dont_connect()

bool Slic3r::FillParams::dont_connect ( ) const
inline

◆ full_infill()

bool Slic3r::FillParams::full_infill ( ) const
inline
36{ return density > 0.9999f; }
float density
Definition FillBase.hpp:41

References density.

Referenced by Slic3r::FillSupportBase::fill_surface(), Slic3r::FillRectilinear::fill_surface_by_lines(), and Slic3r::FillRectilinear::fill_surface_by_multilines().

+ Here is the caller graph for this function:

Member Data Documentation

◆ anchor_length

◆ anchor_length_max

◆ complete

bool Slic3r::FillParams::complete { false }

◆ density

◆ dont_adjust

◆ layer_height

◆ monotonic

◆ resolution

◆ use_arachne


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