mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-13 19:21:47 +08:00
parent
ff153356c3
commit
201cf90b97
@ -1280,6 +1280,8 @@ bool Print::has_skirt() const
|
|||||||
|
|
||||||
static inline bool sequential_print_horizontal_clearance_valid(const Print &print)
|
static inline bool sequential_print_horizontal_clearance_valid(const Print &print)
|
||||||
{
|
{
|
||||||
|
if (print.config().extruder_clearance_radius == 0)
|
||||||
|
return true;
|
||||||
Polygons convex_hulls_other;
|
Polygons convex_hulls_other;
|
||||||
std::map<ObjectID, Polygon> map_model_object_to_convex_hull;
|
std::map<ObjectID, Polygon> map_model_object_to_convex_hull;
|
||||||
const double dist_grow = PrintConfig::min_object_distance(&print.default_region_config()) * 2;
|
const double dist_grow = PrintConfig::min_object_distance(&print.default_region_config()) * 2;
|
||||||
|
@ -1113,7 +1113,8 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->tooltip = L("Set this to the clearance radius around your extruder. "
|
def->tooltip = L("Set this to the clearance radius around your extruder. "
|
||||||
"If the extruder is not centered, choose the largest value for safety. "
|
"If the extruder is not centered, choose the largest value for safety. "
|
||||||
"This setting is used to check for collisions and to display the graphical preview "
|
"This setting is used to check for collisions and to display the graphical preview "
|
||||||
"in the plater.");
|
"in the plater."
|
||||||
|
"\nSet to 0 to disable clearance checking.");
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user