mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 15:01:59 +08:00
Allow to modify the time estimation compensation even without the limits enabled
This commit is contained in:
parent
66941e7e96
commit
0d7566085a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user