mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Ignore numpy errors.
This commit is contained in:
parent
c723601f85
commit
8c7faa9bc6
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue