Cut List Macro in FreeCAD: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 November 2025

  • curprev 15:2415:24, 18 November 2025Marcin talk contribs 7,153 bytes +7,153 Created page with "import FreeCAD import FreeCADGui import tempfile import webbrowser import os def print_master_checklist(): doc = FreeCAD.ActiveDocument if not doc: FreeCAD.Console.PrintError("No active document found.\n") return selection = FreeCADGui.Selection.getSelection() # Even if nothing is selected, we will try to generate the page # so you can see that the script is working. # --- HTML Header --- html = """..."