Files
freecad-robust-mcp-fc111/macros/Multi_Export/RELEASE_NOTES.md
T
Sean P. KaneandGitHub 62f6f4dbcf fix: improve release note process (#36)
* fix: improve release note process

* docs: improve release notes

* fix: correct repo name/dir

* fix: CVE resolution for jaraco.context

* fix: docker build with uv.lovl

* fix: CVE remediations

* fix: update docker workflow

* fix: remove setuptools from base image
2026-01-16 13:51:08 -08:00

1.4 KiB

Multi Export Macro Release Notes

Version 0.6.1 (2026-01-12)

Release notes for changes between v0.5.0-beta and v0.6.1.

Added

  • FreeCAD Addon Manager metadata: Macro now includes standard metadata fields for better Addon Manager integration
  • FreeCAD Wiki page: Official wiki documentation at Macro Multi Export
  • Dialog screenshot: Added screenshot showing the export dialog

Changed

  • Minimum FreeCAD version: Updated requirement from FreeCAD 0.19 to FreeCAD 0.21 (for better 3MF support)
  • Version tracking: Version now managed via __Version__ metadata field instead of inline comment

No Functional Changes

The core export functionality remains unchanged from the beta release:

  • Multi-format export (STL, STEP, 3MF, OBJ, IGES, BREP, PLY, AMF)
  • Configurable mesh tolerance for tessellated formats
  • Batch export with progress feedback
  • Format-specific options

This macro is stable for production use.

Installation

Via FreeCAD Addon Manager:

  1. Open FreeCAD
  2. Go to Macro > Macros...
  3. Click "Download" tab
  4. Search for "Multi Export"
  5. Click Install

Manual Installation:

Copy MultiExport.FCMacro to your FreeCAD macro directory:

  • macOS: ~/Library/Application Support/FreeCAD/Macro/
  • Linux: ~/.local/share/FreeCAD/Macro/
  • Windows: %APPDATA%/FreeCAD/Macro/