mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: prusa-slicer: Mark as tunable.
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
This commit is contained in:
parent
86aee9330a
commit
93d4c566b5
1 changed files with 4 additions and 1 deletions
|
@ -3121,4 +3121,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)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue