OpenSCAD - where is the 3MF export?

As many people know, I'm an OpenSCAD user. Recently, I have noticed that it complains when I export in AMF format
DEPRECATED: AMF export is deprecated. Please use 3MF instead.
I have the latest package installed
Code:
root@kg-core2:~ # pkg info openscad\*
openscad-2025.05.08_2
but the 3MF is not in the list of export options:
What am I doing wrong?
 

Attachments

  • OpenSCAD_export_Screenshot_2025-11-02_14-43-58.png
    OpenSCAD_export_Screenshot_2025-11-02_14-43-58.png
    295.4 KB · Views: 18
my quick investigation tells me that it needs lib3mf which we don't have a port for
but the github lib3mf will build as long as you clone the dependencies too
 
Back
Top