metadata: increase read size to 1 MiB

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-11-19 17:56:55 -05:00
parent be23f206ee
commit fb15b2a3de
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ class KiriMoto(BaseSlicer):
)
READ_SIZE = 512 * 1024
READ_SIZE = 1024 * 1024 # 1 MiB
SUPPORTED_SLICERS: List[Type[BaseSlicer]] = [
PrusaSlicer, Slic3rPE, Slic3r, Cura, Simplify3D,
KISSlicer, IdeaMaker, IceSL, KiriMoto