mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
Clarify shrinkage compensation warning message & tooltips (#12031)
This commit is contained in:
committed by
GitHub
parent
5ce5e8df37
commit
d9c48c3d53
@@ -1758,7 +1758,7 @@ StringObjectException Print::validate(StringObjectException *warning, Polygons*
|
||||
}
|
||||
}
|
||||
if (!this->has_same_shrinkage_compensations()){
|
||||
warning->string = L("Filament shrinkage will not be used because filament shrinkage for the used filaments differs significantly.");
|
||||
warning->string = L("Filament shrinkage will not be used because filament shrinkage for the used filaments does not match.");
|
||||
warning->opt_key = "";
|
||||
}
|
||||
return {};
|
||||
|
||||
@@ -2466,7 +2466,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Shrinkage (XY)");
|
||||
// xgettext:no-c-format, no-boost-format
|
||||
def->tooltip = L("Enter the shrinkage percentage that the filament will get after cooling (94% if you measure 94mm instead of 100mm). "
|
||||
"The part will be scaled in XY to compensate. Only the filament used for the perimeter is taken into account.\n"
|
||||
"The part will be scaled in XY to compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n"
|
||||
"Be sure to allow enough space between objects, as this compensation is done after the checks.");
|
||||
def->sidetext = "%";
|
||||
def->ratio_over = "";
|
||||
|
||||
Reference in New Issue
Block a user