mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Typo in machine limits usage text.
This commit is contained in:
parent
6acc1fc112
commit
cbf36de600
1 changed files with 1 additions and 1 deletions
|
@ -3870,7 +3870,7 @@ void TabPrinter::update_machine_limits_description(const MachineLimitsUsage usag
|
||||||
break;
|
break;
|
||||||
case MachineLimitsUsage::TimeEstimateOnly:
|
case MachineLimitsUsage::TimeEstimateOnly:
|
||||||
text = _L("Machine limits will NOT be emitted to G-code, however they will be used to estimate print time, "
|
text = _L("Machine limits will NOT be emitted to G-code, however they will be used to estimate print time, "
|
||||||
"which may herefore not be accurate as the printer may apply a different set of machine limits.");
|
"which may therefore not be accurate as the printer may apply a different set of machine limits.");
|
||||||
break;
|
break;
|
||||||
case MachineLimitsUsage::Ignore:
|
case MachineLimitsUsage::Ignore:
|
||||||
text = _L("Machine limits are not set, therefore the print time estimate may not be accurate.");
|
text = _L("Machine limits are not set, therefore the print time estimate may not be accurate.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue