Allow to modify the time estimation compensation even without the limits enabled

This commit is contained in:
remi durand 2022-02-10 18:27:50 +01:00 committed by supermerill
parent 66941e7e96
commit 0d7566085a

View File

@ -3086,8 +3086,6 @@ void TabPrinter::toggle_options()
if (field)
field->toggle(enabled);
}
field = get_field("time_estimation_compensation");
if (field) field->toggle(machine_limits_usage->value <= MachineLimitsUsage::TimeEstimateOnly);
update_machine_limits_description(machine_limits_usage->value);
}