mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Decrease the frequency of the non-manifold check
CURA-7106
This commit is contained in:
parent
f4cc8b4870
commit
333b2959cd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class SolidView(View):
|
|||
self._old_layer_bindings = None
|
||||
|
||||
self._next_xray_checking_time = time.time()
|
||||
self._xray_checking_update_time = 1.0 # seconds
|
||||
self._xray_checking_update_time = 30.0 # seconds
|
||||
self._xray_warning_cooldown = 60 * 10 # reshow Model error message every 10 minutes
|
||||
self._xray_warning_message = Message(
|
||||
catalog.i18nc("@info:status", "Your model is not manifold. The highlighted areas indicate either missing or extraneous surfaces."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue