mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Clarify shrinkage compensation warning message & tooltips (#12031)
This commit is contained in:
committed by
GitHub
parent
5ce5e8df37
commit
d9c48c3d53
@@ -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