FreeCAD 0.16 Cut List Macro

From Open Source Ecology
Revision as of 03:27, 18 November 2025 by Robbieroet (talk | contribs)
Jump to navigation Jump to search

Intro

This macro was created to generate cut lists for framing lumber for the SH7 Build Book in FreeCAD 0.16. In order for the macro to function properly, the module must be "Downgraded" using the "Downgrade" functionality in the Draft workbench and broken down into its most basic parts. When this macro is executed, a sheet is generated within the FreeCAD file that contains the name of the part and other parts that share its dimensions, the type of lumber/plywood/osb, the length/dimensions of cuts needed, and the quantity of cuts. Also, both a .CSV and .HTML files are generated into the same folder where the .fcstd file is stored and contain the relevant data.

Integrating Macro

The macro file must be placed in the Home>>.FreeCAD>>Macros directory in the OSE Linux 2.0 distro

Macro

  1. File:Cut List 3.FCMacro