mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +08:00
Ignore numpy errors.
This commit is contained in:
parent
c723601f85
commit
8c7faa9bc6
@ -18,6 +18,8 @@ from PyQt5.QtCore import pyqtSlot, QUrl, Qt, pyqtSignal, pyqtProperty
|
||||
from PyQt5.QtGui import QColor
|
||||
|
||||
import os.path
|
||||
import numpy
|
||||
numpy.seterr(all='ignore')
|
||||
|
||||
class PrinterApplication(QtApplication):
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user