mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +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 {};
|
||||
|
||||
Reference in New Issue
Block a user