mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Install pyDulcificum
Contributes to CURA-10561
This commit is contained in:
parent
69f474a426
commit
b2ced7c0ba
3 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@ from io import StringIO, BufferedIOBase
|
|||
import json
|
||||
from typing import cast, List, Optional, Dict
|
||||
from zipfile import BadZipFile, ZipFile, ZIP_DEFLATED
|
||||
import pyDulcificum as du
|
||||
|
||||
from PyQt6.QtCore import QBuffer
|
||||
|
||||
|
@ -29,6 +30,7 @@ class MakerbotWriter(MeshWriter):
|
|||
|
||||
def __init__(self) -> None:
|
||||
super().__init__(add_to_recent_files=False)
|
||||
Logger.info(f"Using PyDulcificum: {du.__version__}")
|
||||
|
||||
_PNG_FORMATS = [
|
||||
{"prefix": "isometric_thumbnail", "width": 120, "height": 120},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue