me
/
guix
Archived
1
0
Fork 0

gnu: prusa-slicer: Mark as tunable.

* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
master
Ludovic Courtès 2021-12-04 18:08:26 +01:00
parent 6554294754
commit 1fcb98ca54
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -3262,4 +3262,7 @@ visualization, matrix manipulation.")
(synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)") (synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
(description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into (description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into
G-code instructions for FFF printers or PNG layers for mSLA 3D printers.") G-code instructions for FFF printers or PNG layers for mSLA 3D printers.")
(license license:agpl3))) (license license:agpl3)
;; Mark as tunable to take advantage of SIMD code in Eigen and in libigl.
(properties '((tunable? . #t)))))